@rafal.lemieszewski/tide-ui 0.83.0 → 0.84.3

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 (256) hide show
  1. package/README.md +20 -8
  2. package/dist/cjs/components/core-index.cjs +1 -0
  3. package/dist/cjs/components/fundamental/accordion.cjs +1 -0
  4. package/dist/cjs/components/fundamental/alert-dialog.cjs +1 -0
  5. package/dist/cjs/components/fundamental/alert.cjs +1 -0
  6. package/dist/cjs/components/fundamental/autocomplete-search.cjs +1 -0
  7. package/dist/cjs/components/fundamental/avatar-group.cjs +1 -0
  8. package/dist/cjs/components/fundamental/avatar.cjs +1 -0
  9. package/dist/cjs/components/fundamental/badge.cjs +1 -0
  10. package/dist/cjs/components/fundamental/breadcrumb.cjs +1 -0
  11. package/dist/cjs/components/fundamental/button-group.cjs +1 -0
  12. package/dist/cjs/components/fundamental/button.cjs +1 -0
  13. package/dist/cjs/components/fundamental/calendar.cjs +1 -0
  14. package/dist/cjs/components/fundamental/card.cjs +1 -0
  15. package/dist/cjs/components/fundamental/chart.cjs +1 -0
  16. package/dist/cjs/components/fundamental/checkbox.cjs +1 -0
  17. package/dist/cjs/components/fundamental/collapsible.cjs +1 -0
  18. package/dist/cjs/components/fundamental/combobox.cjs +1 -0
  19. package/dist/cjs/components/fundamental/command.cjs +1 -0
  20. package/dist/cjs/components/fundamental/country-dropdown.cjs +1 -0
  21. package/dist/cjs/components/fundamental/custom-icons.cjs +1 -0
  22. package/dist/cjs/components/fundamental/date-picker.cjs +1 -0
  23. package/dist/cjs/components/fundamental/dialog.cjs +1 -0
  24. package/dist/cjs/components/fundamental/drawer.cjs +1 -0
  25. package/dist/cjs/components/fundamental/dropdown-menu.cjs +1 -0
  26. package/dist/cjs/components/fundamental/editable.cjs +1 -0
  27. package/dist/cjs/components/fundamental/empty.cjs +1 -0
  28. package/dist/cjs/components/fundamental/file-upload.cjs +1 -0
  29. package/dist/cjs/components/fundamental/flag.cjs +1 -0
  30. package/dist/cjs/components/fundamental/form-field.cjs +1 -0
  31. package/dist/cjs/components/fundamental/hover-card.cjs +1 -0
  32. package/dist/cjs/components/fundamental/icon.cjs +1 -0
  33. package/dist/cjs/components/fundamental/input-group.cjs +1 -0
  34. package/dist/cjs/components/fundamental/input.cjs +1 -0
  35. package/dist/cjs/components/fundamental/kbd.cjs +1 -0
  36. package/dist/cjs/components/fundamental/label.cjs +1 -0
  37. package/dist/cjs/components/fundamental/month-picker.cjs +1 -0
  38. package/dist/cjs/components/fundamental/pagination.cjs +1 -0
  39. package/dist/cjs/components/fundamental/popover.cjs +1 -0
  40. package/dist/cjs/components/fundamental/progress.cjs +1 -0
  41. package/dist/cjs/components/fundamental/radio-group.cjs +1 -0
  42. package/dist/cjs/components/fundamental/resizable.cjs +1 -0
  43. package/dist/cjs/components/fundamental/scroll-area.cjs +1 -0
  44. package/dist/cjs/components/fundamental/select.cjs +1 -0
  45. package/dist/cjs/components/fundamental/separator.cjs +1 -0
  46. package/dist/cjs/components/fundamental/sheet.cjs +1 -0
  47. package/dist/cjs/components/fundamental/sidebar.cjs +1 -0
  48. package/dist/cjs/components/fundamental/skeleton.cjs +1 -0
  49. package/dist/cjs/components/fundamental/slider.cjs +1 -0
  50. package/dist/cjs/components/fundamental/spinner.cjs +1 -0
  51. package/dist/cjs/components/fundamental/switch.cjs +1 -0
  52. package/dist/cjs/components/fundamental/table.cjs +1 -0
  53. package/dist/cjs/components/fundamental/tabs.cjs +1 -0
  54. package/dist/cjs/components/fundamental/tag.cjs +27 -0
  55. package/dist/cjs/components/fundamental/text-link.cjs +1 -0
  56. package/dist/cjs/components/fundamental/textarea.cjs +1 -0
  57. package/dist/cjs/components/fundamental/toast.cjs +1 -0
  58. package/dist/cjs/components/fundamental/toggle-group.cjs +1 -0
  59. package/dist/cjs/components/fundamental/toggle.cjs +1 -0
  60. package/dist/cjs/components/fundamental/tooltip.cjs +1 -0
  61. package/dist/cjs/components/fundamental/tree.cjs +1 -0
  62. package/dist/cjs/components/product/activity-log.cjs +1 -0
  63. package/dist/cjs/components/product/app-frame.cjs +1 -0
  64. package/dist/cjs/components/product/attributes-list.cjs +1 -0
  65. package/dist/cjs/components/product/bookmarks.cjs +1 -0
  66. package/dist/cjs/components/product/data-table-settings-menu.cjs +1 -0
  67. package/dist/cjs/components/product/data-table.cjs +1 -0
  68. package/dist/cjs/components/product/filters.cjs +1 -0
  69. package/dist/cjs/components/product/fixture-status.cjs +1 -0
  70. package/dist/cjs/components/product/linked-chart.cjs +1 -0
  71. package/dist/cjs/components/product/view-mode-menu.cjs +1 -0
  72. package/dist/cjs/lib/date-utils.cjs +1 -0
  73. package/dist/cjs/lib/hooks.cjs +1 -0
  74. package/dist/cjs/lib/index.cjs +1 -0
  75. package/dist/cjs/lib/utils.cjs +1 -0
  76. package/dist/es/components/core-index.js +37 -0
  77. package/dist/es/components/fundamental/accordion.js +60 -0
  78. package/dist/es/components/fundamental/alert-dialog.js +116 -0
  79. package/dist/es/components/fundamental/alert.js +65 -0
  80. package/dist/es/components/fundamental/autocomplete-search.js +139 -0
  81. package/dist/es/components/fundamental/avatar-group.js +51 -0
  82. package/dist/es/components/fundamental/avatar.js +165 -0
  83. package/dist/es/components/fundamental/badge.js +157 -0
  84. package/dist/es/components/fundamental/breadcrumb.js +142 -0
  85. package/dist/es/components/fundamental/button-group.js +86 -0
  86. package/dist/es/components/fundamental/button.js +186 -0
  87. package/dist/es/components/fundamental/calendar.js +130 -0
  88. package/dist/es/components/fundamental/card.js +68 -0
  89. package/dist/es/components/fundamental/chart.js +1006 -0
  90. package/dist/es/components/fundamental/checkbox.js +51 -0
  91. package/dist/es/components/fundamental/collapsible.js +55 -0
  92. package/dist/es/components/fundamental/combobox.js +229 -0
  93. package/dist/es/components/fundamental/command.js +155 -0
  94. package/dist/es/components/fundamental/country-dropdown.js +215 -0
  95. package/dist/es/components/fundamental/custom-icons.js +876 -0
  96. package/dist/es/components/fundamental/date-picker.js +119 -0
  97. package/dist/es/components/fundamental/dialog.js +106 -0
  98. package/dist/es/components/fundamental/drawer.js +93 -0
  99. package/dist/es/components/fundamental/dropdown-menu.js +600 -0
  100. package/dist/es/components/fundamental/editable.js +123 -0
  101. package/dist/es/components/fundamental/empty.js +152 -0
  102. package/dist/es/components/fundamental/file-upload.js +289 -0
  103. package/dist/es/components/fundamental/flag.js +60 -0
  104. package/dist/es/components/fundamental/form-field.js +352 -0
  105. package/dist/es/components/fundamental/hover-card.js +23 -0
  106. package/dist/es/components/fundamental/icon.js +200 -0
  107. package/dist/es/components/fundamental/input-group.js +135 -0
  108. package/dist/es/components/fundamental/input.js +78 -0
  109. package/dist/es/components/fundamental/kbd.js +57 -0
  110. package/dist/es/components/fundamental/label.js +54 -0
  111. package/dist/es/components/fundamental/month-picker.js +161 -0
  112. package/dist/es/components/fundamental/pagination.js +109 -0
  113. package/dist/es/components/fundamental/popover.js +24 -0
  114. package/dist/es/components/fundamental/progress.js +66 -0
  115. package/dist/es/components/fundamental/radio-group.js +64 -0
  116. package/dist/es/components/fundamental/resizable.js +43 -0
  117. package/dist/es/components/fundamental/scroll-area.js +38 -0
  118. package/dist/es/components/fundamental/select.js +136 -0
  119. package/dist/es/components/fundamental/separator.js +47 -0
  120. package/dist/es/components/fundamental/sheet.js +134 -0
  121. package/dist/es/components/fundamental/sidebar.js +709 -0
  122. package/dist/es/components/fundamental/skeleton.js +158 -0
  123. package/dist/es/components/fundamental/slider.js +35 -0
  124. package/dist/es/components/fundamental/spinner.js +225 -0
  125. package/dist/es/components/fundamental/switch.js +27 -0
  126. package/dist/es/components/fundamental/table.js +263 -0
  127. package/dist/es/components/fundamental/tabs.js +170 -0
  128. package/dist/es/components/fundamental/tag.js +295 -0
  129. package/dist/es/components/fundamental/text-link.js +105 -0
  130. package/dist/es/components/fundamental/textarea.js +47 -0
  131. package/dist/es/components/fundamental/toast.js +108 -0
  132. package/dist/es/components/fundamental/toggle-group.js +37 -0
  133. package/dist/es/components/fundamental/toggle.js +51 -0
  134. package/dist/es/components/fundamental/tooltip.js +26 -0
  135. package/dist/es/components/fundamental/tree.js +161 -0
  136. package/dist/es/components/product/activity-log.js +231 -0
  137. package/dist/es/components/product/app-frame.js +985 -0
  138. package/dist/es/components/product/attributes-list.js +351 -0
  139. package/dist/es/components/product/bookmarks.js +833 -0
  140. package/dist/es/components/product/data-table-settings-menu.js +169 -0
  141. package/dist/es/components/product/data-table.js +2473 -0
  142. package/dist/es/components/product/filters.js +1041 -0
  143. package/dist/es/components/product/fixture-status.js +178 -0
  144. package/dist/es/components/product/linked-chart.js +179 -0
  145. package/dist/es/components/product/view-mode-menu.js +353 -0
  146. package/dist/es/lib/date-utils.js +151 -0
  147. package/dist/es/lib/hooks.js +29 -0
  148. package/dist/es/lib/index.js +348 -0
  149. package/dist/es/lib/utils.js +8 -0
  150. package/dist/es/style.css +1 -0
  151. package/dist/types/bookmarks.d.ts +2 -0
  152. package/dist/types/calendar.d.ts +2 -0
  153. package/dist/types/chart.d.ts +2 -0
  154. package/dist/types/components/core-index.d.cts +135 -0
  155. package/dist/types/components/core-index.d.ts +135 -0
  156. package/dist/{components → types/components}/fundamental/avatar.d.ts +3 -3
  157. package/dist/{components → types/components}/fundamental/badge.d.ts +2 -2
  158. package/dist/{components → types/components}/fundamental/button-group.d.ts +2 -2
  159. package/dist/{components → types/components}/fundamental/button.d.ts +1 -1
  160. package/dist/types/components/fundamental/calendar.d.ts +7 -0
  161. package/dist/types/components/fundamental/chart.d.ts +95 -0
  162. package/dist/{components → types/components}/fundamental/command.d.ts +2 -2
  163. package/dist/types/components/fundamental/country-dropdown.d.ts +34 -0
  164. package/dist/types/components/fundamental/date-picker.d.ts +30 -0
  165. package/dist/{components → types/components}/fundamental/file-upload.d.ts +1 -1
  166. package/dist/{components → types/components}/fundamental/form-field.d.ts +2 -2
  167. package/dist/{components → types/components}/fundamental/form.d.ts +2 -2
  168. package/dist/{components → types/components}/fundamental/icon.d.ts +1 -1
  169. package/dist/{components → types/components}/fundamental/input-group.d.ts +1 -1
  170. package/dist/types/components/fundamental/resizable.d.cts +23 -0
  171. package/dist/{components → types/components}/fundamental/resizable.d.ts +1 -1
  172. package/dist/{components → types/components}/fundamental/sidebar.d.ts +3 -3
  173. package/dist/{components → types/components}/fundamental/spinner.d.ts +1 -1
  174. package/dist/{components → types/components}/fundamental/table.d.ts +3 -3
  175. package/dist/{components → types/components}/fundamental/text-link.d.ts +1 -1
  176. package/dist/{components → types/components}/index.d.ts +118 -118
  177. package/dist/{components → types/components}/product/activity-log.d.ts +1 -1
  178. package/dist/{components → types/components}/product/attributes-list.d.ts +1 -1
  179. package/dist/types/components/product/bookmarks.d.cts +90 -0
  180. package/dist/{components → types/components}/product/bookmarks.d.ts +1 -1
  181. package/dist/types/components/product/data-table.d.ts +802 -0
  182. package/dist/types/components/product/filters.d.ts +124 -0
  183. package/dist/{components → types/components}/product/fixture-status.d.ts +1 -1
  184. package/dist/types/components/product/linked-chart.d.cts +22 -0
  185. package/dist/{components → types/components}/product/linked-chart.d.ts +1 -1
  186. package/dist/types/country-dropdown.d.ts +2 -0
  187. package/dist/types/data-table.d.ts +2 -0
  188. package/dist/types/date-picker.d.ts +2 -0
  189. package/dist/types/filters.d.ts +2 -0
  190. package/dist/types/index.d.ts +2 -0
  191. package/dist/types/lib/index.d.cts +104 -0
  192. package/dist/types/lib/index.d.ts +104 -0
  193. package/dist/types/linked-chart.d.ts +2 -0
  194. package/dist/types/resizable.d.ts +2 -0
  195. package/package.json +191 -31
  196. package/dist/index.cjs.js +0 -144
  197. package/dist/index.cjs.js.map +0 -1
  198. package/dist/index.d.ts +0 -2
  199. package/dist/index.es.js +0 -87768
  200. package/dist/index.es.js.map +0 -1
  201. package/dist/lib/index.d.ts +0 -3
  202. package/dist/style.css +0 -1
  203. /package/dist/{components → types/components}/fundamental/accordion.d.ts +0 -0
  204. /package/dist/{components → types/components}/fundamental/alert-dialog.d.ts +0 -0
  205. /package/dist/{components → types/components}/fundamental/alert.d.ts +0 -0
  206. /package/dist/{components → types/components}/fundamental/autocomplete-search.d.ts +0 -0
  207. /package/dist/{components → types/components}/fundamental/avatar-group.d.ts +0 -0
  208. /package/dist/{components → types/components}/fundamental/breadcrumb.d.ts +0 -0
  209. /package/dist/{components → types/components}/fundamental/button.test.d.ts +0 -0
  210. /package/dist/{components/fundamental/calendar.d.ts → types/components/fundamental/calendar.d.cts} +0 -0
  211. /package/dist/{components → types/components}/fundamental/card.d.ts +0 -0
  212. /package/dist/{components/fundamental/chart.d.ts → types/components/fundamental/chart.d.cts} +0 -0
  213. /package/dist/{components → types/components}/fundamental/checkbox.d.ts +0 -0
  214. /package/dist/{components → types/components}/fundamental/collapsible.d.ts +0 -0
  215. /package/dist/{components → types/components}/fundamental/combobox.d.ts +0 -0
  216. /package/dist/{components/fundamental/country-dropdown.d.ts → types/components/fundamental/country-dropdown.d.cts} +0 -0
  217. /package/dist/{components → types/components}/fundamental/custom-icons.d.ts +0 -0
  218. /package/dist/{components/fundamental/date-picker.d.ts → types/components/fundamental/date-picker.d.cts} +0 -0
  219. /package/dist/{components → types/components}/fundamental/dialog.d.ts +0 -0
  220. /package/dist/{components → types/components}/fundamental/drawer.d.ts +0 -0
  221. /package/dist/{components → types/components}/fundamental/dropdown-menu.d.ts +0 -0
  222. /package/dist/{components → types/components}/fundamental/editable.d.ts +0 -0
  223. /package/dist/{components → types/components}/fundamental/empty.d.ts +0 -0
  224. /package/dist/{components → types/components}/fundamental/flag.d.ts +0 -0
  225. /package/dist/{components → types/components}/fundamental/hover-card.d.ts +0 -0
  226. /package/dist/{components → types/components}/fundamental/input.d.ts +0 -0
  227. /package/dist/{components → types/components}/fundamental/kbd.d.ts +0 -0
  228. /package/dist/{components → types/components}/fundamental/label.d.ts +0 -0
  229. /package/dist/{components → types/components}/fundamental/month-picker.d.ts +0 -0
  230. /package/dist/{components → types/components}/fundamental/pagination.d.ts +0 -0
  231. /package/dist/{components → types/components}/fundamental/popover.d.ts +0 -0
  232. /package/dist/{components → types/components}/fundamental/progress.d.ts +0 -0
  233. /package/dist/{components → types/components}/fundamental/radio-group.d.ts +0 -0
  234. /package/dist/{components → types/components}/fundamental/scroll-area.d.ts +0 -0
  235. /package/dist/{components → types/components}/fundamental/select.d.ts +0 -0
  236. /package/dist/{components → types/components}/fundamental/separator.d.ts +0 -0
  237. /package/dist/{components → types/components}/fundamental/sheet.d.ts +0 -0
  238. /package/dist/{components → types/components}/fundamental/skeleton.d.ts +0 -0
  239. /package/dist/{components → types/components}/fundamental/slider.d.ts +0 -0
  240. /package/dist/{components → types/components}/fundamental/switch.d.ts +0 -0
  241. /package/dist/{components → types/components}/fundamental/tabs.d.ts +0 -0
  242. /package/dist/{components → types/components}/fundamental/tag.d.ts +0 -0
  243. /package/dist/{components → types/components}/fundamental/textarea.d.ts +0 -0
  244. /package/dist/{components → types/components}/fundamental/toast.d.ts +0 -0
  245. /package/dist/{components → types/components}/fundamental/toggle-group.d.ts +0 -0
  246. /package/dist/{components → types/components}/fundamental/toggle.d.ts +0 -0
  247. /package/dist/{components → types/components}/fundamental/tooltip.d.ts +0 -0
  248. /package/dist/{components → types/components}/fundamental/tree.d.ts +0 -0
  249. /package/dist/{components → types/components}/product/app-frame.d.ts +0 -0
  250. /package/dist/{components → types/components}/product/data-table-settings-menu.d.ts +0 -0
  251. /package/dist/{components/product/data-table.d.ts → types/components/product/data-table.d.cts} +0 -0
  252. /package/dist/{components/product/filters.d.ts → types/components/product/filters.d.cts} +0 -0
  253. /package/dist/{components → types/components}/product/view-mode-menu.d.ts +0 -0
  254. /package/dist/{lib → types/lib}/date-utils.d.ts +0 -0
  255. /package/dist/{lib → types/lib}/hooks.d.ts +0 -0
  256. /package/dist/{lib → types/lib}/utils.d.ts +0 -0
