@webiny/admin-ui 6.4.5-beta.0 → 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.
- package/Accordion/Accordion.d.ts +7 -6
- package/Accordion/components/AccordionItem.d.ts +7 -6
- package/Accordion/components/AccordionItemAction.d.ts +7 -6
- package/Accordion/components/AccordionItemIcon.d.ts +7 -6
- package/Accordion/components/AccordionItemSeparator.d.ts +7 -6
- package/Alert/Alert.d.ts +21 -19
- package/AutoComplete/AutoComplete.d.ts +7 -6
- package/AutoComplete/primitives/AutoCompletePrimitive.d.ts +7 -6
- package/Avatar/Avatar.d.ts +9 -8
- package/Avatar/components/AvatarFallback.d.ts +7 -6
- package/Avatar/components/AvatarImage.d.ts +7 -6
- package/Button/Button.d.ts +10 -9
- package/Button/CopyButton.d.ts +7 -6
- package/Button/IconButton.d.ts +10 -9
- package/Calendar/Calendar.d.ts +7 -6
- package/Card/Card.d.ts +8 -22
- package/Card/components/CancelAction.d.ts +8 -6
- package/Card/components/CardContent.d.ts +6 -6
- package/Card/components/CardTitle.d.ts +2 -2
- package/Card/components/ConfirmAction.d.ts +8 -6
- package/Card/components/Icon.d.ts +7 -6
- package/Checkbox/Checkbox.d.ts +7 -6
- package/Checkbox/primitives/CheckboxPrimitive.d.ts +17 -12
- package/CheckboxGroup/CheckboxGroup.d.ts +7 -6
- package/CheckboxGroup/primitives/CheckboxGroupPrimitive.d.ts +20 -12
- package/CodeEditor/CodeEditor.d.ts +7 -6
- package/CodeEditor/CodeEditorPrimitive.d.ts +7 -6
- package/ColorPicker/ColorPicker.d.ts +7 -6
- package/ColorPicker/primitives/ColorPickerPrimitive.d.ts +7 -6
- package/Command/Command.d.ts +10 -8
- package/DataList/DataListModal.d.ts +6 -3
- package/DataTable/DataTable.d.ts +7 -6
- package/DatePicker/DatePicker.d.ts +7 -6
- package/DatePicker/primitives/DatePickerPrimitive.d.ts +7 -6
- package/Dialog/Dialog.d.ts +8 -22
- package/Dialog/components/CancelAction.d.ts +8 -6
- package/Dialog/components/ConfirmAction.d.ts +8 -6
- package/Dialog/components/DialogContent.d.ts +1 -1
- package/Dialog/components/DialogFooter.d.ts +1 -1
- package/Dialog/components/DialogTitle.d.ts +1 -1
- package/Dialog/components/Icon.d.ts +7 -6
- package/Drawer/Drawer.d.ts +8 -22
- package/Drawer/Drawer.stories.js +1 -0
- package/Drawer/Drawer.stories.js.map +1 -1
- package/Drawer/components/CancelButton.d.ts +8 -6
- package/Drawer/components/ConfirmButton.d.ts +8 -6
- package/Drawer/components/DrawerContent.d.ts +1 -1
- package/Drawer/components/Icon.d.ts +7 -6
- package/DropdownMenu/components/DropdownMenuItem.d.ts +3 -2
- package/DropdownMenu/components/DropdownMenuItem.js +9 -2
- package/DropdownMenu/components/DropdownMenuItem.js.map +1 -1
- package/DropdownMenu/components/DropdownMenuLink.d.ts +9 -8
- package/DropdownMenu/components/DropdownMenuSeparator.d.ts +7 -6
- package/EditableTitle/EditableTitle.d.ts +7 -6
- package/EmptyState/EmptyState.d.ts +43 -0
- package/EmptyState/EmptyState.js +93 -0
- package/EmptyState/EmptyState.js.map +1 -0
- package/EmptyState/EmptyState.stories.d.ts +13 -0
- package/EmptyState/EmptyState.stories.js +136 -0
- package/EmptyState/EmptyState.stories.js.map +1 -0
- package/EmptyState/illustrations/ContentIllustration.d.ts +2 -0
- package/EmptyState/illustrations/ContentIllustration.js +100 -0
- package/EmptyState/illustrations/ContentIllustration.js.map +1 -0
- package/EmptyState/illustrations/LayoutIllustration.d.ts +2 -0
- package/EmptyState/illustrations/LayoutIllustration.js +93 -0
- package/EmptyState/illustrations/LayoutIllustration.js.map +1 -0
- package/EmptyState/illustrations/ListingIllustration.d.ts +2 -0
- package/EmptyState/illustrations/ListingIllustration.js +92 -0
- package/EmptyState/illustrations/ListingIllustration.js.map +1 -0
- package/EmptyState/illustrations/SelectIllustration.d.ts +2 -0
- package/EmptyState/illustrations/SelectIllustration.js +100 -0
- package/EmptyState/illustrations/SelectIllustration.js.map +1 -0
- package/EmptyState/illustrations/TableIllustration.d.ts +2 -0
- package/EmptyState/illustrations/TableIllustration.js +233 -0
- package/EmptyState/illustrations/TableIllustration.js.map +1 -0
- package/EmptyState/illustrations/UploadIllustration.d.ts +2 -0
- package/EmptyState/illustrations/UploadIllustration.js +77 -0
- package/EmptyState/illustrations/UploadIllustration.js.map +1 -0
- package/EmptyState/illustrations/index.d.ts +6 -0
- package/EmptyState/illustrations/index.js +6 -0
- package/EmptyState/index.d.ts +1 -0
- package/EmptyState/index.js +1 -0
- package/FilePicker/FilePicker.d.ts +7 -6
- package/FilePicker/primitives/FilePickerPrimitive.d.ts +8 -7
- package/FilePicker/primitives/components/Trigger.d.ts +1 -1
- package/FilePicker/primitives/components/previews/ImagePreview/ImagePreview.d.ts +7 -6
- package/FilePicker/primitives/components/previews/RichItemPreview/RichItemPreview.d.ts +7 -6
- package/FilePicker/primitives/components/previews/TextOnlyPreview/TextOnlyPreview.d.ts +7 -6
- package/FilePicker/primitives/components/previews/variants.d.ts +1 -1
- package/FillViewport/FillViewport.d.ts +21 -18
- package/FormComponent/Description.d.ts +7 -6
- package/FormComponent/ErrorMessage.d.ts +7 -6
- package/FormComponent/Label.d.ts +7 -6
- package/FormComponent/Note.d.ts +7 -6
- package/Grid/Grid.d.ts +24 -22
- package/HeaderBar/HeaderBar.d.ts +7 -6
- package/Heading/Heading.d.ts +8 -7
- package/Icon/Icon.d.ts +9 -8
- package/IconPicker/IconPicker.d.ts +7 -6
- package/IconPicker/primitives/IconPickerPrimitive.d.ts +1 -1
- package/IconPicker/primitives/components/IconPickerTrigger.d.ts +1 -1
- package/Input/Input.d.ts +7 -6
- package/Input/InputPrimitive.d.ts +9 -8
- package/Label/Label.d.ts +8 -7
- package/Label/components/LabelValue.d.ts +1 -1
- package/Link/Link.d.ts +2 -2
- package/List/List.d.ts +8 -7
- package/List/components/ListItem.d.ts +7 -6
- package/List/components/ListItemAction.d.ts +7 -6
- package/List/components/ListItemHandle.d.ts +7 -6
- package/List/components/ListItemIcon.d.ts +7 -6
- package/List/components/ListItemSeparator.d.ts +7 -6
- package/Loader/Loader.d.ts +9 -8
- package/Loader/OverlayLoader.d.ts +7 -6
- package/MultiAutoComplete/MultiAutoComplete.d.ts +7 -6
- package/MultiAutoComplete/primitives/MultiAutoCompletePrimitive.d.ts +7 -6
- package/MultiAutoComplete/primitives/presenters/MultiAutoCompletePresenterWithFreeInput.d.ts +3 -3
- package/MultiAutoComplete/primitives/useMultiAutoComplete.d.ts +3 -3
- package/MultiFilePicker/MultiFilePicker.d.ts +7 -6
- package/MultiFilePicker/primitives/MultiFilePickerPrimitive.d.ts +7 -6
- package/MultiSelect/MultiSelect.d.ts +7 -6
- package/MultiSelect/primitives/MultiSelectPrimitive.d.ts +10 -6
- package/Popover/Popover.d.ts +7 -6
- package/Popover/primitives/PopoverPrimitive.d.ts +7 -7
- package/ProgressBar/ProgressBar.d.ts +7 -6
- package/RadioGroup/RadioGroup.d.ts +7 -6
- package/RadioGroup/primitives/Radio.d.ts +7 -6
- package/RadioGroup/primitives/RadioGroupPrimitive.d.ts +5 -1
- package/RangeSlider/RangeSlider.d.ts +7 -6
- package/SegmentedControl/SegmentedControl.d.ts +8 -7
- package/SegmentedControl/SegmentedControlTabs.d.ts +5 -2
- package/SegmentedControl/primitives/SegmentedControlPrimitive.d.ts +1 -1
- package/Select/Select.d.ts +7 -6
- package/Select/primitives/components/SelectTrigger.d.ts +2 -2
- package/Separator/Separator.d.ts +9 -8
- package/Sidebar/Sidebar.d.ts +7 -6
- package/Sidebar/components/SidebarIcon.d.ts +7 -6
- package/Sidebar/components/SidebarProvider.d.ts +4 -4
- package/Sidebar/components/items/SidebarMenuGroup.d.ts +9 -8
- package/Sidebar/components/items/SidebarMenuItem.d.ts +11 -10
- package/Sidebar/components/items/SidebarMenuItemIcon.d.ts +7 -6
- package/Sidebar/components/items/SidebarMenuLink.d.ts +11 -10
- package/Sidebar/components/items/SidebarMenuProvider.d.ts +4 -4
- package/Sidebar/components/items/SidebarMenuRootItem.d.ts +9 -7
- package/Skeleton/Skeleton.d.ts +9 -7
- package/Skeleton/Skeleton.js +10 -4
- package/Skeleton/Skeleton.js.map +1 -1
- package/Skeleton/Skeleton.stories.d.ts +2 -0
- package/Skeleton/Skeleton.stories.js +28 -2
- package/Skeleton/Skeleton.stories.js.map +1 -1
- package/Slider/Slider.d.ts +7 -6
- package/SteppedProgress/SteppedProgress.d.ts +7 -6
- package/SteppedProgress/SteppedProgressItem.d.ts +7 -6
- package/Switch/Switch.d.ts +7 -6
- package/Switch/primitives/SwitchPrimitive.d.ts +10 -6
- package/Table/Table.d.ts +12 -10
- package/Table/components/Direction.d.ts +1 -1
- package/Tabs/Tabs.d.ts +8 -6
- package/Tabs/Tabs.js +5 -2
- package/Tabs/Tabs.js.map +1 -1
- package/Tabs/components/Content.d.ts +1 -1
- package/Tabs/components/List.d.ts +2 -2
- package/Tabs/components/Tab.d.ts +7 -6
- package/Tabs/components/Trigger.d.ts +3 -2
- package/Tabs/components/Trigger.js +8 -3
- package/Tabs/components/Trigger.js.map +1 -1
- package/Tag/Tag.d.ts +8 -7
- package/Tags/Tags.d.ts +7 -6
- package/Tags/primitives/TagsPrimitive.d.ts +7 -6
- package/Text/Text.d.ts +8 -7
- package/Textarea/Textarea.d.ts +7 -6
- package/Textarea/TextareaPrimitive.d.ts +9 -8
- package/Toast/Toast.d.ts +7 -6
- package/Toast/components/ToastActions.d.ts +7 -6
- package/Toast/components/ToastDescription.d.ts +7 -6
- package/Toast/components/ToastTitle.d.ts +7 -6
- package/Toggle/Toggle.d.ts +7 -6
- package/Toggle/primitives/TogglePrimitive.d.ts +13 -9
- package/ToggleGroup/ToggleGroup.d.ts +7 -6
- package/ToggleGroup/primitives/ToggleGroupPrimitive.d.ts +13 -9
- package/Tooltip/Tooltip.d.ts +7 -6
- package/Tree/Tree.d.ts +7 -6
- package/Tree/components/Item.d.ts +7 -6
- package/Tree/components/ItemCollapseTrigger.d.ts +7 -6
- package/Tree/components/ItemContent.d.ts +8 -6
- package/Tree/components/ItemDragHandle.d.ts +7 -6
- package/Tree/components/ItemIcon.d.ts +7 -6
- package/Tree/components/ItemPlaceholder.d.ts +7 -6
- package/Tree/components/ItemSubIndentation.d.ts +7 -6
- package/Widget/Widget.d.ts +8 -22
- package/Widget/components/Icon.d.ts +7 -6
- package/Widget/components/WidgetAction.d.ts +8 -6
- package/Widget/components/WidgetContent.d.ts +5 -5
- package/exports/admin/ui.d.ts +1 -0
- package/exports/admin/ui.js +1 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +24 -24
- package/theme.css +13 -1
- package/utils.js +52 -34
- package/utils.js.map +1 -1
|
@@ -3,21 +3,22 @@ import type { FilePreviewDefaultProps } from "../../types.js";
|
|
|
3
3
|
type RichItemPreviewProps = FilePreviewDefaultProps & {
|
|
4
4
|
preview?: "thumbnail" | "file-type" | "placeholder";
|
|
5
5
|
};
|
|
6
|
-
declare const
|
|
7
|
-
|
|
6
|
+
declare const DecoratableRichItemPreview: ({ className, disabled, onRemoveItem, onReplaceItem, onEditItem, value, variant, preview, ...props }: RichItemPreviewProps) => React.JSX.Element;
|
|
7
|
+
declare const RichItemPreview: typeof DecoratableRichItemPreview & {
|
|
8
|
+
original: typeof DecoratableRichItemPreview;
|
|
8
9
|
originalName: string;
|
|
9
10
|
displayName: string;
|
|
10
11
|
} & {
|
|
11
|
-
original:
|
|
12
|
-
original:
|
|
12
|
+
original: typeof DecoratableRichItemPreview & {
|
|
13
|
+
original: typeof DecoratableRichItemPreview;
|
|
13
14
|
originalName: string;
|
|
14
15
|
displayName: string;
|
|
15
16
|
};
|
|
16
17
|
originalName: string;
|
|
17
18
|
displayName: string;
|
|
18
19
|
} & {
|
|
19
|
-
createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<
|
|
20
|
-
original:
|
|
20
|
+
createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof DecoratableRichItemPreview & {
|
|
21
|
+
original: typeof DecoratableRichItemPreview;
|
|
21
22
|
originalName: string;
|
|
22
23
|
displayName: string;
|
|
23
24
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -6,21 +6,22 @@ declare const textOnlyPreviewVariants: (props?: ({
|
|
|
6
6
|
small?: boolean | null | undefined;
|
|
7
7
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
8
8
|
type TextOnlyPreviewProps = FilePreviewDefaultProps & React.HTMLAttributes<HTMLDivElement> & VariantProps<typeof previewVariants> & VariantProps<typeof textOnlyPreviewVariants>;
|
|
9
|
-
declare const
|
|
10
|
-
|
|
9
|
+
declare const DecoratableTextOnlyPreview: ({ className, disabled, onRemoveItem, onReplaceItem, onEditItem, small, variant, value, ...props }: TextOnlyPreviewProps) => React.JSX.Element;
|
|
10
|
+
declare const TextOnlyPreview: typeof DecoratableTextOnlyPreview & {
|
|
11
|
+
original: typeof DecoratableTextOnlyPreview;
|
|
11
12
|
originalName: string;
|
|
12
13
|
displayName: string;
|
|
13
14
|
} & {
|
|
14
|
-
original:
|
|
15
|
-
original:
|
|
15
|
+
original: typeof DecoratableTextOnlyPreview & {
|
|
16
|
+
original: typeof DecoratableTextOnlyPreview;
|
|
16
17
|
originalName: string;
|
|
17
18
|
displayName: string;
|
|
18
19
|
};
|
|
19
20
|
originalName: string;
|
|
20
21
|
displayName: string;
|
|
21
22
|
} & {
|
|
22
|
-
createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<
|
|
23
|
-
original:
|
|
23
|
+
createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof DecoratableTextOnlyPreview & {
|
|
24
|
+
original: typeof DecoratableTextOnlyPreview;
|
|
24
25
|
originalName: string;
|
|
25
26
|
displayName: string;
|
|
26
27
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const previewVariants: (props?: ({
|
|
2
|
-
variant?: "base" | "
|
|
2
|
+
variant?: "base" | "light" | "transparent" | null | undefined;
|
|
3
3
|
disabled?: boolean | null | undefined;
|
|
4
4
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
@@ -1,58 +1,61 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
type FillViewportProps = React.HTMLAttributes<HTMLDivElement>;
|
|
3
|
-
declare const
|
|
4
|
-
|
|
3
|
+
declare const BaseFillViewportHeight: ({ children, style: userStyle, ...rest }: FillViewportProps) => React.JSX.Element;
|
|
4
|
+
declare const BaseFillViewportWidth: ({ children, style: userStyle, ...rest }: FillViewportProps) => React.JSX.Element;
|
|
5
|
+
declare const BaseFillViewport: ({ children, style: userStyle, ...rest }: FillViewportProps) => React.JSX.Element;
|
|
6
|
+
declare const FillViewportHeight: typeof BaseFillViewportHeight & {
|
|
7
|
+
original: typeof BaseFillViewportHeight;
|
|
5
8
|
originalName: string;
|
|
6
9
|
displayName: string;
|
|
7
10
|
} & {
|
|
8
|
-
original:
|
|
9
|
-
original:
|
|
11
|
+
original: typeof BaseFillViewportHeight & {
|
|
12
|
+
original: typeof BaseFillViewportHeight;
|
|
10
13
|
originalName: string;
|
|
11
14
|
displayName: string;
|
|
12
15
|
};
|
|
13
16
|
originalName: string;
|
|
14
17
|
displayName: string;
|
|
15
18
|
} & {
|
|
16
|
-
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<
|
|
17
|
-
original:
|
|
19
|
+
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof BaseFillViewportHeight & {
|
|
20
|
+
original: typeof BaseFillViewportHeight;
|
|
18
21
|
originalName: string;
|
|
19
22
|
displayName: string;
|
|
20
23
|
}>) => (props: unknown) => React.JSX.Element;
|
|
21
24
|
};
|
|
22
|
-
declare const FillViewportWidth:
|
|
23
|
-
original:
|
|
25
|
+
declare const FillViewportWidth: typeof BaseFillViewportWidth & {
|
|
26
|
+
original: typeof BaseFillViewportWidth;
|
|
24
27
|
originalName: string;
|
|
25
28
|
displayName: string;
|
|
26
29
|
} & {
|
|
27
|
-
original:
|
|
28
|
-
original:
|
|
30
|
+
original: typeof BaseFillViewportWidth & {
|
|
31
|
+
original: typeof BaseFillViewportWidth;
|
|
29
32
|
originalName: string;
|
|
30
33
|
displayName: string;
|
|
31
34
|
};
|
|
32
35
|
originalName: string;
|
|
33
36
|
displayName: string;
|
|
34
37
|
} & {
|
|
35
|
-
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<
|
|
36
|
-
original:
|
|
38
|
+
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof BaseFillViewportWidth & {
|
|
39
|
+
original: typeof BaseFillViewportWidth;
|
|
37
40
|
originalName: string;
|
|
38
41
|
displayName: string;
|
|
39
42
|
}>) => (props: unknown) => React.JSX.Element;
|
|
40
43
|
};
|
|
41
|
-
declare const FillViewport:
|
|
42
|
-
original:
|
|
44
|
+
declare const FillViewport: typeof BaseFillViewport & {
|
|
45
|
+
original: typeof BaseFillViewport;
|
|
43
46
|
originalName: string;
|
|
44
47
|
displayName: string;
|
|
45
48
|
} & {
|
|
46
|
-
original:
|
|
47
|
-
original:
|
|
49
|
+
original: typeof BaseFillViewport & {
|
|
50
|
+
original: typeof BaseFillViewport;
|
|
48
51
|
originalName: string;
|
|
49
52
|
displayName: string;
|
|
50
53
|
};
|
|
51
54
|
originalName: string;
|
|
52
55
|
displayName: string;
|
|
53
56
|
} & {
|
|
54
|
-
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<
|
|
55
|
-
original:
|
|
57
|
+
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof BaseFillViewport & {
|
|
58
|
+
original: typeof BaseFillViewport;
|
|
56
59
|
originalName: string;
|
|
57
60
|
displayName: string;
|
|
58
61
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -7,21 +7,22 @@ declare const formComponentDescriptionVariants: (props?: ({
|
|
|
7
7
|
type FormComponentDescriptionProps = TextProps & VariantProps<typeof formComponentDescriptionVariants> & {
|
|
8
8
|
text?: React.ReactNode;
|
|
9
9
|
};
|
|
10
|
-
declare const
|
|
11
|
-
|
|
10
|
+
declare const DecoratableFormComponentDescription: ({ text, disabled, className, ...props }: FormComponentDescriptionProps) => React.JSX.Element | null;
|
|
11
|
+
declare const FormComponentDescription: typeof DecoratableFormComponentDescription & {
|
|
12
|
+
original: typeof DecoratableFormComponentDescription;
|
|
12
13
|
originalName: string;
|
|
13
14
|
displayName: string;
|
|
14
15
|
} & {
|
|
15
|
-
original:
|
|
16
|
-
original:
|
|
16
|
+
original: typeof DecoratableFormComponentDescription & {
|
|
17
|
+
original: typeof DecoratableFormComponentDescription;
|
|
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<
|
|
24
|
-
original:
|
|
24
|
+
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof DecoratableFormComponentDescription & {
|
|
25
|
+
original: typeof DecoratableFormComponentDescription;
|
|
25
26
|
originalName: string;
|
|
26
27
|
displayName: string;
|
|
27
28
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -8,21 +8,22 @@ type FormComponentErrorMessageProps = TextProps & VariantProps<typeof formCompon
|
|
|
8
8
|
text?: React.ReactNode;
|
|
9
9
|
invalid?: boolean;
|
|
10
10
|
};
|
|
11
|
-
declare const
|
|
12
|
-
|
|
11
|
+
declare const DecoratableFormComponentErrorMessage: ({ invalid, disabled, className, text, ...props }: FormComponentErrorMessageProps) => React.JSX.Element | null;
|
|
12
|
+
declare const FormComponentErrorMessage: typeof DecoratableFormComponentErrorMessage & {
|
|
13
|
+
original: typeof DecoratableFormComponentErrorMessage;
|
|
13
14
|
originalName: string;
|
|
14
15
|
displayName: string;
|
|
15
16
|
} & {
|
|
16
|
-
original:
|
|
17
|
-
original:
|
|
17
|
+
original: typeof DecoratableFormComponentErrorMessage & {
|
|
18
|
+
original: typeof DecoratableFormComponentErrorMessage;
|
|
18
19
|
originalName: string;
|
|
19
20
|
displayName: string;
|
|
20
21
|
};
|
|
21
22
|
originalName: string;
|
|
22
23
|
displayName: string;
|
|
23
24
|
} & {
|
|
24
|
-
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<
|
|
25
|
-
original:
|
|
25
|
+
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof DecoratableFormComponentErrorMessage & {
|
|
26
|
+
original: typeof DecoratableFormComponentErrorMessage;
|
|
26
27
|
originalName: string;
|
|
27
28
|
displayName: string;
|
|
28
29
|
}>) => (props: unknown) => React.JSX.Element;
|
package/FormComponent/Label.d.ts
CHANGED
|
@@ -8,21 +8,22 @@ interface FormComponentLabelProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
8
8
|
hint?: React.ReactNode;
|
|
9
9
|
htmlFor?: string;
|
|
10
10
|
}
|
|
11
|
-
declare const
|
|
12
|
-
|
|
11
|
+
declare const DecoratableFormComponentLabel: ({ htmlFor, text, required, disabled, hint, invalid, className, ...props }: FormComponentLabelProps) => React.JSX.Element | null;
|
|
12
|
+
declare const FormComponentLabel: typeof DecoratableFormComponentLabel & {
|
|
13
|
+
original: typeof DecoratableFormComponentLabel;
|
|
13
14
|
originalName: string;
|
|
14
15
|
displayName: string;
|
|
15
16
|
} & {
|
|
16
|
-
original:
|
|
17
|
-
original:
|
|
17
|
+
original: typeof DecoratableFormComponentLabel & {
|
|
18
|
+
original: typeof DecoratableFormComponentLabel;
|
|
18
19
|
originalName: string;
|
|
19
20
|
displayName: string;
|
|
20
21
|
};
|
|
21
22
|
originalName: string;
|
|
22
23
|
displayName: string;
|
|
23
24
|
} & {
|
|
24
|
-
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<
|
|
25
|
-
original:
|
|
25
|
+
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof DecoratableFormComponentLabel & {
|
|
26
|
+
original: typeof DecoratableFormComponentLabel;
|
|
26
27
|
originalName: string;
|
|
27
28
|
displayName: string;
|
|
28
29
|
}>) => (props: unknown) => React.JSX.Element;
|
package/FormComponent/Note.d.ts
CHANGED
|
@@ -7,21 +7,22 @@ declare const formComponentNoteVariants: (props?: ({
|
|
|
7
7
|
type FormComponentNoteProps = TextProps & VariantProps<typeof formComponentNoteVariants> & {
|
|
8
8
|
text?: React.ReactNode;
|
|
9
9
|
};
|
|
10
|
-
declare const
|
|
11
|
-
|
|
10
|
+
declare const DecoratableFormComponentNote: ({ disabled, text, className, ...props }: FormComponentNoteProps) => React.JSX.Element | null;
|
|
11
|
+
declare const FormComponentNote: typeof DecoratableFormComponentNote & {
|
|
12
|
+
original: typeof DecoratableFormComponentNote;
|
|
12
13
|
originalName: string;
|
|
13
14
|
displayName: string;
|
|
14
15
|
} & {
|
|
15
|
-
original:
|
|
16
|
-
original:
|
|
16
|
+
original: typeof DecoratableFormComponentNote & {
|
|
17
|
+
original: typeof DecoratableFormComponentNote;
|
|
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<
|
|
24
|
-
original:
|
|
24
|
+
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof DecoratableFormComponentNote & {
|
|
25
|
+
original: typeof DecoratableFormComponentNote;
|
|
25
26
|
originalName: string;
|
|
26
27
|
displayName: string;
|
|
27
28
|
}>) => (props: unknown) => React.JSX.Element;
|
package/Grid/Grid.d.ts
CHANGED
|
@@ -1,72 +1,74 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { type VariantProps } from "../utils.js";
|
|
3
3
|
declare const columnVariants: (props?: ({
|
|
4
|
-
span?: 1 | 2 |
|
|
5
|
-
offset?: 1 | 2 |
|
|
6
|
-
align?: "bottom" | "
|
|
4
|
+
span?: "auto" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | null | undefined;
|
|
5
|
+
offset?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | null | undefined;
|
|
6
|
+
align?: "bottom" | "middle" | "top" | null | undefined;
|
|
7
7
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
8
8
|
interface ColumnProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof columnVariants> {
|
|
9
9
|
children?: React.ReactNode;
|
|
10
10
|
}
|
|
11
|
-
declare const
|
|
12
|
-
|
|
11
|
+
declare const ColumnBase: ({ span, align, children, className, offset, ...props }: ColumnProps) => React.JSX.Element;
|
|
12
|
+
declare const Column: typeof ColumnBase & {
|
|
13
|
+
original: typeof ColumnBase;
|
|
13
14
|
originalName: string;
|
|
14
15
|
displayName: string;
|
|
15
16
|
} & {
|
|
16
|
-
original:
|
|
17
|
-
original:
|
|
17
|
+
original: typeof ColumnBase & {
|
|
18
|
+
original: typeof ColumnBase;
|
|
18
19
|
originalName: string;
|
|
19
20
|
displayName: string;
|
|
20
21
|
};
|
|
21
22
|
originalName: string;
|
|
22
23
|
displayName: string;
|
|
23
24
|
} & {
|
|
24
|
-
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<
|
|
25
|
-
original:
|
|
25
|
+
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof ColumnBase & {
|
|
26
|
+
original: typeof ColumnBase;
|
|
26
27
|
originalName: string;
|
|
27
28
|
displayName: string;
|
|
28
29
|
}>) => (props: unknown) => React.JSX.Element;
|
|
29
30
|
};
|
|
30
31
|
declare const gridVariants: (props?: ({
|
|
31
|
-
gap?: "
|
|
32
|
+
gap?: "comfortable" | "compact" | "micro" | "none" | "small" | "spacious" | null | undefined;
|
|
32
33
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
33
34
|
interface GridProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof gridVariants> {
|
|
34
35
|
children: null | React.ReactElement<ColumnProps, typeof Column> | Array<React.ReactElement<ColumnProps, typeof Column> | null>;
|
|
35
36
|
}
|
|
36
|
-
declare const
|
|
37
|
-
|
|
37
|
+
declare const GridBase: ({ gap, children, className, ...props }: GridProps) => React.JSX.Element;
|
|
38
|
+
declare const Grid: typeof GridBase & {
|
|
39
|
+
original: typeof GridBase;
|
|
38
40
|
originalName: string;
|
|
39
41
|
displayName: string;
|
|
40
42
|
} & {
|
|
41
|
-
original:
|
|
42
|
-
original:
|
|
43
|
+
original: typeof GridBase & {
|
|
44
|
+
original: typeof GridBase;
|
|
43
45
|
originalName: string;
|
|
44
46
|
displayName: string;
|
|
45
47
|
};
|
|
46
48
|
originalName: string;
|
|
47
49
|
displayName: string;
|
|
48
50
|
} & {
|
|
49
|
-
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<
|
|
50
|
-
original:
|
|
51
|
+
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof GridBase & {
|
|
52
|
+
original: typeof GridBase;
|
|
51
53
|
originalName: string;
|
|
52
54
|
displayName: string;
|
|
53
55
|
}>) => (props: unknown) => React.JSX.Element;
|
|
54
56
|
} & {
|
|
55
|
-
Column:
|
|
56
|
-
original:
|
|
57
|
+
Column: typeof ColumnBase & {
|
|
58
|
+
original: typeof ColumnBase;
|
|
57
59
|
originalName: string;
|
|
58
60
|
displayName: string;
|
|
59
61
|
} & {
|
|
60
|
-
original:
|
|
61
|
-
original:
|
|
62
|
+
original: typeof ColumnBase & {
|
|
63
|
+
original: typeof ColumnBase;
|
|
62
64
|
originalName: string;
|
|
63
65
|
displayName: string;
|
|
64
66
|
};
|
|
65
67
|
originalName: string;
|
|
66
68
|
displayName: string;
|
|
67
69
|
} & {
|
|
68
|
-
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<
|
|
69
|
-
original:
|
|
70
|
+
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof ColumnBase & {
|
|
71
|
+
original: typeof ColumnBase;
|
|
70
72
|
originalName: string;
|
|
71
73
|
displayName: string;
|
|
72
74
|
}>) => (props: unknown) => React.JSX.Element;
|
package/HeaderBar/HeaderBar.d.ts
CHANGED
|
@@ -4,21 +4,22 @@ interface HeaderBarProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
4
4
|
middle?: React.ReactNode;
|
|
5
5
|
end?: React.ReactNode;
|
|
6
6
|
}
|
|
7
|
-
declare const
|
|
8
|
-
|
|
7
|
+
declare const HeaderBarBase: ({ start, middle, end, className, ...props }: HeaderBarProps) => React.JSX.Element;
|
|
8
|
+
declare const HeaderBar: typeof HeaderBarBase & {
|
|
9
|
+
original: typeof HeaderBarBase;
|
|
9
10
|
originalName: string;
|
|
10
11
|
displayName: string;
|
|
11
12
|
} & {
|
|
12
|
-
original:
|
|
13
|
-
original:
|
|
13
|
+
original: typeof HeaderBarBase & {
|
|
14
|
+
original: typeof HeaderBarBase;
|
|
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<
|
|
21
|
-
original:
|
|
21
|
+
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof HeaderBarBase & {
|
|
22
|
+
original: typeof HeaderBarBase;
|
|
22
23
|
originalName: string;
|
|
23
24
|
displayName: string;
|
|
24
25
|
}>) => (props: unknown) => React.JSX.Element;
|
package/Heading/Heading.d.ts
CHANGED
|
@@ -3,26 +3,27 @@ import { type VariantProps } from "../utils.js";
|
|
|
3
3
|
export type HeadingTags = "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
|
|
4
4
|
export type HeadingLevels = 1 | 2 | 3 | 4 | 5 | 6;
|
|
5
5
|
declare const headingVariants: (props?: ({
|
|
6
|
-
level?: 1 | 2 |
|
|
6
|
+
level?: 1 | 2 | 3 | 4 | 5 | 6 | null | undefined;
|
|
7
7
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
8
8
|
interface HeadingProps extends React.HTMLAttributes<HTMLHeadingElement>, VariantProps<typeof headingVariants> {
|
|
9
9
|
as?: HeadingTags;
|
|
10
10
|
}
|
|
11
|
-
declare const
|
|
12
|
-
|
|
11
|
+
declare const HeadingBase: ({ children, level, className, as, ...props }: HeadingProps) => React.JSX.Element;
|
|
12
|
+
declare const Heading: typeof HeadingBase & {
|
|
13
|
+
original: typeof HeadingBase;
|
|
13
14
|
originalName: string;
|
|
14
15
|
displayName: string;
|
|
15
16
|
} & {
|
|
16
|
-
original:
|
|
17
|
-
original:
|
|
17
|
+
original: typeof HeadingBase & {
|
|
18
|
+
original: typeof HeadingBase;
|
|
18
19
|
originalName: string;
|
|
19
20
|
displayName: string;
|
|
20
21
|
};
|
|
21
22
|
originalName: string;
|
|
22
23
|
displayName: string;
|
|
23
24
|
} & {
|
|
24
|
-
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<
|
|
25
|
-
original:
|
|
25
|
+
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof HeadingBase & {
|
|
26
|
+
original: typeof HeadingBase;
|
|
26
27
|
originalName: string;
|
|
27
28
|
displayName: string;
|
|
28
29
|
}>) => (props: unknown) => React.JSX.Element;
|
package/Icon/Icon.d.ts
CHANGED
|
@@ -1,28 +1,29 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { type VariantProps } from "../utils.js";
|
|
3
3
|
declare const iconVariants: (props?: ({
|
|
4
|
-
size?: "
|
|
5
|
-
color?: "accent" | "inherit" | "neutral-
|
|
4
|
+
size?: "lg" | "md" | "sm" | "xs" | null | undefined;
|
|
5
|
+
color?: "accent" | "inherit" | "neutral-base" | "neutral-light" | "neutral-negative" | "neutral-strong" | "neutral-strong-transparent" | null | undefined;
|
|
6
6
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
7
7
|
interface IconProps extends Omit<React.HTMLAttributes<HTMLOrSVGElement>, "color">, VariantProps<typeof iconVariants> {
|
|
8
8
|
label: string;
|
|
9
9
|
icon: React.ReactNode;
|
|
10
10
|
}
|
|
11
|
-
declare const
|
|
12
|
-
|
|
11
|
+
declare const IconBase: (props: IconProps) => React.JSX.Element;
|
|
12
|
+
declare const Icon: typeof IconBase & {
|
|
13
|
+
original: typeof IconBase;
|
|
13
14
|
originalName: string;
|
|
14
15
|
displayName: string;
|
|
15
16
|
} & {
|
|
16
|
-
original:
|
|
17
|
-
original:
|
|
17
|
+
original: typeof IconBase & {
|
|
18
|
+
original: typeof IconBase;
|
|
18
19
|
originalName: string;
|
|
19
20
|
displayName: string;
|
|
20
21
|
};
|
|
21
22
|
originalName: string;
|
|
22
23
|
displayName: string;
|
|
23
24
|
} & {
|
|
24
|
-
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<
|
|
25
|
-
original:
|
|
25
|
+
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof IconBase & {
|
|
26
|
+
original: typeof IconBase;
|
|
26
27
|
originalName: string;
|
|
27
28
|
displayName: string;
|
|
28
29
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -2,21 +2,22 @@ import React from "react";
|
|
|
2
2
|
import type { IconPickerPrimitiveProps } from "./primitives/index.js";
|
|
3
3
|
import type { FormComponentProps } from "../FormComponent/index.js";
|
|
4
4
|
type IconPickerProps = IconPickerPrimitiveProps & FormComponentProps;
|
|
5
|
-
declare const
|
|
6
|
-
|
|
5
|
+
declare const DecoratableIconPicker: ({ label, description, note, hint, required, disabled, validation, ...props }: IconPickerProps) => React.JSX.Element;
|
|
6
|
+
declare const IconPicker: typeof DecoratableIconPicker & {
|
|
7
|
+
original: typeof DecoratableIconPicker;
|
|
7
8
|
originalName: string;
|
|
8
9
|
displayName: string;
|
|
9
10
|
} & {
|
|
10
|
-
original:
|
|
11
|
-
original:
|
|
11
|
+
original: typeof DecoratableIconPicker & {
|
|
12
|
+
original: typeof DecoratableIconPicker;
|
|
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<
|
|
19
|
-
original:
|
|
19
|
+
createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof DecoratableIconPicker & {
|
|
20
|
+
original: typeof DecoratableIconPicker;
|
|
20
21
|
originalName: string;
|
|
21
22
|
displayName: string;
|
|
22
23
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -3,7 +3,7 @@ import type { InputPrimitiveProps } from "../../Input/index.js";
|
|
|
3
3
|
import { type VariantProps } from "../../utils.js";
|
|
4
4
|
import type { IconPickerIconDto } from "../domains/index.js";
|
|
5
5
|
declare const iconPickerVariants: (props?: ({
|
|
6
|
-
size?: "
|
|
6
|
+
size?: "lg" | "md" | "xl" | null | undefined;
|
|
7
7
|
disabled?: boolean | null | undefined;
|
|
8
8
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
9
9
|
interface IconPickerPrimitiveProps extends VariantProps<typeof iconPickerVariants> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { type VariantProps } from "../../../utils.js";
|
|
3
3
|
declare const iconPickerTriggerVariants: (props?: ({
|
|
4
|
-
size?: "
|
|
4
|
+
size?: "lg" | "md" | "xl" | null | undefined;
|
|
5
5
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
6
6
|
interface IconPickerTriggerProps extends VariantProps<typeof iconPickerTriggerVariants> {
|
|
7
7
|
value?: string;
|
package/Input/Input.d.ts
CHANGED
|
@@ -2,21 +2,22 @@ import React from "react";
|
|
|
2
2
|
import { type InputPrimitiveProps } from "./InputPrimitive.js";
|
|
3
3
|
import { type FormComponentProps } from "../FormComponent/index.js";
|
|
4
4
|
type InputProps = InputPrimitiveProps & FormComponentProps;
|
|
5
|
-
declare const
|
|
6
|
-
|
|
5
|
+
declare const DecoratableInput: ({ label, description, hint, note, required, disabled, validation, validate, onBlur: originalOnBlur, ...props }: InputProps) => React.JSX.Element;
|
|
6
|
+
declare const Input: typeof DecoratableInput & {
|
|
7
|
+
original: typeof DecoratableInput;
|
|
7
8
|
originalName: string;
|
|
8
9
|
displayName: string;
|
|
9
10
|
} & {
|
|
10
|
-
original:
|
|
11
|
-
original:
|
|
11
|
+
original: typeof DecoratableInput & {
|
|
12
|
+
original: typeof DecoratableInput;
|
|
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<
|
|
19
|
-
original:
|
|
19
|
+
createDecorator: (decorator: import("@webiny/react-composition/types.js").ComponentDecorator<typeof DecoratableInput & {
|
|
20
|
+
original: typeof DecoratableInput;
|
|
20
21
|
originalName: string;
|
|
21
22
|
displayName: string;
|
|
22
23
|
}>) => (props: unknown) => React.JSX.Element;
|
|
@@ -14,8 +14,8 @@ declare const InputIcon: ({ icon, inputSize, className }: InputIconProps) => Rea
|
|
|
14
14
|
* where the `inputVariants` is used to style a div that wraps multiple elements (input, Tags, icons, etc.)
|
|
15
15
|
*/
|
|
16
16
|
declare const inputVariants: (props?: ({
|
|
17
|
-
size?: "
|
|
18
|
-
variant?: "
|
|
17
|
+
size?: "lg" | "md" | "xl" | null | undefined;
|
|
18
|
+
variant?: "ghost" | "ghost-negative" | "primary" | "secondary" | null | undefined;
|
|
19
19
|
invalid?: boolean | null | undefined;
|
|
20
20
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
21
21
|
type InputPrimitiveProps<TValue = any> = Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "onChange"> & VariantProps<typeof inputVariants> & {
|
|
@@ -56,21 +56,22 @@ type InputPrimitiveProps<TValue = any> = Omit<React.InputHTMLAttributes<HTMLInpu
|
|
|
56
56
|
*/
|
|
57
57
|
autoSelect?: boolean;
|
|
58
58
|
};
|
|
59
|
-
declare const
|
|
60
|
-
|
|
59
|
+
declare const DecoratableInputPrimitive: ({ autoSelect, className, disabled, endIcon, forwardEventOnChange, inputRef, invalid, maxLength, onChange: originalOnChange, onEnter, onEscape, onKeyDown: originalOnKeyDown, onFocus: originalOnFocus, size, startIcon, value, variant, ...props }: InputPrimitiveProps) => React.JSX.Element;
|
|
60
|
+
declare const InputPrimitive: typeof DecoratableInputPrimitive & {
|
|
61
|
+
original: typeof DecoratableInputPrimitive;
|
|
61
62
|
originalName: string;
|
|
62
63
|
displayName: string;
|
|
63
64
|
} & {
|
|
64
|
-
original:
|
|
65
|
-
original:
|
|
65
|
+
original: typeof DecoratableInputPrimitive & {
|
|
66
|
+
original: typeof DecoratableInputPrimitive;
|
|
66
67
|
originalName: string;
|
|
67
68
|
displayName: string;
|
|
68
69
|
};
|
|
69
70
|
originalName: string;
|
|
70
71
|
displayName: string;
|
|
71
72
|
} & {
|
|
72
|
-
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<
|
|
73
|
-
original:
|
|
73
|
+
createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<typeof DecoratableInputPrimitive & {
|
|
74
|
+
original: typeof DecoratableInputPrimitive;
|
|
74
75
|
originalName: string;
|
|
75
76
|
displayName: string;
|
|
76
77
|
}>) => (props: unknown) => React.JSX.Element;
|