@webiny/admin-ui 6.4.5 → 6.6.0-alpha.0

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 (201) hide show
  1. package/Accordion/Accordion.d.ts +7 -6
  2. package/Accordion/components/AccordionItem.d.ts +7 -6
  3. package/Accordion/components/AccordionItemAction.d.ts +7 -6
  4. package/Accordion/components/AccordionItemIcon.d.ts +7 -6
  5. package/Accordion/components/AccordionItemSeparator.d.ts +7 -6
  6. package/Alert/Alert.d.ts +21 -19
  7. package/AutoComplete/AutoComplete.d.ts +7 -6
  8. package/AutoComplete/primitives/AutoCompletePrimitive.d.ts +7 -6
  9. package/Avatar/Avatar.d.ts +9 -8
  10. package/Avatar/components/AvatarFallback.d.ts +7 -6
  11. package/Avatar/components/AvatarImage.d.ts +7 -6
  12. package/Button/Button.d.ts +10 -9
  13. package/Button/CopyButton.d.ts +7 -6
  14. package/Button/IconButton.d.ts +10 -9
  15. package/Calendar/Calendar.d.ts +7 -6
  16. package/Card/Card.d.ts +8 -22
  17. package/Card/components/CancelAction.d.ts +8 -6
  18. package/Card/components/CardContent.d.ts +6 -6
  19. package/Card/components/CardTitle.d.ts +2 -2
  20. package/Card/components/ConfirmAction.d.ts +8 -6
  21. package/Card/components/Icon.d.ts +7 -6
  22. package/Checkbox/Checkbox.d.ts +7 -6
  23. package/Checkbox/primitives/CheckboxPrimitive.d.ts +17 -12
  24. package/CheckboxGroup/CheckboxGroup.d.ts +7 -6
  25. package/CheckboxGroup/primitives/CheckboxGroupPrimitive.d.ts +20 -12
  26. package/CodeEditor/CodeEditor.d.ts +7 -6
  27. package/CodeEditor/CodeEditorPrimitive.d.ts +7 -6
  28. package/ColorPicker/ColorPicker.d.ts +7 -6
  29. package/ColorPicker/primitives/ColorPickerPrimitive.d.ts +7 -6
  30. package/Command/Command.d.ts +10 -8
  31. package/DataList/DataListModal.d.ts +6 -3
  32. package/DataTable/DataTable.d.ts +7 -6
  33. package/DatePicker/DatePicker.d.ts +7 -6
  34. package/DatePicker/primitives/DatePickerPrimitive.d.ts +7 -6
  35. package/Dialog/Dialog.d.ts +8 -22
  36. package/Dialog/components/CancelAction.d.ts +8 -6
  37. package/Dialog/components/ConfirmAction.d.ts +8 -6
  38. package/Dialog/components/DialogContent.d.ts +1 -1
  39. package/Dialog/components/DialogFooter.d.ts +1 -1
  40. package/Dialog/components/DialogTitle.d.ts +1 -1
  41. package/Dialog/components/Icon.d.ts +7 -6
  42. package/Drawer/Drawer.d.ts +8 -22
  43. package/Drawer/Drawer.stories.js +1 -0
  44. package/Drawer/Drawer.stories.js.map +1 -1
  45. package/Drawer/components/CancelButton.d.ts +8 -6
  46. package/Drawer/components/ConfirmButton.d.ts +8 -6
  47. package/Drawer/components/DrawerContent.d.ts +1 -1
  48. package/Drawer/components/Icon.d.ts +7 -6
  49. package/DropdownMenu/components/DropdownMenuItem.d.ts +3 -2
  50. package/DropdownMenu/components/DropdownMenuItem.js +9 -2
  51. package/DropdownMenu/components/DropdownMenuItem.js.map +1 -1
  52. package/DropdownMenu/components/DropdownMenuLink.d.ts +9 -8
  53. package/DropdownMenu/components/DropdownMenuSeparator.d.ts +7 -6
  54. package/EditableTitle/EditableTitle.d.ts +7 -6
  55. package/EmptyState/EmptyState.d.ts +43 -0
  56. package/EmptyState/EmptyState.js +93 -0
  57. package/EmptyState/EmptyState.js.map +1 -0
  58. package/EmptyState/EmptyState.stories.d.ts +13 -0
  59. package/EmptyState/EmptyState.stories.js +136 -0
  60. package/EmptyState/EmptyState.stories.js.map +1 -0
  61. package/EmptyState/illustrations/ContentIllustration.d.ts +2 -0
  62. package/EmptyState/illustrations/ContentIllustration.js +100 -0
  63. package/EmptyState/illustrations/ContentIllustration.js.map +1 -0
  64. package/EmptyState/illustrations/LayoutIllustration.d.ts +2 -0
  65. package/EmptyState/illustrations/LayoutIllustration.js +93 -0
  66. package/EmptyState/illustrations/LayoutIllustration.js.map +1 -0
  67. package/EmptyState/illustrations/ListingIllustration.d.ts +2 -0
  68. package/EmptyState/illustrations/ListingIllustration.js +92 -0
  69. package/EmptyState/illustrations/ListingIllustration.js.map +1 -0
  70. package/EmptyState/illustrations/SelectIllustration.d.ts +2 -0
  71. package/EmptyState/illustrations/SelectIllustration.js +100 -0
  72. package/EmptyState/illustrations/SelectIllustration.js.map +1 -0
  73. package/EmptyState/illustrations/TableIllustration.d.ts +2 -0
  74. package/EmptyState/illustrations/TableIllustration.js +233 -0
  75. package/EmptyState/illustrations/TableIllustration.js.map +1 -0
  76. package/EmptyState/illustrations/UploadIllustration.d.ts +2 -0
  77. package/EmptyState/illustrations/UploadIllustration.js +77 -0
  78. package/EmptyState/illustrations/UploadIllustration.js.map +1 -0
  79. package/EmptyState/illustrations/index.d.ts +6 -0
  80. package/EmptyState/illustrations/index.js +6 -0
  81. package/EmptyState/index.d.ts +1 -0
  82. package/EmptyState/index.js +1 -0
  83. package/FilePicker/FilePicker.d.ts +7 -6
  84. package/FilePicker/primitives/FilePickerPrimitive.d.ts +8 -7
  85. package/FilePicker/primitives/components/Trigger.d.ts +1 -1
  86. package/FilePicker/primitives/components/previews/ImagePreview/ImagePreview.d.ts +7 -6
  87. package/FilePicker/primitives/components/previews/RichItemPreview/RichItemPreview.d.ts +7 -6
  88. package/FilePicker/primitives/components/previews/TextOnlyPreview/TextOnlyPreview.d.ts +7 -6
  89. package/FilePicker/primitives/components/previews/variants.d.ts +1 -1
  90. package/FillViewport/FillViewport.d.ts +21 -18
  91. package/FormComponent/Description.d.ts +7 -6
  92. package/FormComponent/ErrorMessage.d.ts +7 -6
  93. package/FormComponent/Label.d.ts +7 -6
  94. package/FormComponent/Note.d.ts +7 -6
  95. package/Grid/Grid.d.ts +24 -22
  96. package/HeaderBar/HeaderBar.d.ts +7 -6
  97. package/Heading/Heading.d.ts +8 -7
  98. package/Icon/Icon.d.ts +9 -8
  99. package/IconPicker/IconPicker.d.ts +7 -6
  100. package/IconPicker/primitives/IconPickerPrimitive.d.ts +1 -1
  101. package/IconPicker/primitives/components/IconPickerTrigger.d.ts +1 -1
  102. package/Input/Input.d.ts +7 -6
  103. package/Input/InputPrimitive.d.ts +9 -8
  104. package/Label/Label.d.ts +8 -7
  105. package/Label/components/LabelValue.d.ts +1 -1
  106. package/Link/Link.d.ts +2 -2
  107. package/List/List.d.ts +8 -7
  108. package/List/components/ListItem.d.ts +7 -6
  109. package/List/components/ListItemAction.d.ts +7 -6
  110. package/List/components/ListItemHandle.d.ts +7 -6
  111. package/List/components/ListItemIcon.d.ts +7 -6
  112. package/List/components/ListItemSeparator.d.ts +7 -6
  113. package/Loader/Loader.d.ts +9 -8
  114. package/Loader/OverlayLoader.d.ts +7 -6
  115. package/MultiAutoComplete/MultiAutoComplete.d.ts +7 -6
  116. package/MultiAutoComplete/primitives/MultiAutoCompletePrimitive.d.ts +7 -6
  117. package/MultiAutoComplete/primitives/presenters/MultiAutoCompletePresenterWithFreeInput.d.ts +3 -3
  118. package/MultiAutoComplete/primitives/useMultiAutoComplete.d.ts +3 -3
  119. package/MultiFilePicker/MultiFilePicker.d.ts +7 -6
  120. package/MultiFilePicker/primitives/MultiFilePickerPrimitive.d.ts +7 -6
  121. package/MultiSelect/MultiSelect.d.ts +7 -6
  122. package/MultiSelect/primitives/MultiSelectPrimitive.d.ts +10 -6
  123. package/Popover/Popover.d.ts +7 -6
  124. package/Popover/primitives/PopoverPrimitive.d.ts +7 -7
  125. package/ProgressBar/ProgressBar.d.ts +7 -6
  126. package/RadioGroup/RadioGroup.d.ts +7 -6
  127. package/RadioGroup/primitives/Radio.d.ts +7 -6
  128. package/RadioGroup/primitives/RadioGroupPrimitive.d.ts +5 -1
  129. package/RangeSlider/RangeSlider.d.ts +7 -6
  130. package/SegmentedControl/SegmentedControl.d.ts +8 -7
  131. package/SegmentedControl/SegmentedControlTabs.d.ts +5 -2
  132. package/SegmentedControl/primitives/SegmentedControlPrimitive.d.ts +1 -1
  133. package/Select/Select.d.ts +7 -6
  134. package/Select/primitives/components/SelectTrigger.d.ts +2 -2
  135. package/Separator/Separator.d.ts +9 -8
  136. package/Sidebar/Sidebar.d.ts +7 -6
  137. package/Sidebar/components/SidebarIcon.d.ts +7 -6
  138. package/Sidebar/components/SidebarProvider.d.ts +4 -4
  139. package/Sidebar/components/items/SidebarMenuGroup.d.ts +9 -8
  140. package/Sidebar/components/items/SidebarMenuItem.d.ts +11 -10
  141. package/Sidebar/components/items/SidebarMenuItemIcon.d.ts +7 -6
  142. package/Sidebar/components/items/SidebarMenuLink.d.ts +11 -10
  143. package/Sidebar/components/items/SidebarMenuProvider.d.ts +4 -4
  144. package/Sidebar/components/items/SidebarMenuRootItem.d.ts +9 -7
  145. package/Skeleton/Skeleton.d.ts +9 -7
  146. package/Skeleton/Skeleton.js +10 -4
  147. package/Skeleton/Skeleton.js.map +1 -1
  148. package/Skeleton/Skeleton.stories.d.ts +2 -0
  149. package/Skeleton/Skeleton.stories.js +28 -2
  150. package/Skeleton/Skeleton.stories.js.map +1 -1
  151. package/Slider/Slider.d.ts +7 -6
  152. package/SteppedProgress/SteppedProgress.d.ts +7 -6
  153. package/SteppedProgress/SteppedProgressItem.d.ts +7 -6
  154. package/Switch/Switch.d.ts +7 -6
  155. package/Switch/primitives/SwitchPrimitive.d.ts +10 -6
  156. package/Table/Table.d.ts +12 -10
  157. package/Table/components/Direction.d.ts +1 -1
  158. package/Tabs/Tabs.d.ts +8 -6
  159. package/Tabs/Tabs.js +5 -2
  160. package/Tabs/Tabs.js.map +1 -1
  161. package/Tabs/components/Content.d.ts +1 -1
  162. package/Tabs/components/List.d.ts +2 -2
  163. package/Tabs/components/Tab.d.ts +7 -6
  164. package/Tabs/components/Trigger.d.ts +3 -2
  165. package/Tabs/components/Trigger.js +8 -3
  166. package/Tabs/components/Trigger.js.map +1 -1
  167. package/Tag/Tag.d.ts +8 -7
  168. package/Tags/Tags.d.ts +7 -6
  169. package/Tags/primitives/TagsPrimitive.d.ts +7 -6
  170. package/Text/Text.d.ts +8 -7
  171. package/Textarea/Textarea.d.ts +7 -6
  172. package/Textarea/TextareaPrimitive.d.ts +9 -8
  173. package/Toast/Toast.d.ts +7 -6
  174. package/Toast/components/ToastActions.d.ts +7 -6
  175. package/Toast/components/ToastDescription.d.ts +7 -6
  176. package/Toast/components/ToastTitle.d.ts +7 -6
  177. package/Toggle/Toggle.d.ts +7 -6
  178. package/Toggle/primitives/TogglePrimitive.d.ts +13 -9
  179. package/ToggleGroup/ToggleGroup.d.ts +7 -6
  180. package/ToggleGroup/primitives/ToggleGroupPrimitive.d.ts +13 -9
  181. package/Tooltip/Tooltip.d.ts +7 -6
  182. package/Tree/Tree.d.ts +7 -6
  183. package/Tree/components/Item.d.ts +7 -6
  184. package/Tree/components/ItemCollapseTrigger.d.ts +7 -6
  185. package/Tree/components/ItemContent.d.ts +8 -6
  186. package/Tree/components/ItemDragHandle.d.ts +7 -6
  187. package/Tree/components/ItemIcon.d.ts +7 -6
  188. package/Tree/components/ItemPlaceholder.d.ts +7 -6
  189. package/Tree/components/ItemSubIndentation.d.ts +7 -6
  190. package/Widget/Widget.d.ts +8 -22
  191. package/Widget/components/Icon.d.ts +7 -6
  192. package/Widget/components/WidgetAction.d.ts +8 -6
  193. package/Widget/components/WidgetContent.d.ts +5 -5
  194. package/exports/admin/ui.d.ts +1 -0
  195. package/exports/admin/ui.js +1 -0
  196. package/index.d.ts +1 -0
  197. package/index.js +1 -0
  198. package/package.json +24 -24
  199. package/theme.css +13 -1
  200. package/utils.js +52 -34
  201. package/utils.js.map +1 -1