@@ -0,0 +1,2 @@
1
+ export * from './components/product/bookmarks.js'
2
+ export {}
@@ -0,0 +1,2 @@
1
+ export * from './components/fundamental/calendar.js'
2
+ export {}
@@ -0,0 +1,2 @@
1
+ export * from './components/fundamental/chart.js'
2
+ export {}
@@ -0,0 +1,135 @@
1
+ export { Alert, AlertDescription, AlertTitle } from './fundamental/alert.js';
2
+ export type { AlertProps } from './fundamental/alert.js';
3
+ export { Avatar, AvatarImage, AvatarFallback, avatarVariants, avatarFallbackVariants } from './fundamental/avatar.js';
4
+ export type { AvatarProps, AvatarFallbackProps } from './fundamental/avatar.js';
5
+ export { AvatarGroup } from './fundamental/avatar-group.js';
6
+ export type { AvatarGroupProps, AvatarGroupSize } from './fundamental/avatar-group.js';
7
+ export { Badge } from './fundamental/badge.js';
8
+ export type { BadgeProps } from './fundamental/badge.js';
9
+ export { Collapsible, CollapsibleTrigger, CollapsibleContent } from './fundamental/collapsible.js';
10
+ export { Button } from './fundamental/button.js';
11
+ export type { ButtonProps } from './fundamental/button.js';
12
+ export { ButtonGroup, ButtonGroupText, ButtonGroupSeparator, buttonGroupVariants } from './fundamental/button-group.js';
13
+ export type { ButtonGroupProps, ButtonGroupTextProps, ButtonGroupSeparatorProps } from './fundamental/button-group.js';
14
+ export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './fundamental/card.js';
15
+ export { Checkbox, checkboxVariants } from './fundamental/checkbox.js';
16
+ export { RadioGroup, RadioGroupItem, radioGroupVariants, radioGroupItemVariants } from './fundamental/radio-group.js';
17
+ export type { RadioGroupProps, RadioGroupItemProps } from './fundamental/radio-group.js';
18
+ export { Input } from './fundamental/input.js';
19
+ export type { InputProps } from './fundamental/input.js';
20
+ export { InputGroup, InputGroupAddon, InputGroupButton, InputGroupText, InputGroupInput, InputGroupTextarea, inputGroupAddonVariants, } from './fundamental/input-group.js';
21
+ export type { InputGroupProps, InputGroupAddonProps, InputGroupButtonProps, InputGroupTextProps, InputGroupInputProps, InputGroupTextareaProps, } from './fundamental/input-group.js';
22
+ export { Label } from './fundamental/label.js';
23
+ export type { LabelProps } from './fundamental/label.js';
24
+ export { ScrollArea, ScrollBar } from './fundamental/scroll-area.js';
25
+ export { Separator } from './fundamental/separator.js';
26
+ export { Skeleton, SkeletonAvatar, SkeletonButton, SkeletonCard, SkeletonTable, skeletonVariants } from './fundamental/skeleton.js';
27
+ export { Spinner, LoadingOverlay, Pulse, ProgressDots } from './fundamental/spinner.js';
28
+ export type { SpinnerProps, LoadingOverlayProps } from './fundamental/spinner.js';
29
+ export { FixtureStatus, statusConfig } from './product/fixture-status.js';
30
+ export type { FixtureStatusProps, StatusValue, StatusConfig } from './product/fixture-status.js';
31
+ export { Switch } from './fundamental/switch.js';
32
+ export { Textarea } from './fundamental/textarea.js';
33
+ export type { TextareaProps } from './fundamental/textarea.js';
34
+ export { ActivityLog, ActivityLogItem, ActivityLogSeparator, ActivityLogHeader, ActivityLogContent, ActivityLogDescription, ActivityLogTime, ActivityLogChevron, ActivityLogValue, } from './product/activity-log.js';
35
+ export type { ActivityLogProps, ActivityLogItemProps, ActivityLogSeparatorProps, ActivityLogHeaderProps, ActivityLogContentProps, ActivityLogDescriptionProps, ActivityLogTimeProps, ActivityLogChevronProps, ActivityLogValueProps, } from './product/activity-log.js';
36
+ export { AttributesList, AttributesSeparator, AttributesGroup, AttributesItem, AttributesRow, AttributesLabel, AttributesValue, AttributesContent, AttributesChevron, } from './product/attributes-list.js';
37
+ export type { AttributesListProps, AttributesSeparatorProps, AttributesGroupProps, AttributesItemProps, AttributesRowProps, AttributesLabelProps, AttributesValueProps, AttributesContentProps, AttributesChevronProps, } from './product/attributes-list.js';
38
+ export { Editable, EditablePreview, EditableInput, EditableDisplay, EditableField } from './fundamental/editable.js';
39
+ export type { EditableProps, EditablePreviewProps, EditableInputProps } from './fundamental/editable.js';
40
+ export { FormField, FormLabel, FormControl, FormHelperText, FormErrorMessage } from './fundamental/form-field.js';
41
+ export type { FormFieldProps, FormLabelProps, FormControlProps, FormHelperTextProps, FormErrorMessageProps } from './fundamental/form-field.js';
42
+ export { Field, FieldSet, FieldLegend, FieldGroup, FieldContent, FieldLabel, FieldTitle, FieldDescription, FieldSeparator, FieldError, fieldVariants, fieldLegendVariants, } from './fundamental/form-field.js';
43
+ export type { FieldProps, FieldSetProps, FieldLegendProps, FieldGroupProps, FieldContentProps, FieldLabelProps, FieldTitleProps, FieldDescriptionProps, FieldSeparatorProps, FieldErrorProps } from './fundamental/form-field.js';
44
+ export { Tabs, TabsList, TabsTrigger, TabsContent, TabsGroupLabel } from './fundamental/tabs.js';
45
+ export type { TabsProps, TabsListProps, TabsTriggerProps, TabsGroupLabelProps } from './fundamental/tabs.js';
46
+ export { Toggle } from './fundamental/toggle.js';
47
+ export type { ToggleProps } from './fundamental/toggle.js';
48
+ export { ToggleGroup, ToggleGroupItem } from './fundamental/toggle-group.js';
49
+ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator, SelectTrigger, SelectValue, selectTriggerVariants, selectContentVariants, selectItemVariants, } from './fundamental/select.js';
50
+ export type { SelectTriggerProps, SelectContentProps, SelectItemProps } from './fundamental/select.js';
51
+ export { TextLink } from './fundamental/text-link.js';
52
+ export type { TextLinkProps } from './fundamental/text-link.js';
53
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, } from './fundamental/accordion.js';
54
+ export { Dialog, DialogPortal, DialogOverlay, DialogClose, DialogTrigger, DialogContent, DialogHeader, DialogBody, DialogFooter, DialogTitle, } from './fundamental/dialog.js';
55
+ export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogBody, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, } from './fundamental/alert-dialog.js';
56
+ export { Empty, EmptyHeader, EmptyMedia, EmptyTitle, EmptyDescription, EmptyContent, } from './fundamental/empty.js';
57
+ export type { EmptyProps, EmptyMediaProps, EmptyTitleProps, EmptyDescriptionProps, } from './fundamental/empty.js';
58
+ export { Flag } from './fundamental/flag.js';
59
+ export type { FlagProps, FlagSize } from './fundamental/flag.js';
60
+ export { FileUpload } from './fundamental/file-upload.js';
61
+ export type { FileUploadFile, FileUploadProps, FileUploadDropzoneProps, FileUploadTriggerProps, FileUploadListProps, FileUploadItemProps, FileUploadItemPreviewProps, FileUploadItemMetadataProps, FileUploadItemProgressProps, FileUploadItemDeleteProps, } from './fundamental/file-upload.js';
62
+ export { HoverCard, HoverCardTrigger, HoverCardContent } from './fundamental/hover-card.js';
63
+ export { Slider } from './fundamental/slider.js';
64
+ export { Tag, TagGroup } from './fundamental/tag.js';
65
+ export type { TagProps, TagGroupProps, TagDotColor, TagIntent, TagVariant } from './fundamental/tag.js';
66
+ export { Tree } from './fundamental/tree.js';
67
+ export type { TreeProps, TreeDataItem } from './fundamental/tree.js';
68
+ export { Icon } from './fundamental/icon.js';
69
+ export type { IconColor, IconSize, CustomIconName } from './fundamental/icon.js';
70
+ export { Kbd, KbdGroup } from './fundamental/kbd.js';
71
+ export type { KbdProps, KbdGroupProps } from './fundamental/kbd.js';
72
+ export { MonthPicker } from './fundamental/month-picker.js';
73
+ export type { MonthPickerProps } from './fundamental/month-picker.js';
74
+ export { CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, } from './fundamental/command.js';
75
+ export { Combobox, MultiCombobox } from './fundamental/combobox.js';
76
+ export type { ComboboxProps, ComboboxOption, ComboboxTriggerProps, MultiComboboxProps, MultiComboboxTriggerProps, } from './fundamental/combobox.js';
77
+ export { AutocompleteSearch } from './fundamental/autocomplete-search.js';
78
+ export type { AutocompleteSearchProps } from './fundamental/autocomplete-search.js';
79
+ export { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbPagePicker, BreadcrumbSeparator, } from './fundamental/breadcrumb.js';
80
+ export type { BreadcrumbPagePickerProps } from './fundamental/breadcrumb.js';
81
+ export { Sidebar, SidebarContent, SidebarFooter, SidebarHeader, SidebarInput, SidebarSearchButton, SidebarSearchTrigger, SidebarRail, SidebarSeparator, SidebarGroup, SidebarGroupAction, SidebarGroupLabel, SidebarGroupContent, SidebarMenu, SidebarMenuItem, SidebarMenuButton, SidebarMenuAction, SidebarMenuBadge, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubItem, SidebarMenuSubButton, SidebarInset, SidebarProvider, SidebarTrigger, useSidebar, } from './fundamental/sidebar.js';
82
+ export { AppFrame } from './product/app-frame.js';
83
+ export type { AppFrameProps, AppFrameNavItem, AppFrameUser, AppFrameTeam, AppFrameNavigationData, } from './product/app-frame.js';
84
+ export { Drawer, DrawerPortal, DrawerOverlay, DrawerTrigger, DrawerClose, DrawerContent, DrawerHeader, DrawerFooter, DrawerTitle, DrawerDescription, } from './fundamental/drawer.js';
85
+ export { Sheet, SheetPortal, SheetOverlay, SheetTrigger, SheetClose, SheetContent, SheetHeader, SheetFooter, SheetTitle, SheetDescription, } from './fundamental/sheet.js';
86
+ export type { SheetProps, SheetContentProps } from './fundamental/sheet.js';
87
+ export { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, DropdownMenuLabel, DropdownMenuGroup, } from './fundamental/dropdown-menu.js';
88
+ export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, } from './fundamental/tooltip.js';
89
+ export { Toaster, toast } from './fundamental/toast.js';
90
+ export { Pagination } from './fundamental/pagination.js';
91
+ export type { PaginationProps } from './fundamental/pagination.js';
92
+ export { Progress } from './fundamental/progress.js';
93
+ export type { ProgressProps } from './fundamental/progress.js';
94
+ export { Popover, PopoverTrigger, PopoverContent } from './fundamental/popover.js';
95
+ export { Table, TableHeader, TableBody, TableFooter, TableHead, TableRow, TableCell, TableCaption, TableSortHeader, TableGroupHeader, tableVariants, tableRowVariants, tableCellVariants, tableHeaderVariants, } from './fundamental/table.js';
96
+ export type { TableProps, TableRowProps, TableHeadProps, TableCellProps, TableSortHeaderProps, } from './fundamental/table.js';
97
+ export { DataTableSettingsMenu } from './product/data-table-settings-menu.js';
98
+ export type { DataTableSettingsMenuProps, ColumnOption } from './product/data-table-settings-menu.js';
99
+ export { ViewModeMenu } from './product/view-mode-menu.js';
100
+ export type { ViewModeMenuProps, ViewMode, ViewModeMenuHandle, ViewModeSettings } from './product/view-mode-menu.js';
101
+ export { cn } from '../lib/utils.js';
102
+ export declare const designTokens: {
103
+ readonly colors: {
104
+ readonly primary: "var(--color-surface-primary)";
105
+ readonly secondary: "var(--color-surface-secondary)";
106
+ readonly textPrimary: "var(--color-text-primary)";
107
+ readonly textSecondary: "var(--color-text-secondary)";
108
+ readonly textBrand: "var(--color-text-brand-bold)";
109
+ readonly backgroundBrand: "var(--color-background-blue-bold)";
110
+ readonly backgroundBrandSelected: "var(--color-background-blue-subtle-selected)";
111
+ readonly borderPrimary: "var(--color-border-primary-subtle)";
112
+ readonly borderBrand: "var(--color-border-brand-bold)";
113
+ readonly borderFocus: "var(--color-border-focused)";
114
+ };
115
+ readonly spacing: {
116
+ readonly xs: "var(--space-xs)";
117
+ readonly s: "var(--space-s)";
118
+ readonly m: "var(--space-m)";
119
+ readonly l: "var(--space-l)";
120
+ readonly xl: "var(--space-xl)";
121
+ readonly '2xl': "var(--space-2xl)";
122
+ readonly '3xl': "var(--space-3xl)";
123
+ readonly '4xl': "var(--space-4xl)";
124
+ };
125
+ readonly sizing: {
126
+ readonly xs: "var(--size-xs)";
127
+ readonly s: "var(--size-s)";
128
+ readonly m: "var(--size-m)";
129
+ readonly l: "var(--size-l)";
130
+ readonly xl: "var(--size-xl)";
131
+ readonly '2xl': "var(--size-2xl)";
132
+ readonly '3xl': "var(--size-3xl)";
133
+ readonly '4xl': "var(--size-4xl)";
134
+ };
135
+ };
@@ -0,0 +1,135 @@
1
+ export { Alert, AlertDescription, AlertTitle } from './fundamental/alert.js';
2
+ export type { AlertProps } from './fundamental/alert.js';
3
+ export { Avatar, AvatarImage, AvatarFallback, avatarVariants, avatarFallbackVariants } from './fundamental/avatar.js';
4
+ export type { AvatarProps, AvatarFallbackProps } from './fundamental/avatar.js';
5
+ export { AvatarGroup } from './fundamental/avatar-group.js';
6
+ export type { AvatarGroupProps, AvatarGroupSize } from './fundamental/avatar-group.js';
7
+ export { Badge } from './fundamental/badge.js';
8
+ export type { BadgeProps } from './fundamental/badge.js';
9
+ export { Collapsible, CollapsibleTrigger, CollapsibleContent } from './fundamental/collapsible.js';
10
+ export { Button } from './fundamental/button.js';
11
+ export type { ButtonProps } from './fundamental/button.js';
12
+ export { ButtonGroup, ButtonGroupText, ButtonGroupSeparator, buttonGroupVariants } from './fundamental/button-group.js';
13
+ export type { ButtonGroupProps, ButtonGroupTextProps, ButtonGroupSeparatorProps } from './fundamental/button-group.js';
14
+ export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './fundamental/card.js';
15
+ export { Checkbox, checkboxVariants } from './fundamental/checkbox.js';
16
+ export { RadioGroup, RadioGroupItem, radioGroupVariants, radioGroupItemVariants } from './fundamental/radio-group.js';
17
+ export type { RadioGroupProps, RadioGroupItemProps } from './fundamental/radio-group.js';
18
+ export { Input } from './fundamental/input.js';
19
+ export type { InputProps } from './fundamental/input.js';
20
+ export { InputGroup, InputGroupAddon, InputGroupButton, InputGroupText, InputGroupInput, InputGroupTextarea, inputGroupAddonVariants, } from './fundamental/input-group.js';
21
+ export type { InputGroupProps, InputGroupAddonProps, InputGroupButtonProps, InputGroupTextProps, InputGroupInputProps, InputGroupTextareaProps, } from './fundamental/input-group.js';
22
+ export { Label } from './fundamental/label.js';
23
+ export type { LabelProps } from './fundamental/label.js';
24
+ export { ScrollArea, ScrollBar } from './fundamental/scroll-area.js';
25
+ export { Separator } from './fundamental/separator.js';
26
+ export { Skeleton, SkeletonAvatar, SkeletonButton, SkeletonCard, SkeletonTable, skeletonVariants } from './fundamental/skeleton.js';
27
+ export { Spinner, LoadingOverlay, Pulse, ProgressDots } from './fundamental/spinner.js';
28
+ export type { SpinnerProps, LoadingOverlayProps } from './fundamental/spinner.js';
29
+ export { FixtureStatus, statusConfig } from './product/fixture-status.js';
30
+ export type { FixtureStatusProps, StatusValue, StatusConfig } from './product/fixture-status.js';
31
+ export { Switch } from './fundamental/switch.js';
32
+ export { Textarea } from './fundamental/textarea.js';
33
+ export type { TextareaProps } from './fundamental/textarea.js';
34
+ export { ActivityLog, ActivityLogItem, ActivityLogSeparator, ActivityLogHeader, ActivityLogContent, ActivityLogDescription, ActivityLogTime, ActivityLogChevron, ActivityLogValue, } from './product/activity-log.js';
35
+ export type { ActivityLogProps, ActivityLogItemProps, ActivityLogSeparatorProps, ActivityLogHeaderProps, ActivityLogContentProps, ActivityLogDescriptionProps, ActivityLogTimeProps, ActivityLogChevronProps, ActivityLogValueProps, } from './product/activity-log.js';
36
+ export { AttributesList, AttributesSeparator, AttributesGroup, AttributesItem, AttributesRow, AttributesLabel, AttributesValue, AttributesContent, AttributesChevron, } from './product/attributes-list.js';
37
+ export type { AttributesListProps, AttributesSeparatorProps, AttributesGroupProps, AttributesItemProps, AttributesRowProps, AttributesLabelProps, AttributesValueProps, AttributesContentProps, AttributesChevronProps, } from './product/attributes-list.js';
38
+ export { Editable, EditablePreview, EditableInput, EditableDisplay, EditableField } from './fundamental/editable.js';
39
+ export type { EditableProps, EditablePreviewProps, EditableInputProps } from './fundamental/editable.js';
40
+ export { FormField, FormLabel, FormControl, FormHelperText, FormErrorMessage } from './fundamental/form-field.js';
41
+ export type { FormFieldProps, FormLabelProps, FormControlProps, FormHelperTextProps, FormErrorMessageProps } from './fundamental/form-field.js';
42
+ export { Field, FieldSet, FieldLegend, FieldGroup, FieldContent, FieldLabel, FieldTitle, FieldDescription, FieldSeparator, FieldError, fieldVariants, fieldLegendVariants, } from './fundamental/form-field.js';
43
+ export type { FieldProps, FieldSetProps, FieldLegendProps, FieldGroupProps, FieldContentProps, FieldLabelProps, FieldTitleProps, FieldDescriptionProps, FieldSeparatorProps, FieldErrorProps } from './fundamental/form-field.js';
44
+ export { Tabs, TabsList, TabsTrigger, TabsContent, TabsGroupLabel } from './fundamental/tabs.js';
45
+ export type { TabsProps, TabsListProps, TabsTriggerProps, TabsGroupLabelProps } from './fundamental/tabs.js';
46
+ export { Toggle } from './fundamental/toggle.js';
47
+ export type { ToggleProps } from './fundamental/toggle.js';
48
+ export { ToggleGroup, ToggleGroupItem } from './fundamental/toggle-group.js';
49
+ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator, SelectTrigger, SelectValue, selectTriggerVariants, selectContentVariants, selectItemVariants, } from './fundamental/select.js';
50
+ export type { SelectTriggerProps, SelectContentProps, SelectItemProps } from './fundamental/select.js';
51
+ export { TextLink } from './fundamental/text-link.js';
52
+ export type { TextLinkProps } from './fundamental/text-link.js';
53
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, } from './fundamental/accordion.js';
54
+ export { Dialog, DialogPortal, DialogOverlay, DialogClose, DialogTrigger, DialogContent, DialogHeader, DialogBody, DialogFooter, DialogTitle, } from './fundamental/dialog.js';
55
+ export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogBody, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, } from './fundamental/alert-dialog.js';
56
+ export { Empty, EmptyHeader, EmptyMedia, EmptyTitle, EmptyDescription, EmptyContent, } from './fundamental/empty.js';
57
+ export type { EmptyProps, EmptyMediaProps, EmptyTitleProps, EmptyDescriptionProps, } from './fundamental/empty.js';
58
+ export { Flag } from './fundamental/flag.js';
59
+ export type { FlagProps, FlagSize } from './fundamental/flag.js';
60
+ export { FileUpload } from './fundamental/file-upload.js';
61
+ export type { FileUploadFile, FileUploadProps, FileUploadDropzoneProps, FileUploadTriggerProps, FileUploadListProps, FileUploadItemProps, FileUploadItemPreviewProps, FileUploadItemMetadataProps, FileUploadItemProgressProps, FileUploadItemDeleteProps, } from './fundamental/file-upload.js';
62
+ export { HoverCard, HoverCardTrigger, HoverCardContent } from './fundamental/hover-card.js';
63
+ export { Slider } from './fundamental/slider.js';
64
+ export { Tag, TagGroup } from './fundamental/tag.js';
65
+ export type { TagProps, TagGroupProps, TagDotColor, TagIntent, TagVariant } from './fundamental/tag.js';
66
+ export { Tree } from './fundamental/tree.js';
67
+ export type { TreeProps, TreeDataItem } from './fundamental/tree.js';
68
+ export { Icon } from './fundamental/icon.js';
69
+ export type { IconColor, IconSize, CustomIconName } from './fundamental/icon.js';
70
+ export { Kbd, KbdGroup } from './fundamental/kbd.js';
71
+ export type { KbdProps, KbdGroupProps } from './fundamental/kbd.js';
72
+ export { MonthPicker } from './fundamental/month-picker.js';
73
+ export type { MonthPickerProps } from './fundamental/month-picker.js';
74
+ export { CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, } from './fundamental/command.js';
75
+ export { Combobox, MultiCombobox } from './fundamental/combobox.js';
76
+ export type { ComboboxProps, ComboboxOption, ComboboxTriggerProps, MultiComboboxProps, MultiComboboxTriggerProps, } from './fundamental/combobox.js';
77
+ export { AutocompleteSearch } from './fundamental/autocomplete-search.js';
78
+ export type { AutocompleteSearchProps } from './fundamental/autocomplete-search.js';
79
+ export { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbPagePicker, BreadcrumbSeparator, } from './fundamental/breadcrumb.js';
80
+ export type { BreadcrumbPagePickerProps } from './fundamental/breadcrumb.js';
81
+ export { Sidebar, SidebarContent, SidebarFooter, SidebarHeader, SidebarInput, SidebarSearchButton, SidebarSearchTrigger, SidebarRail, SidebarSeparator, SidebarGroup, SidebarGroupAction, SidebarGroupLabel, SidebarGroupContent, SidebarMenu, SidebarMenuItem, SidebarMenuButton, SidebarMenuAction, SidebarMenuBadge, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubItem, SidebarMenuSubButton, SidebarInset, SidebarProvider, SidebarTrigger, useSidebar, } from './fundamental/sidebar.js';
82
+ export { AppFrame } from './product/app-frame.js';
83
+ export type { AppFrameProps, AppFrameNavItem, AppFrameUser, AppFrameTeam, AppFrameNavigationData, } from './product/app-frame.js';
84
+ export { Drawer, DrawerPortal, DrawerOverlay, DrawerTrigger, DrawerClose, DrawerContent, DrawerHeader, DrawerFooter, DrawerTitle, DrawerDescription, } from './fundamental/drawer.js';
85
+ export { Sheet, SheetPortal, SheetOverlay, SheetTrigger, SheetClose, SheetContent, SheetHeader, SheetFooter, SheetTitle, SheetDescription, } from './fundamental/sheet.js';
86
+ export type { SheetProps, SheetContentProps } from './fundamental/sheet.js';
87
+ export { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, DropdownMenuLabel, DropdownMenuGroup, } from './fundamental/dropdown-menu.js';
88
+ export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, } from './fundamental/tooltip.js';
89
+ export { Toaster, toast } from './fundamental/toast.js';
90
+ export { Pagination } from './fundamental/pagination.js';
91
+ export type { PaginationProps } from './fundamental/pagination.js';
92
+ export { Progress } from './fundamental/progress.js';
93
+ export type { ProgressProps } from './fundamental/progress.js';
94
+ export { Popover, PopoverTrigger, PopoverContent } from './fundamental/popover.js';
95
+ export { Table, TableHeader, TableBody, TableFooter, TableHead, TableRow, TableCell, TableCaption, TableSortHeader, TableGroupHeader, tableVariants, tableRowVariants, tableCellVariants, tableHeaderVariants, } from './fundamental/table.js';
96
+ export type { TableProps, TableRowProps, TableHeadProps, TableCellProps, TableSortHeaderProps, } from './fundamental/table.js';
97
+ export { DataTableSettingsMenu } from './product/data-table-settings-menu.js';
98
+ export type { DataTableSettingsMenuProps, ColumnOption } from './product/data-table-settings-menu.js';
99
+ export { ViewModeMenu } from './product/view-mode-menu.js';
100
+ export type { ViewModeMenuProps, ViewMode, ViewModeMenuHandle, ViewModeSettings } from './product/view-mode-menu.js';
101
+ export { cn } from '../lib/utils.js';
102
+ export declare const designTokens: {
103
+ readonly colors: {
104
+ readonly primary: "var(--color-surface-primary)";
105
+ readonly secondary: "var(--color-surface-secondary)";
106
+ readonly textPrimary: "var(--color-text-primary)";
107
+ readonly textSecondary: "var(--color-text-secondary)";
108
+ readonly textBrand: "var(--color-text-brand-bold)";
109
+ readonly backgroundBrand: "var(--color-background-blue-bold)";
110
+ readonly backgroundBrandSelected: "var(--color-background-blue-subtle-selected)";
111
+ readonly borderPrimary: "var(--color-border-primary-subtle)";
112
+ readonly borderBrand: "var(--color-border-brand-bold)";
113
+ readonly borderFocus: "var(--color-border-focused)";
114
+ };
115
+ readonly spacing: {
116
+ readonly xs: "var(--space-xs)";
117
+ readonly s: "var(--space-s)";
118
+ readonly m: "var(--space-m)";
119
+ readonly l: "var(--space-l)";
120
+ readonly xl: "var(--space-xl)";
121
+ readonly '2xl': "var(--space-2xl)";
122
+ readonly '3xl': "var(--space-3xl)";
123
+ readonly '4xl': "var(--space-4xl)";
124
+ };
125
+ readonly sizing: {
126
+ readonly xs: "var(--size-xs)";
127
+ readonly s: "var(--size-s)";
128
+ readonly m: "var(--size-m)";
129
+ readonly l: "var(--size-l)";
130
+ readonly xl: "var(--size-xl)";
131
+ readonly '2xl': "var(--size-2xl)";
132
+ readonly '3xl': "var(--size-3xl)";
133
+ readonly '4xl': "var(--size-4xl)";
134
+ };
135
+ };
@@ -2,13 +2,13 @@ import { VariantProps } from 'class-variance-authority';
2
2
  import * as React from "react";
3
3
  import * as AvatarPrimitive from "@radix-ui/react-avatar";
4
4
  declare const avatarVariants: (props?: ({
5
- size?: "s" | "xxs" | "xs" | "m" | "l" | "xl" | null | undefined;
5
+ size?: "xxs" | "xs" | "s" | "m" | "l" | "xl" | null | undefined;
6
6
  type?: "user" | "organization" | null | undefined;
7
7
  } & import('class-variance-authority/types').ClassProp) | undefined) => string;
8
8
  declare const avatarFallbackVariants: (props?: ({
9
- size?: "s" | "xxs" | "xs" | "m" | "l" | "xl" | null | undefined;
9
+ size?: "xxs" | "xs" | "s" | "m" | "l" | "xl" | null | undefined;
10
10
  type?: "user" | "organization" | null | undefined;
11
- variant?: "success" | "warning" | "magenta" | "violet" | "information" | "error" | null | undefined;
11
+ variant?: "success" | "warning" | "information" | "error" | "violet" | "magenta" | null | undefined;
12
12
  } & import('class-variance-authority/types').ClassProp) | undefined) => string;
13
13
  interface AvatarProps extends React.ComponentPropsWithoutRef<typeof AvatarPrimitive.Root>, VariantProps<typeof avatarVariants> {
14
14
  }