package/Tag/Tag.d.ts CHANGED
@@ -4,7 +4,7 @@ declare const tagVariants: (props?: ({
4
4
  isInteractive?: boolean | null | undefined;
5
5
  isDismissible?: boolean | null | undefined;
6
6
  isDisabled?: boolean | null | undefined;
7
- variant?: "accent" | "neutral-light" | "neutral-strong" | "neutral-base" | "success" | "warning" | "neutral-base-outline" | "neutral-muted" | "neutral-xstrong" | "neutral-dark" | "accent-light" | "success-light" | "destructive" | null | undefined;
7
+ variant?: "accent" | "accent-light" | "destructive" | "neutral-base" | "neutral-base-outline" | "neutral-dark" | "neutral-light" | "neutral-muted" | "neutral-strong" | "neutral-xstrong" | "success" | "success-light" | "warning" | null | undefined;
8
8
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
9
9
  export interface TagProps extends Omit<React.HTMLAttributes<HTMLSpanElement>, "children" | "content">, VariantProps<typeof tagVariants> {
10
10
  content: React.ReactNode;
@@ -16,21 +16,22 @@ export interface TagProps extends Omit<React.HTMLAttributes<HTMLSpanElement>, "c
16
16
  icon?: React.ReactElement | null;
17
17
  disabled?: boolean;
18
18
  }
19
- declare const Tag: ((props: TagProps) => React.JSX.Element) & {
20
- original: (props: TagProps) => React.JSX.Element;
19
+ declare const DecoratableTag: (props: TagProps) => React.JSX.Element;
20
+ declare const Tag: typeof DecoratableTag & {
21
+ original: typeof DecoratableTag;
21
22
  originalName: string;
22
23
  displayName: string;
23
24
  } & {
24
- original: ((props: TagProps) => React.JSX.Element) & {
25
- original: (props: TagProps) => React.JSX.Element;
25
+ original: typeof DecoratableTag & {
26
+ original: typeof DecoratableTag;
26
27
  originalName: string;
27
28
  displayName: string;
28
29
  };
29
30
  originalName: string;
30
31
  displayName: string;
31
32
  } & {
32
- createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<((props: TagProps) => React.JSX.Element) & {
33
- original: (props: TagProps) => React.JSX.Element;
33
+ createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof DecoratableTag & {
34
+ original: typeof DecoratableTag;
34
35
  originalName: string;
35
36
  displayName: string;
36
37
  }>) => (props: unknown) => React.JSX.Element;
package/Tags/Tags.d.ts CHANGED
@@ -2,21 +2,22 @@ import React from "react";
2
2
  import { type TagsPrimitiveProps } from "./primitives/index.js";
3
3
  import { type FormComponentProps } from "../FormComponent/index.js";
4
4
  type TagsProps = TagsPrimitiveProps & FormComponentProps;
5
- declare const Tags: (({ label, description, note, hint, required, disabled, validation, validate, onBlur: originalOnBlur, ...props }: TagsProps) => React.JSX.Element) & {
6
- original: ({ label, description, note, hint, required, disabled, validation, validate, onBlur: originalOnBlur, ...props }: TagsProps) => React.JSX.Element;
5
+ declare const DecoratableTags: ({ label, description, note, hint, required, disabled, validation, validate, onBlur: originalOnBlur, ...props }: TagsProps) => React.JSX.Element;
6
+ declare const Tags: typeof DecoratableTags & {
7
+ original: typeof DecoratableTags;
7
8
  originalName: string;
8
9
  displayName: string;
9
10
  } & {
10
- original: (({ label, description, note, hint, required, disabled, validation, validate, onBlur: originalOnBlur, ...props }: TagsProps) => React.JSX.Element) & {
11
- original: ({ label, description, note, hint, required, disabled, validation, validate, onBlur: originalOnBlur, ...props }: TagsProps) => React.JSX.Element;
11
+ original: typeof DecoratableTags & {
12
+ original: typeof DecoratableTags;
12
13
  originalName: string;
13
14
  displayName: string;
14
15
  };
15
16
  originalName: string;
16
17
  displayName: string;
17
18
  } & {
18
- createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<(({ label, description, note, hint, required, disabled, validation, validate, onBlur: originalOnBlur, ...props }: TagsProps) => React.JSX.Element) & {
19
- original: ({ label, description, note, hint, required, disabled, validation, validate, onBlur: originalOnBlur, ...props }: TagsProps) => React.JSX.Element;
19
+ createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof DecoratableTags & {
20
+ original: typeof DecoratableTags;
20
21
  originalName: string;
21
22
  displayName: string;
22
23
  }>) => (props: unknown) => React.JSX.Element;
@@ -57,21 +57,22 @@ interface TagsPrimitiveProps extends Omit<React.InputHTMLAttributes<HTMLInputEle
57
57
  */
58
58
  protectedValues?: string[];
59
59
  }
60
- declare const TagsPrimitive: ((props: TagsPrimitiveProps) => React.JSX.Element) & {
61
- original: (props: TagsPrimitiveProps) => React.JSX.Element;
60
+ declare const DecoratableTagsPrimitive: (props: TagsPrimitiveProps) => React.JSX.Element;
61
+ declare const TagsPrimitive: typeof DecoratableTagsPrimitive & {
62
+ original: typeof DecoratableTagsPrimitive;
62
63
  originalName: string;
63
64
  displayName: string;
64
65
  } & {
65
- original: ((props: TagsPrimitiveProps) => React.JSX.Element) & {
66
- original: (props: TagsPrimitiveProps) => React.JSX.Element;
66
+ original: typeof DecoratableTagsPrimitive & {
67
+ original: typeof DecoratableTagsPrimitive;
67
68
  originalName: string;
68
69
  displayName: string;
69
70
  };
70
71
  originalName: string;
71
72
  displayName: string;
72
73
  } & {
73
- createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<((props: TagsPrimitiveProps) => React.JSX.Element) & {
74
- original: (props: TagsPrimitiveProps) => React.JSX.Element;
74
+ createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof DecoratableTagsPrimitive & {
75
+ original: typeof DecoratableTagsPrimitive;
75
76
  originalName: string;
76
77
  displayName: string;
77
78
  }>) => (props: unknown) => React.JSX.Element;
package/Text/Text.d.ts CHANGED
@@ -2,26 +2,27 @@ import React from "react";
2
2
  import { type VariantProps } from "../utils.js";
3
3
  type TextTags = "span" | "div";
4
4
  declare const textVariants: (props?: ({
5
- size?: "sm" | "md" | "lg" | "xl" | null | undefined;
5
+ size?: "lg" | "md" | "sm" | "xl" | null | undefined;
6
6
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
7
  interface TextProps extends React.HTMLAttributes<HTMLElement>, VariantProps<typeof textVariants> {
8
8
  as?: TextTags;
9
9
  }
10
- declare const Text: (({ children, size, className, as: Tag, ...props }: TextProps) => React.JSX.Element) & {
11
- original: ({ children, size, className, as: Tag, ...props }: TextProps) => React.JSX.Element;
10
+ declare const TextBase: ({ children, size, className, as: Tag, ...props }: TextProps) => React.JSX.Element;
11
+ declare const Text: typeof TextBase & {
12
+ original: typeof TextBase;
12
13
  originalName: string;
13
14
  displayName: string;
14
15
  } & {
15
- original: (({ children, size, className, as: Tag, ...props }: TextProps) => React.JSX.Element) & {
16
- original: ({ children, size, className, as: Tag, ...props }: TextProps) => React.JSX.Element;
16
+ original: typeof TextBase & {
17
+ original: typeof TextBase;
17
18
  originalName: string;
18
19
  displayName: string;
19
20
  };
20
21
  originalName: string;
21
22
  displayName: string;
22
23
  } & {
23
- createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<(({ children, size, className, as: Tag, ...props }: TextProps) => React.JSX.Element) & {
24
- original: ({ children, size, className, as: Tag, ...props }: TextProps) => React.JSX.Element;
24
+ createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof TextBase & {
25
+ original: typeof TextBase;
25
26
  originalName: string;
26
27
  displayName: string;
27
28
  }>) => (props: unknown) => React.JSX.Element;
@@ -2,21 +2,22 @@ import React from "react";
2
2
  import type { TextareaPrimitiveProps } from "./TextareaPrimitive.js";
3
3
  import type { FormComponentProps } from "../FormComponent/index.js";
4
4
  type TextareaGroupProps = Omit<TextareaPrimitiveProps, "onChange"> & FormComponentProps;
5
- declare const Textarea: (({ label, description, note, hint, required, disabled, validation, validate, onBlur: originalOnBlur, ...props }: TextareaGroupProps) => React.JSX.Element) & {
6
- original: ({ label, description, note, hint, required, disabled, validation, validate, onBlur: originalOnBlur, ...props }: TextareaGroupProps) => React.JSX.Element;
5
+ declare const DecoratableTextarea: ({ label, description, note, hint, required, disabled, validation, validate, onBlur: originalOnBlur, ...props }: TextareaGroupProps) => React.JSX.Element;
6
+ declare const Textarea: typeof DecoratableTextarea & {
7
+ original: typeof DecoratableTextarea;
7
8
  originalName: string;
8
9
  displayName: string;
9
10
  } & {
10
- original: (({ label, description, note, hint, required, disabled, validation, validate, onBlur: originalOnBlur, ...props }: TextareaGroupProps) => React.JSX.Element) & {
11
- original: ({ label, description, note, hint, required, disabled, validation, validate, onBlur: originalOnBlur, ...props }: TextareaGroupProps) => React.JSX.Element;
11
+ original: typeof DecoratableTextarea & {
12
+ original: typeof DecoratableTextarea;
12
13
  originalName: string;
13
14
  displayName: string;
14
15
  };
15
16
  originalName: string;
16
17
  displayName: string;
17
18
  } & {
18
- createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<(({ label, description, note, hint, required, disabled, validation, validate, onBlur: originalOnBlur, ...props }: TextareaGroupProps) => React.JSX.Element) & {
19
- original: ({ label, description, note, hint, required, disabled, validation, validate, onBlur: originalOnBlur, ...props }: TextareaGroupProps) => React.JSX.Element;
19
+ createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof DecoratableTextarea & {
20
+ original: typeof DecoratableTextarea;
20
21
  originalName: string;
21
22
  displayName: string;
22
23
  }>) => (props: unknown) => React.JSX.Element;
@@ -1,8 +1,8 @@
1
1
  import * as React from "react";
2
2
  import { type VariantProps } from "../utils.js";
3
3
  declare const textareaVariants: (props?: ({
4
- variant?: "primary" | "secondary" | "ghost" | "ghost-negative" | null | undefined;
5
- size?: "md" | "lg" | "xl" | null | undefined;
4
+ variant?: "ghost" | "ghost-negative" | "primary" | "secondary" | null | undefined;
5
+ size?: "lg" | "md" | "xl" | null | undefined;
6
6
  invalid?: boolean | null | undefined;
7
7
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
8
8
  interface TextareaPrimitiveProps extends React.ComponentProps<"textarea">, VariantProps<typeof textareaVariants> {
@@ -19,21 +19,22 @@ interface TextareaPrimitiveProps extends React.ComponentProps<"textarea">, Varia
19
19
  */
20
20
  onEnter?: () => void;
21
21
  }
22
- declare const TextareaPrimitive: (({ className, variant, invalid, size, textareaRef, forwardEventOnChange, onChange: originalOnChange, onEnter, onKeyDown: originalOnKeyDown, value, ...props }: TextareaPrimitiveProps) => React.JSX.Element) & {
23
- original: ({ className, variant, invalid, size, textareaRef, forwardEventOnChange, onChange: originalOnChange, onEnter, onKeyDown: originalOnKeyDown, value, ...props }: TextareaPrimitiveProps) => React.JSX.Element;
22
+ declare const DecoratableTextareaPrimitive: ({ className, variant, invalid, size, textareaRef, forwardEventOnChange, onChange: originalOnChange, onEnter, onKeyDown: originalOnKeyDown, value, ...props }: TextareaPrimitiveProps) => React.JSX.Element;
23
+ declare const TextareaPrimitive: typeof DecoratableTextareaPrimitive & {
24
+ original: typeof DecoratableTextareaPrimitive;
24
25
  originalName: string;
25
26
  displayName: string;
26
27
  } & {
27
- original: (({ className, variant, invalid, size, textareaRef, forwardEventOnChange, onChange: originalOnChange, onEnter, onKeyDown: originalOnKeyDown, value, ...props }: TextareaPrimitiveProps) => React.JSX.Element) & {
28
- original: ({ className, variant, invalid, size, textareaRef, forwardEventOnChange, onChange: originalOnChange, onEnter, onKeyDown: originalOnKeyDown, value, ...props }: TextareaPrimitiveProps) => React.JSX.Element;
28
+ original: typeof DecoratableTextareaPrimitive & {
29
+ original: typeof DecoratableTextareaPrimitive;
29
30
  originalName: string;
30
31
  displayName: string;
31
32
  };
32
33
  originalName: string;
33
34
  displayName: string;
34
35
  } & {
35
- createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<(({ className, variant, invalid, size, textareaRef, forwardEventOnChange, onChange: originalOnChange, onEnter, onKeyDown: originalOnKeyDown, value, ...props }: TextareaPrimitiveProps) => React.JSX.Element) & {
36
- original: ({ className, variant, invalid, size, textareaRef, forwardEventOnChange, onChange: originalOnChange, onEnter, onKeyDown: originalOnKeyDown, value, ...props }: TextareaPrimitiveProps) => React.JSX.Element;
36
+ createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof DecoratableTextareaPrimitive & {
37
+ original: typeof DecoratableTextareaPrimitive;
37
38
  originalName: string;
38
39
  displayName: string;
39
40
  }>) => (props: unknown) => React.JSX.Element;
package/Toast/Toast.d.ts CHANGED
@@ -10,21 +10,22 @@ interface ToastProps extends Omit<ToastRootProps, "title" | "content" | "childre
10
10
  onCloseClick: () => void;
11
11
  dismissible?: boolean;
12
12
  }
13
- declare const Toast: (({ title, description, icon, actions, onCloseClick, dismissible, ...props }: ToastProps) => React.JSX.Element) & {
14
- original: ({ title, description, icon, actions, onCloseClick, dismissible, ...props }: ToastProps) => React.JSX.Element;
13
+ declare const DecoratableToast: ({ title, description, icon, actions, onCloseClick, dismissible, ...props }: ToastProps) => React.JSX.Element;
14
+ declare const Toast: typeof DecoratableToast & {
15
+ original: typeof DecoratableToast;
15
16
  originalName: string;
16
17
  displayName: string;
17
18
  } & {
18
- original: (({ title, description, icon, actions, onCloseClick, dismissible, ...props }: ToastProps) => React.JSX.Element) & {
19
- original: ({ title, description, icon, actions, onCloseClick, dismissible, ...props }: ToastProps) => React.JSX.Element;
19
+ original: typeof DecoratableToast & {
20
+ original: typeof DecoratableToast;
20
21
  originalName: string;
21
22
  displayName: string;
22
23
  };
23
24
  originalName: string;
24
25
  displayName: string;
25
26
  } & {
26
- createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<(({ title, description, icon, actions, onCloseClick, dismissible, ...props }: ToastProps) => React.JSX.Element) & {
27
- original: ({ title, description, icon, actions, onCloseClick, dismissible, ...props }: ToastProps) => React.JSX.Element;
27
+ createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof DecoratableToast & {
28
+ original: typeof DecoratableToast;
28
29
  originalName: string;
29
30
  displayName: string;
30
31
  }>) => (props: unknown) => React.JSX.Element;
@@ -1,19 +1,20 @@
1
1
  import React from "react";
2
- declare const ToastActions: (({ children, className, ...props }: React.HTMLAttributes<HTMLDivElement>) => React.JSX.Element) & {
3
- original: ({ children, className, ...props }: React.HTMLAttributes<HTMLDivElement>) => React.JSX.Element;
2
+ declare const DecoratableToastActions: ({ children, className, ...props }: React.HTMLAttributes<HTMLDivElement>) => React.JSX.Element;
3
+ declare const ToastActions: typeof DecoratableToastActions & {
4
+ original: typeof DecoratableToastActions;
4
5
  originalName: string;
5
6
  displayName: string;
6
7
  } & {
7
- original: (({ children, className, ...props }: React.HTMLAttributes<HTMLDivElement>) => React.JSX.Element) & {
8
- original: ({ children, className, ...props }: React.HTMLAttributes<HTMLDivElement>) => React.JSX.Element;
8
+ original: typeof DecoratableToastActions & {
9
+ original: typeof DecoratableToastActions;
9
10
  originalName: string;
10
11
  displayName: string;
11
12
  };
12
13
  originalName: string;
13
14
  displayName: string;
14
15
  } & {
15
- createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<(({ children, className, ...props }: React.HTMLAttributes<HTMLDivElement>) => React.JSX.Element) & {
16
- original: ({ children, className, ...props }: React.HTMLAttributes<HTMLDivElement>) => React.JSX.Element;
16
+ createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof DecoratableToastActions & {
17
+ original: typeof DecoratableToastActions;
17
18
  originalName: string;
18
19
  displayName: string;
19
20
  }>) => (props: unknown) => React.JSX.Element;
@@ -2,21 +2,22 @@ import React from "react";
2
2
  type DescriptionProps = Omit<React.HTMLAttributes<HTMLDivElement>, "children"> & {
3
3
  text: React.ReactNode;
4
4
  };
5
- declare const ToastDescription: (({ text, className, ...props }: DescriptionProps) => React.JSX.Element) & {
6
- original: ({ text, className, ...props }: DescriptionProps) => React.JSX.Element;
5
+ declare const DecoratableToastDescription: ({ text, className, ...props }: DescriptionProps) => React.JSX.Element;
6
+ declare const ToastDescription: typeof DecoratableToastDescription & {
7
+ original: typeof DecoratableToastDescription;
7
8
  originalName: string;
8
9
  displayName: string;
9
10
  } & {
10
- original: (({ text, className, ...props }: DescriptionProps) => React.JSX.Element) & {
11
- original: ({ text, className, ...props }: DescriptionProps) => React.JSX.Element;
11
+ original: typeof DecoratableToastDescription & {
12
+ original: typeof DecoratableToastDescription;
12
13
  originalName: string;
13
14
  displayName: string;
14
15
  };
15
16
  originalName: string;
16
17
  displayName: string;
17
18
  } & {
18
- createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<(({ text, className, ...props }: DescriptionProps) => React.JSX.Element) & {
19
- original: ({ text, className, ...props }: DescriptionProps) => React.JSX.Element;
19
+ createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof DecoratableToastDescription & {
20
+ original: typeof DecoratableToastDescription;
20
21
  originalName: string;
21
22
  displayName: string;
22
23
  }>) => (props: unknown) => React.JSX.Element;
@@ -2,21 +2,22 @@ import React from "react";
2
2
  type ToastTitleProps = Omit<React.HTMLAttributes<HTMLDivElement>, "children"> & {
3
3
  text: React.ReactNode;
4
4
  };
5
- declare const ToastTitle: (({ text, className, ...props }: ToastTitleProps) => React.JSX.Element) & {
6
- original: ({ text, className, ...props }: ToastTitleProps) => React.JSX.Element;
5
+ declare const DecoratableToastTitle: ({ text, className, ...props }: ToastTitleProps) => React.JSX.Element;
6
+ declare const ToastTitle: typeof DecoratableToastTitle & {
7
+ original: typeof DecoratableToastTitle;
7
8
  originalName: string;
8
9
  displayName: string;
9
10
  } & {
10
- original: (({ text, className, ...props }: ToastTitleProps) => React.JSX.Element) & {
11
- original: ({ text, className, ...props }: ToastTitleProps) => React.JSX.Element;
11
+ original: typeof DecoratableToastTitle & {
12
+ original: typeof DecoratableToastTitle;
12
13
  originalName: string;
13
14
  displayName: string;
14
15
  };
15
16
  originalName: string;
16
17
  displayName: string;
17
18
  } & {
18
- createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<(({ text, className, ...props }: ToastTitleProps) => React.JSX.Element) & {
19
- original: ({ text, className, ...props }: ToastTitleProps) => React.JSX.Element;
19
+ createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof DecoratableToastTitle & {
20
+ original: typeof DecoratableToastTitle;
20
21
  originalName: string;
21
22
  displayName: string;
22
23
  }>) => (props: unknown) => React.JSX.Element;
@@ -2,21 +2,22 @@ import React from "react";
2
2
  import type { TogglePrimitiveProps } from "./primitives/index.js";
3
3
  import type { FormComponentProps } from "../FormComponent/index.js";
4
4
  type ToggleProps = TogglePrimitiveProps & FormComponentProps;
5
- declare const Toggle: (({ note, validation, ...props }: ToggleProps) => React.JSX.Element) & {
6
- original: ({ note, validation, ...props }: ToggleProps) => React.JSX.Element;
5
+ declare const DecoratableToggle: ({ note, validation, ...props }: ToggleProps) => React.JSX.Element;
6
+ declare const Toggle: typeof DecoratableToggle & {
7
+ original: typeof DecoratableToggle;
7
8
  originalName: string;
8
9
  displayName: string;
9
10
  } & {
10
- original: (({ note, validation, ...props }: ToggleProps) => React.JSX.Element) & {
11
- original: ({ note, validation, ...props }: ToggleProps) => React.JSX.Element;
11
+ original: typeof DecoratableToggle & {
12
+ original: typeof DecoratableToggle;
12
13
  originalName: string;
13
14
  displayName: string;
14
15
  };
15
16
  originalName: string;
16
17
  displayName: string;
17
18
  } & {
18
- createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<(({ note, validation, ...props }: ToggleProps) => React.JSX.Element) & {
19
- original: ({ note, validation, ...props }: ToggleProps) => React.JSX.Element;
19
+ createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof DecoratableToggle & {
20
+ original: typeof DecoratableToggle;
20
21
  originalName: string;
21
22
  displayName: string;
22
23
  }>) => (props: unknown) => React.JSX.Element;
@@ -6,9 +6,9 @@ import type { ToggleItemDto, ToggleItemFormatted } from "../domains/index.js";
6
6
  * Toggle Renderer
7
7
  */
8
8
  declare const toggleVariants: (props?: ({
9
- variant?: "primary" | "ghost" | "ghost-negative" | "outline" | null | undefined;
10
- size?: "sm" | "md" | "lg" | "xl" | null | undefined;
11
- contentLayout?: "text" | "icon" | null | undefined;
9
+ variant?: "ghost" | "ghost-negative" | "outline" | "primary" | null | undefined;
10
+ size?: "lg" | "md" | "sm" | "xl" | null | undefined;
11
+ contentLayout?: "icon" | "text" | null | undefined;
12
12
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
13
13
  type TogglePrimitiveProps = Omit<TogglePrimitives.ToggleProps, "defaultPressed" | "onPressedChange" | "onChange" | "pressed"> & VariantProps<typeof toggleVariants> & ToggleItemDto & {
14
14
  onChange?: (checked: boolean) => void;
@@ -16,21 +16,25 @@ type TogglePrimitiveProps = Omit<TogglePrimitives.ToggleProps, "defaultPressed"
16
16
  type TogglePrimitivVm = {
17
17
  item?: ToggleItemFormatted;
18
18
  };
19
- declare const TogglePrimitive: ((props: TogglePrimitiveProps) => React.JSX.Element | null) & {
20
- original: (props: TogglePrimitiveProps) => React.JSX.Element | null;
19
+ /**
20
+ * Toggle
21
+ */
22
+ declare const DecoratableTogglePrimitive: (props: TogglePrimitiveProps) => React.JSX.Element | null;
23
+ declare const TogglePrimitive: typeof DecoratableTogglePrimitive & {
24
+ original: typeof DecoratableTogglePrimitive;
21
25
  originalName: string;
22
26
  displayName: string;
23
27
  } & {
24
- original: ((props: TogglePrimitiveProps) => React.JSX.Element | null) & {
25
- original: (props: TogglePrimitiveProps) => React.JSX.Element | null;
28
+ original: typeof DecoratableTogglePrimitive & {
29
+ original: typeof DecoratableTogglePrimitive;
26
30
  originalName: string;
27
31
  displayName: string;
28
32
  };
29
33
  originalName: string;
30
34
  displayName: string;
31
35
  } & {
32
- createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<((props: TogglePrimitiveProps) => React.JSX.Element | null) & {
33
- original: (props: TogglePrimitiveProps) => React.JSX.Element | null;
36
+ createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof DecoratableTogglePrimitive & {
37
+ original: typeof DecoratableTogglePrimitive;
34
38
  originalName: string;
35
39
  displayName: string;
36
40
  }>) => (props: unknown) => React.JSX.Element;
@@ -2,21 +2,22 @@ import React from "react";
2
2
  import type { ToggleGroupPrimitiveProps } from "./primitives/index.js";
3
3
  import type { FormComponentProps } from "../FormComponent/index.js";
4
4
  type ToggleGroupProps = ToggleGroupPrimitiveProps & FormComponentProps;
5
- declare const ToggleGroup: (({ label, description, note, hint, required, disabled, validation, ...props }: ToggleGroupProps) => React.JSX.Element) & {
6
- original: ({ label, description, note, hint, required, disabled, validation, ...props }: ToggleGroupProps) => React.JSX.Element;
5
+ declare const DecoratableToggleGroup: ({ label, description, note, hint, required, disabled, validation, ...props }: ToggleGroupProps) => React.JSX.Element;
6
+ declare const ToggleGroup: typeof DecoratableToggleGroup & {
7
+ original: typeof DecoratableToggleGroup;
7
8
  originalName: string;
8
9
  displayName: string;
9
10
  } & {
10
- original: (({ label, description, note, hint, required, disabled, validation, ...props }: ToggleGroupProps) => React.JSX.Element) & {
11
- original: ({ label, description, note, hint, required, disabled, validation, ...props }: ToggleGroupProps) => React.JSX.Element;
11
+ original: typeof DecoratableToggleGroup & {
12
+ original: typeof DecoratableToggleGroup;
12
13
  originalName: string;
13
14
  displayName: string;
14
15
  };
15
16
  originalName: string;
16
17
  displayName: string;
17
18
  } & {
18
- createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<(({ label, description, note, hint, required, disabled, validation, ...props }: ToggleGroupProps) => React.JSX.Element) & {
19
- original: ({ label, description, note, hint, required, disabled, validation, ...props }: ToggleGroupProps) => React.JSX.Element;
19
+ createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof DecoratableToggleGroup & {
20
+ original: typeof DecoratableToggleGroup;
20
21
  originalName: string;
21
22
  displayName: string;
22
23
  }>) => (props: unknown) => React.JSX.Element;
@@ -5,9 +5,9 @@ import type { ToggleGroupItemFormatted, ToggleGroupItemParams } from "../domains
5
5
  * Toggle Group Item
6
6
  */
7
7
  declare const toggleGroupItemVariants: (props?: ({
8
- variant?: "primary" | "ghost" | "ghost-negative" | "outline" | null | undefined;
9
- size?: "sm" | "md" | null | undefined;
10
- contentLayout?: "text" | "icon" | null | undefined;
8
+ variant?: "ghost" | "ghost-negative" | "outline" | "primary" | null | undefined;
9
+ size?: "md" | "sm" | null | undefined;
10
+ contentLayout?: "icon" | "text" | null | undefined;
11
11
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
12
12
  type ToggleGroupVariant = VariantProps<typeof toggleGroupItemVariants>["variant"];
13
13
  type ToggleGroupSize = VariantProps<typeof toggleGroupItemVariants>["size"];
@@ -33,21 +33,25 @@ type ToggleGroupPrimitiveProps = ToggleGroupPrimitiveBaseProps & (ToggleGroupSin
33
33
  type ToggleGroupVm = {
34
34
  items: ToggleGroupItemFormatted[];
35
35
  };
36
- declare const ToggleGroupPrimitive: ((props: ToggleGroupPrimitiveProps) => React.JSX.Element) & {
37
- original: (props: ToggleGroupPrimitiveProps) => React.JSX.Element;
36
+ /**
37
+ * Toggle Group Primitive
38
+ */
39
+ declare const DecoratableToggleGroupPrimitive: (props: ToggleGroupPrimitiveProps) => React.JSX.Element;
40
+ declare const ToggleGroupPrimitive: typeof DecoratableToggleGroupPrimitive & {
41
+ original: typeof DecoratableToggleGroupPrimitive;
38
42
  originalName: string;
39
43
  displayName: string;
40
44
  } & {
41
- original: ((props: ToggleGroupPrimitiveProps) => React.JSX.Element) & {
42
- original: (props: ToggleGroupPrimitiveProps) => React.JSX.Element;
45
+ original: typeof DecoratableToggleGroupPrimitive & {
46
+ original: typeof DecoratableToggleGroupPrimitive;
43
47
  originalName: string;
44
48
  displayName: string;
45
49
  };
46
50
  originalName: string;
47
51
  displayName: string;
48
52
  } & {
49
- createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<((props: ToggleGroupPrimitiveProps) => React.JSX.Element) & {
50
- original: (props: ToggleGroupPrimitiveProps) => React.JSX.Element;
53
+ createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof DecoratableToggleGroupPrimitive & {
54
+ original: typeof DecoratableToggleGroupPrimitive;
51
55
  originalName: string;
52
56
  displayName: string;
53
57
  }>) => (props: unknown) => React.JSX.Element;
@@ -12,21 +12,22 @@ interface TooltipProps extends Omit<TooltipPrimitive.TooltipContentProps, "conte
12
12
  trigger: React.ReactNode;
13
13
  rawTrigger?: boolean;
14
14
  }
15
- declare const Tooltip: (({ align, content, onOpenChange, showArrow, side, variant, trigger, delay, ...props }: TooltipProps) => React.JSX.Element) & {
16
- original: ({ align, content, onOpenChange, showArrow, side, variant, trigger, delay, ...props }: TooltipProps) => React.JSX.Element;
15
+ declare const DecoratableTooltip: ({ align, content, onOpenChange, showArrow, side, variant, trigger, delay, ...props }: TooltipProps) => React.JSX.Element;
16
+ declare const Tooltip: typeof DecoratableTooltip & {
17
+ original: typeof DecoratableTooltip;
17
18
  originalName: string;
18
19
  displayName: string;
19
20
  } & {
20
- original: (({ align, content, onOpenChange, showArrow, side, variant, trigger, delay, ...props }: TooltipProps) => React.JSX.Element) & {
21
- original: ({ align, content, onOpenChange, showArrow, side, variant, trigger, delay, ...props }: TooltipProps) => React.JSX.Element;
21
+ original: typeof DecoratableTooltip & {
22
+ original: typeof DecoratableTooltip;
22
23
  originalName: string;
23
24
  displayName: string;
24
25
  };
25
26
  originalName: string;
26
27
  displayName: string;
27
28
  } & {
28
- createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<(({ align, content, onOpenChange, showArrow, side, variant, trigger, delay, ...props }: TooltipProps) => React.JSX.Element) & {
29
- original: ({ align, content, onOpenChange, showArrow, side, variant, trigger, delay, ...props }: TooltipProps) => React.JSX.Element;
29
+ createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof DecoratableTooltip & {
30
+ original: typeof DecoratableTooltip;
30
31
  originalName: string;
31
32
  displayName: string;
32
33
  }>) => (props: unknown) => React.JSX.Element;
package/Tree/Tree.d.ts CHANGED
@@ -27,21 +27,22 @@ export interface TreeProps<TData = Record<string, any>> {
27
27
  rootId?: string;
28
28
  sort?: boolean | ((a: NodeDto<TData>, b: NodeDto<TData>) => number);
29
29
  }
30
- declare const Tree: (<TData>(props: TreeProps<TData>) => React.JSX.Element) & {
31
- original: <TData>(props: TreeProps<TData>) => React.JSX.Element;
30
+ declare const BaseTree: <TData>(props: TreeProps<TData>) => React.JSX.Element;
31
+ declare const Tree: typeof BaseTree & {
32
+ original: typeof BaseTree;
32
33
  originalName: string;
33
34
  displayName: string;
34
35
  } & {
35
- original: (<TData>(props: TreeProps<TData>) => React.JSX.Element) & {
36
- original: <TData>(props: TreeProps<TData>) => React.JSX.Element;
36
+ original: typeof BaseTree & {
37
+ original: typeof BaseTree;
37
38
  originalName: string;
38
39
  displayName: string;
39
40
  };
40
41
  originalName: string;
41
42
  displayName: string;
42
43
  } & {
43
- createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<(<TData>(props: TreeProps<TData>) => React.JSX.Element) & {
44
- original: <TData>(props: TreeProps<TData>) => React.JSX.Element;
44
+ createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof BaseTree & {
45
+ original: typeof BaseTree;
45
46
  originalName: string;
46
47
  displayName: string;
47
48
  }>) => (props: unknown) => React.JSX.Element;
@@ -5,21 +5,22 @@ declare const itemVariants: (props?: ({
5
5
  loading?: boolean | null | undefined;
6
6
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
7
  type ItemProps = React.HTMLAttributes<HTMLDivElement> & VariantProps<typeof itemVariants>;
8
- declare const Item: (({ children, className, active, loading, ...props }: ItemProps) => React.JSX.Element) & {
9
- original: ({ children, className, active, loading, ...props }: ItemProps) => React.JSX.Element;
8
+ declare const BaseItem: ({ children, className, active, loading, ...props }: ItemProps) => React.JSX.Element;
9
+ declare const Item: typeof BaseItem & {
10
+ original: typeof BaseItem;
10
11
  originalName: string;
11
12
  displayName: string;
12
13
  } & {
13
- original: (({ children, className, active, loading, ...props }: ItemProps) => React.JSX.Element) & {
14
- original: ({ children, className, active, loading, ...props }: ItemProps) => React.JSX.Element;
14
+ original: typeof BaseItem & {
15
+ original: typeof BaseItem;
15
16
  originalName: string;
16
17
  displayName: string;
17
18
  };
18
19
  originalName: string;
19
20
  displayName: string;
20
21
  } & {
21
- createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<(({ children, className, active, loading, ...props }: ItemProps) => React.JSX.Element) & {
22
- original: ({ children, className, active, loading, ...props }: ItemProps) => React.JSX.Element;
22
+ createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof BaseItem & {
23
+ original: typeof BaseItem;
23
24
  originalName: string;
24
25
  displayName: string;
25
26
  }>) => (props: unknown) => React.JSX.Element;
@@ -4,21 +4,22 @@ interface ItemCollapseTriggerProps extends IconButtonProps {
4
4
  open?: boolean;
5
5
  loading?: boolean;
6
6
  }
7
- declare const ItemCollapseTrigger: (({ open, loading, ...props }: ItemCollapseTriggerProps) => React.JSX.Element) & {
8
- original: ({ open, loading, ...props }: ItemCollapseTriggerProps) => React.JSX.Element;
7
+ declare const BaseItemCollapseTrigger: ({ open, loading, ...props }: ItemCollapseTriggerProps) => React.JSX.Element;
8
+ declare const ItemCollapseTrigger: typeof BaseItemCollapseTrigger & {
9
+ original: typeof BaseItemCollapseTrigger;
9
10
  originalName: string;
10
11
  displayName: string;
11
12
  } & {
12
- original: (({ open, loading, ...props }: ItemCollapseTriggerProps) => React.JSX.Element) & {
13
- original: ({ open, loading, ...props }: ItemCollapseTriggerProps) => React.JSX.Element;
13
+ original: typeof BaseItemCollapseTrigger & {
14
+ original: typeof BaseItemCollapseTrigger;
14
15
  originalName: string;
15
16
  displayName: string;
16
17
  };
17
18
  originalName: string;
18
19
  displayName: string;
19
20
  } & {
20
- createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<(({ open, loading, ...props }: ItemCollapseTriggerProps) => React.JSX.Element) & {
21
- original: ({ open, loading, ...props }: ItemCollapseTriggerProps) => React.JSX.Element;
21
+ createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof BaseItemCollapseTrigger & {
22
+ original: typeof BaseItemCollapseTrigger;
22
23
  originalName: string;
23
24
  displayName: string;
24
25
  }>) => (props: unknown) => React.JSX.Element;