@@ -1,9 +1,9 @@
1
1
  import { VariantProps } from 'class-variance-authority';
2
2
  import * as React from "react";
3
3
  declare const badgeVariants: (props?: ({
4
- intent?: "success" | "warning" | "destructive" | "magenta" | "violet" | "information" | "neutral" | "brand" | null | undefined;
4
+ intent?: "success" | "warning" | "destructive" | "information" | "violet" | "magenta" | "neutral" | "brand" | null | undefined;
5
5
  appearance?: "bold" | "subtle" | null | undefined;
6
- size?: "s" | "xs" | "m" | "l" | null | undefined;
6
+ size?: "xs" | "s" | "m" | "l" | null | undefined;
7
7
  } & import('class-variance-authority/types').ClassProp) | undefined) => string;
8
8
  declare const iconSizeClasses: {
9
9
  readonly xs: "w-3 h-3";
@@ -1,8 +1,8 @@
1
1
  import { VariantProps } from 'class-variance-authority';
2
- import { Separator } from './separator';
2
+ import { Separator } from './separator.js';
3
3
  import * as React from "react";
4
4
  declare const buttonGroupVariants: (props?: ({
5
- orientation?: "vertical" | "horizontal" | null | undefined;
5
+ orientation?: "horizontal" | "vertical" | null | undefined;
6
6
  } & import('class-variance-authority/types').ClassProp) | undefined) => string;
7
7
  export interface ButtonGroupProps extends React.ComponentProps<"div">, VariantProps<typeof buttonGroupVariants> {
8
8
  size?: "s" | "m" | "l";
@@ -1,6 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { VariantProps } from 'class-variance-authority';
3
- import { IconType } from './icon';
3
+ import { IconType } from './icon.js';
4
4
  declare const buttonVariants: (props?: ({
5
5
  variant?: "default" | "success" | "destructive" | "primary" | "secondary" | "ghost" | null | undefined;
6
6
  size?: "s" | "m" | "l" | null | undefined;
@@ -0,0 +1,7 @@
1
+ import { DayPickerProps } from 'react-day-picker';
2
+ export type CalendarProps = DayPickerProps;
3
+ declare function Calendar(calendarProps: CalendarProps): import("react/jsx-runtime").JSX.Element;
4
+ declare namespace Calendar {
5
+ var displayName: string;
6
+ }
7
+ export { Calendar };
@@ -0,0 +1,95 @@
1
+ export declare const formatNumber: (value: number, decimals?: number) => string;
2
+ export declare const chartColorSchemes: {
3
+ readonly bar: readonly ["var(--color-chart-bar-1)", "var(--color-chart-bar-2)", "var(--color-chart-bar-3)", "var(--color-chart-bar-4)", "var(--color-chart-bar-5)", "var(--color-chart-bar-6)"];
4
+ readonly line: readonly ["var(--color-chart-line-1)", "var(--color-chart-line-2)", "var(--color-chart-line-3)", "var(--color-chart-line-4)", "var(--color-chart-line-5)"];
5
+ readonly scatter: readonly ["var(--color-chart-scatter-1)", "var(--color-chart-scatter-2)", "var(--color-chart-scatter-3)", "var(--color-chart-scatter-4)", "var(--color-chart-scatter-5)", "var(--color-chart-scatter-6)"];
6
+ readonly area: readonly ["var(--color-chart-area-1)", "var(--color-chart-area-2)", "var(--color-chart-area-3)", "var(--color-chart-area-4)", "var(--color-chart-area-5)", "var(--color-chart-area-6)"];
7
+ readonly accessible: readonly ["#0066CC", "#CC6600", "#009966", "#CC0066", "#6600CC", "#CC9900", "#006666", "#CC0000"];
8
+ };
9
+ export type ChartType = "bar" | "horizontal-bar" | "line" | "scatter" | "composed";
10
+ export type ChartColorScheme = keyof typeof chartColorSchemes;
11
+ export interface ChartDataPoint {
12
+ [key: string]: string | number | number[];
13
+ }
14
+ export interface ChartConfig {
15
+ [key: string]: {
16
+ label: string;
17
+ color?: string;
18
+ type?: "bar" | "line" | "area" | "range-area";
19
+ stroke?: string;
20
+ fill?: string;
21
+ showDots?: boolean;
22
+ strokeStyle?: "solid" | "dashed" | "dotted";
23
+ yAxisId?: "left" | "right";
24
+ };
25
+ }
26
+ export interface ChartMargin {
27
+ top: number;
28
+ right: number;
29
+ bottom: number;
30
+ left: number;
31
+ }
32
+ export interface ReferenceMarkerDataPoint {
33
+ yValue: number;
34
+ label?: string;
35
+ shape?: 'circle' | 'triangle' | 'square';
36
+ size?: number;
37
+ fill?: string;
38
+ stroke?: string;
39
+ strokeWidth?: number;
40
+ }
41
+ export interface ReferenceMarker {
42
+ xValue: string | number;
43
+ showLine?: boolean;
44
+ lineStyle?: {
45
+ stroke?: string;
46
+ strokeWidth?: number;
47
+ strokeDasharray?: string;
48
+ };
49
+ tooltipLabel?: string;
50
+ dataPoints: ReferenceMarkerDataPoint[];
51
+ }
52
+ export interface ChartProps {
53
+ type: ChartType;
54
+ data: ChartDataPoint[];
55
+ config: ChartConfig;
56
+ className?: string;
57
+ height?: number;
58
+ width?: number;
59
+ minWidth?: number;
60
+ onDataPointClick?: (data: ChartDataPoint, index: number) => void;
61
+ onDataPointHover?: (data: ChartDataPoint | null, index?: number) => void;
62
+ highlightedIndex?: number;
63
+ showGrid?: boolean;
64
+ showLegend?: boolean;
65
+ showTooltip?: boolean;
66
+ colorScheme?: ChartColorScheme;
67
+ responsive?: boolean;
68
+ maintainAspectRatio?: boolean;
69
+ legendHeight?: number;
70
+ margin?: Partial<ChartMargin>;
71
+ yAxisWidth?: number;
72
+ yAxisTickCount?: number;
73
+ yAxisDomain?: [number | 'auto' | 'dataMin' | 'dataMax', number | 'auto' | 'dataMin' | 'dataMax'];
74
+ xAxisTickFormatter?: (value: any, index: number) => string;
75
+ yAxisTickFormatter?: (value: any, index: number) => string;
76
+ showRightYAxis?: boolean;
77
+ rightYAxisWidth?: number;
78
+ rightYAxisTickCount?: number;
79
+ rightYAxisDomain?: [number | 'auto' | 'dataMin' | 'dataMax', number | 'auto' | 'dataMin' | 'dataMax'];
80
+ rightYAxisTickFormatter?: (value: any, index: number) => string;
81
+ title?: string;
82
+ description?: string;
83
+ showDataTable?: boolean;
84
+ tooltipMaxWidth?: string;
85
+ tooltipAllowEscapeViewBox?: {
86
+ x?: boolean;
87
+ y?: boolean;
88
+ };
89
+ legendOrder?: string[];
90
+ legendPosition?: 'bottom';
91
+ referenceMarkers?: ReferenceMarker[];
92
+ }
93
+ export declare function Chart({ type, data, config, className, height, width, minWidth, onDataPointClick, onDataPointHover, highlightedIndex, showGrid, showLegend, showTooltip, colorScheme, responsive, maintainAspectRatio, legendHeight, margin, yAxisWidth, yAxisTickCount, xAxisTickFormatter, yAxisTickFormatter, showRightYAxis, rightYAxisWidth, rightYAxisTickCount, rightYAxisDomain, rightYAxisTickFormatter, title, description, showDataTable, tooltipMaxWidth, tooltipAllowEscapeViewBox, legendOrder, legendPosition, referenceMarkers, yAxisDomain, ...props }: ChartProps): import("react/jsx-runtime").JSX.Element;
94
+ export declare const generateChartColors: (count: number, scheme?: ChartColorScheme) => ("var(--color-chart-bar-1)" | "var(--color-chart-bar-2)" | "var(--color-chart-bar-3)" | "var(--color-chart-bar-4)" | "var(--color-chart-bar-5)" | "var(--color-chart-bar-6)" | "var(--color-chart-line-1)" | "var(--color-chart-line-2)" | "var(--color-chart-line-3)" | "var(--color-chart-line-4)" | "var(--color-chart-line-5)" | "var(--color-chart-scatter-1)" | "var(--color-chart-scatter-2)" | "var(--color-chart-scatter-3)" | "var(--color-chart-scatter-4)" | "var(--color-chart-scatter-5)" | "var(--color-chart-scatter-6)" | "var(--color-chart-area-1)" | "var(--color-chart-area-2)" | "var(--color-chart-area-3)" | "var(--color-chart-area-4)" | "var(--color-chart-area-5)" | "var(--color-chart-area-6)" | "#0066CC" | "#CC6600" | "#009966" | "#CC0066" | "#6600CC" | "#CC9900" | "#006666" | "#CC0000")[];
95
+ export declare const createChartConfig: (input: ChartConfig | string[], labels?: string[], colors?: string[]) => ChartConfig;
@@ -1,7 +1,7 @@
1
1
  import { DialogProps } from '@radix-ui/react-dialog';
2
2
  import { Command as CommandPrimitive } from 'cmdk';
3
3
  import { VariantProps } from 'class-variance-authority';
4
- import { inputVariants } from './input';
4
+ import { inputVariants } from './input.js';
5
5
  import * as React from "react";
6
6
  declare const Command: React.ForwardRefExoticComponent<Omit<{
7
7
  children?: React.ReactNode;
@@ -74,7 +74,7 @@ declare const CommandItem: React.ForwardRefExoticComponent<Omit<{
74
74
  ref?: React.Ref<HTMLDivElement>;
75
75
  } & {
76
76
  asChild?: boolean;
77
- }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>>, "onSelect" | "value" | "disabled"> & {
77
+ }, "key" | "asChild" | keyof React.HTMLAttributes<HTMLDivElement>>, "onSelect" | "disabled" | "value"> & {
78
78
  disabled?: boolean;
79
79
  onSelect?: (value: string) => void;
80
80
  value?: string;
@@ -0,0 +1,34 @@
1
+ export interface Country {
2
+ name: string;
3
+ alpha2: string;
4
+ alpha3: string;
5
+ numeric: string;
6
+ emoji?: string;
7
+ }
8
+ export interface CountryDropdownTriggerProps {
9
+ open: boolean;
10
+ selectedCountry: Country | undefined;
11
+ placeholder: string;
12
+ disabled: boolean;
13
+ }
14
+ export interface CountryDropdownProps {
15
+ value?: string;
16
+ onValueChange?: (value: string) => void;
17
+ placeholder?: string;
18
+ searchPlaceholder?: string;
19
+ disabled?: boolean;
20
+ className?: string;
21
+ flagSize?: number;
22
+ showFlag?: boolean;
23
+ showCode?: boolean;
24
+ variant?: "default" | "slim";
25
+ priorityCountries?: string[];
26
+ trigger?: (props: CountryDropdownTriggerProps) => React.ReactNode;
27
+ clearable?: boolean;
28
+ }
29
+ export declare function CountryDropdown({ value, onValueChange, placeholder, searchPlaceholder, disabled, className, flagSize, showFlag, showCode, variant, priorityCountries, trigger, clearable, }: CountryDropdownProps): import("react/jsx-runtime").JSX.Element;
30
+ export declare function useCountryData(): {
31
+ countries: Country[];
32
+ getCountryByCode: (code: string) => Country | undefined;
33
+ getCountryByName: (name: string) => Country | undefined;
34
+ };
@@ -0,0 +1,30 @@
1
+ import * as React from "react";
2
+ export interface DatePickerProps {
3
+ date?: Date;
4
+ onDateChange?: (date: Date | undefined) => void;
5
+ placeholder?: string;
6
+ disabled?: boolean;
7
+ className?: string;
8
+ formatStr?: string;
9
+ fromDate?: Date;
10
+ toDate?: Date;
11
+ }
12
+ declare const DatePicker: React.ForwardRefExoticComponent<DatePickerProps & React.RefAttributes<HTMLButtonElement>>;
13
+ export interface DateRangePickerProps {
14
+ dateRange?: {
15
+ from: Date | undefined;
16
+ to: Date | undefined;
17
+ };
18
+ onDateRangeChange?: (range: {
19
+ from: Date | undefined;
20
+ to: Date | undefined;
21
+ }) => void;
22
+ placeholder?: string;
23
+ disabled?: boolean;
24
+ className?: string;
25
+ formatStr?: string;
26
+ fromDate?: Date;
27
+ toDate?: Date;
28
+ }
29
+ declare const DateRangePicker: React.ForwardRefExoticComponent<DateRangePickerProps & React.RefAttributes<HTMLButtonElement>>;
30
+ export { DatePicker, DateRangePicker };
@@ -1,4 +1,4 @@
1
- import { Button } from '../fundamental/button';
1
+ import { Button } from '../fundamental/button.js';
2
2
  import * as React from "react";
3
3
  interface FileUploadContextValue {
4
4
  files: FileUploadFile[];
@@ -1,5 +1,5 @@
1
1
  import { VariantProps } from 'class-variance-authority';
2
- import { Separator } from './separator';
2
+ import { Separator } from './separator.js';
3
3
  import * as React from "react";
4
4
  export interface FieldSetProps extends React.FieldsetHTMLAttributes<HTMLFieldSetElement> {
5
5
  }
@@ -14,7 +14,7 @@ export interface FieldGroupProps extends React.HTMLAttributes<HTMLDivElement> {
14
14
  }
15
15
  declare const FieldGroup: React.ForwardRefExoticComponent<FieldGroupProps & React.RefAttributes<HTMLDivElement>>;
16
16
  declare const fieldVariants: (props?: ({
17
- orientation?: "responsive" | "vertical" | "horizontal" | null | undefined;
17
+ orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
18
18
  } & import('class-variance-authority/types').ClassProp) | undefined) => string;
19
19
  export interface FieldProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof fieldVariants> {
20
20
  invalid?: boolean;
@@ -1,8 +1,8 @@
1
1
  import { UseFormReturn, FieldPath, FieldValues } from 'react-hook-form';
2
2
  import { z } from 'zod';
3
- import { FormFieldProps as BaseFormFieldProps } from './form-field';
3
+ import { FormFieldProps as BaseFormFieldProps } from './form-field.js';
4
4
  import * as React from "react";
5
- export { FormLabel, FormControl, FormHelperText, FormErrorMessage, } from './form-field';
5
+ export { FormLabel, FormControl, FormHelperText, FormErrorMessage, } from './form-field.js';
6
6
  export declare const useFormContext: <TFieldValues extends FieldValues = FieldValues>() => UseFormReturn<TFieldValues>;
7
7
  export interface FormProps<TFieldValues extends FieldValues = FieldValues> extends Omit<React.FormHTMLAttributes<HTMLFormElement>, "onSubmit"> {
8
8
  form: UseFormReturn<TFieldValues>;
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
- import { CustomIconName } from './custom-icons';
2
+ import { CustomIconName } from './custom-icons.js';
3
3
  declare const iconColors: {
4
4
  readonly primary: "text-[var(--color-icon-primary)]";
5
5
  readonly secondary: "text-[var(--color-icon-secondary)]";
@@ -1,5 +1,5 @@
1
1
  import { VariantProps } from 'class-variance-authority';
2
- import { Button } from './button';
2
+ import { Button } from './button.js';
3
3
  import * as React from "react";
4
4
  export interface InputGroupProps extends React.ComponentProps<"div"> {
5
5
  }
@@ -0,0 +1,23 @@
1
+ import * as ResizablePrimitive from "react-resizable-panels";
2
+ declare const ResizablePanelGroup: ({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>) => import("react/jsx-runtime").JSX.Element;
3
+ declare const ResizablePanel: import('react').ForwardRefExoticComponent<Omit<import('react').HTMLAttributes<HTMLDivElement | HTMLElement | HTMLHeadingElement | HTMLSpanElement | HTMLObjectElement | HTMLStyleElement | HTMLSlotElement | HTMLTitleElement | HTMLLinkElement | HTMLMapElement | HTMLButtonElement | HTMLDialogElement | HTMLFormElement | HTMLImageElement | HTMLOptionElement | HTMLTableElement | HTMLAnchorElement | HTMLInputElement | HTMLLabelElement | HTMLLIElement | HTMLOListElement | HTMLParagraphElement | HTMLSelectElement | HTMLUListElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLCanvasElement | HTMLTableColElement | HTMLDataElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLLegendElement | HTMLMetaElement | HTMLMeterElement | HTMLOptGroupElement | HTMLOutputElement | HTMLPreElement | HTMLProgressElement | HTMLScriptElement | HTMLSourceElement | HTMLTemplateElement | HTMLTableSectionElement | HTMLTableCellElement | HTMLTextAreaElement | HTMLTimeElement | HTMLTableRowElement | HTMLTrackElement | HTMLVideoElement | HTMLTableCaptionElement | HTMLMenuElement | HTMLPictureElement>, "id" | "onResize"> & {
4
+ className?: string;
5
+ collapsedSize?: number | undefined;
6
+ collapsible?: boolean | undefined;
7
+ defaultSize?: number | undefined;
8
+ id?: string;
9
+ maxSize?: number | undefined;
10
+ minSize?: number | undefined;
11
+ onCollapse?: ResizablePrimitive.PanelOnCollapse;
12
+ onExpand?: ResizablePrimitive.PanelOnExpand;
13
+ onResize?: ResizablePrimitive.PanelOnResize;
14
+ order?: number;
15
+ style?: object;
16
+ tagName?: keyof HTMLElementTagNameMap | undefined;
17
+ } & {
18
+ children?: import('react').ReactNode | undefined;
19
+ } & import('react').RefAttributes<ResizablePrimitive.ImperativePanelHandle>>;
20
+ declare const ResizableHandle: ({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
21
+ withHandle?: boolean;
22
+ }) => import("react/jsx-runtime").JSX.Element;
23
+ export { ResizablePanelGroup, ResizablePanel, ResizableHandle };