@wix/site-ui 1.1.0 → 1.2.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/dist/Accordion/index.css +2 -0
- package/dist/Accordion/index.d.ts +34 -0
- package/dist/Accordion/index.js +39 -0
- package/dist/AlertDialog/index.css +2 -0
- package/dist/AlertDialog/index.d.ts +47 -0
- package/dist/AlertDialog/index.js +55 -0
- package/dist/Autocomplete/index.css +2 -0
- package/dist/Autocomplete/index.d.ts +85 -0
- package/dist/Autocomplete/index.js +110 -0
- package/dist/Avatar/index.css +2 -0
- package/dist/Avatar/index.d.ts +21 -0
- package/dist/Avatar/index.js +26 -0
- package/dist/Button/index.css +2 -0
- package/dist/Button/index.d.ts +11 -0
- package/dist/Button/index.js +11 -0
- package/dist/Checkbox/index.css +2 -0
- package/dist/Checkbox/index.d.ts +17 -0
- package/dist/Checkbox/index.js +20 -0
- package/dist/CheckboxGroup/index.css +2 -0
- package/dist/CheckboxGroup/index.d.ts +11 -0
- package/dist/CheckboxGroup/index.js +11 -0
- package/dist/Collapsible/index.css +2 -0
- package/dist/Collapsible/index.d.ts +21 -0
- package/dist/Collapsible/index.js +26 -0
- package/dist/Combobox/index.css +2 -0
- package/dist/Combobox/index.d.ts +101 -0
- package/dist/Combobox/index.js +139 -0
- package/dist/ContextMenu/index.css +2 -0
- package/dist/ContextMenu/index.d.ts +76 -0
- package/dist/ContextMenu/index.js +102 -0
- package/dist/Dialog/index.css +2 -0
- package/dist/Dialog/index.d.ts +47 -0
- package/dist/Dialog/index.js +55 -0
- package/dist/Drawer/index.css +2 -0
- package/dist/Drawer/index.d.ts +60 -0
- package/dist/Drawer/index.js +83 -0
- package/dist/Field/index.css +2 -0
- package/dist/Field/index.d.ts +35 -0
- package/dist/Field/index.js +45 -0
- package/dist/Fieldset/index.css +2 -0
- package/dist/Fieldset/index.d.ts +17 -0
- package/dist/Fieldset/index.js +20 -0
- package/dist/Form/index.css +2 -0
- package/dist/Form/index.d.ts +13 -0
- package/dist/Form/index.js +11 -0
- package/dist/Input/index.css +2 -0
- package/dist/Input/index.d.ts +11 -0
- package/dist/Input/index.js +11 -0
- package/dist/Menu/index.css +2 -0
- package/dist/Menu/index.d.ts +85 -0
- package/dist/Menu/index.js +111 -0
- package/dist/Menubar/index.css +2 -0
- package/dist/Menubar/index.d.ts +11 -0
- package/dist/Menubar/index.js +11 -0
- package/dist/Meter/index.css +2 -0
- package/dist/Meter/index.d.ts +29 -0
- package/dist/Meter/index.js +38 -0
- package/dist/NavigationMenu/index.css +2 -0
- package/dist/NavigationMenu/index.d.ts +64 -0
- package/dist/NavigationMenu/index.js +82 -0
- package/dist/NumberField/index.css +2 -0
- package/dist/NumberField/index.d.ts +37 -0
- package/dist/NumberField/index.js +50 -0
- package/dist/Popover/index.css +2 -0
- package/dist/Popover/index.d.ts +54 -0
- package/dist/Popover/index.js +67 -0
- package/dist/PreviewCard/index.css +2 -0
- package/dist/PreviewCard/index.d.ts +42 -0
- package/dist/PreviewCard/index.js +49 -0
- package/dist/Progress/index.css +2 -0
- package/dist/Progress/index.d.ts +29 -0
- package/dist/Progress/index.js +38 -0
- package/dist/Radio/index.css +2 -0
- package/dist/Radio/index.d.ts +22 -0
- package/dist/Radio/index.js +21 -0
- package/dist/RadioGroup/index.css +2 -0
- package/dist/RadioGroup/index.d.ts +11 -0
- package/dist/RadioGroup/index.js +11 -0
- package/dist/ScrollArea/index.css +2 -0
- package/dist/ScrollArea/index.d.ts +33 -0
- package/dist/ScrollArea/index.js +44 -0
- package/dist/Select/index.css +2 -0
- package/dist/Select/index.d.ts +79 -0
- package/dist/Select/index.js +107 -0
- package/dist/Separator/index.css +2 -0
- package/dist/Separator/index.d.ts +11 -0
- package/dist/Separator/index.js +11 -0
- package/dist/Slider/index.css +2 -0
- package/dist/Slider/index.d.ts +42 -0
- package/dist/Slider/index.js +51 -0
- package/dist/Switch/index.css +2 -0
- package/dist/Switch/index.d.ts +17 -0
- package/dist/Switch/index.js +20 -0
- package/dist/Tabs/index.css +2 -0
- package/dist/Tabs/index.d.ts +29 -0
- package/dist/Tabs/index.js +38 -0
- package/dist/Toggle/index.css +2 -0
- package/dist/Toggle/index.d.ts +11 -0
- package/dist/Toggle/index.js +11 -0
- package/dist/ToggleGroup/index.css +2 -0
- package/dist/ToggleGroup/index.d.ts +11 -0
- package/dist/ToggleGroup/index.js +11 -0
- package/dist/Toolbar/index.css +2 -0
- package/dist/Toolbar/index.d.ts +33 -0
- package/dist/Toolbar/index.js +44 -0
- package/dist/Tooltip/index.css +2 -0
- package/dist/Tooltip/index.d.ts +40 -0
- package/dist/Tooltip/index.js +44 -0
- package/dist/index.d.ts +1059 -7
- package/dist/index.js +36 -1
- package/package.json +3 -2
- package/dist/TestButton/index.css +0 -9
- package/dist/TestButton/index.d.ts +0 -13
- package/dist/TestButton/index.js +0 -14
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import * as React_2 from 'react';
|
|
2
|
+
import { Select as Select_2 } from '@base-ui/react/select';
|
|
3
|
+
import { SelectArrowProps } from '@base-ui/react/select';
|
|
4
|
+
import { SelectBackdropProps } from '@base-ui/react/select';
|
|
5
|
+
import { SelectGroupLabelProps } from '@base-ui/react/select';
|
|
6
|
+
import { SelectGroupProps } from '@base-ui/react/select';
|
|
7
|
+
import { SelectIconProps } from '@base-ui/react/select';
|
|
8
|
+
import { SelectItemIndicatorProps } from '@base-ui/react/select';
|
|
9
|
+
import { SelectItemProps } from '@base-ui/react/select';
|
|
10
|
+
import { SelectItemTextProps } from '@base-ui/react/select';
|
|
11
|
+
import { SelectLabelProps } from '@base-ui/react/select';
|
|
12
|
+
import { SelectListProps } from '@base-ui/react/select';
|
|
13
|
+
import { SelectPopupProps } from '@base-ui/react/select';
|
|
14
|
+
import { SelectPortalProps } from '@base-ui/react/select';
|
|
15
|
+
import { SelectPositionerProps } from '@base-ui/react/select';
|
|
16
|
+
import { SelectScrollDownArrowProps } from '@base-ui/react/select';
|
|
17
|
+
import { SelectScrollUpArrowProps } from '@base-ui/react/select';
|
|
18
|
+
import { SelectTriggerProps } from '@base-ui/react/select';
|
|
19
|
+
import { SelectValueProps } from '@base-ui/react/select';
|
|
20
|
+
import { SeparatorProps } from '@base-ui/react';
|
|
21
|
+
|
|
22
|
+
export declare const Select: {
|
|
23
|
+
Label: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectLabelProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
24
|
+
className?: string | undefined;
|
|
25
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
26
|
+
Trigger: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectTriggerProps, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
|
|
27
|
+
className?: string | undefined;
|
|
28
|
+
} & React_2.RefAttributes<HTMLButtonElement>>;
|
|
29
|
+
Value: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectValueProps, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
|
|
30
|
+
className?: string | undefined;
|
|
31
|
+
} & React_2.RefAttributes<HTMLSpanElement>>;
|
|
32
|
+
Icon: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectIconProps, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
|
|
33
|
+
className?: string | undefined;
|
|
34
|
+
} & React_2.RefAttributes<HTMLSpanElement>>;
|
|
35
|
+
Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectBackdropProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
36
|
+
className?: string | undefined;
|
|
37
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
38
|
+
Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectPositionerProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
39
|
+
className?: string | undefined;
|
|
40
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
41
|
+
Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectPopupProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
42
|
+
className?: string | undefined;
|
|
43
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
44
|
+
List: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectListProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
45
|
+
className?: string | undefined;
|
|
46
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
47
|
+
Item: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectItemProps, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
|
|
48
|
+
className?: string | undefined;
|
|
49
|
+
} & React_2.RefAttributes<HTMLElement>>;
|
|
50
|
+
ItemIndicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectItemIndicatorProps, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
|
|
51
|
+
className?: string | undefined;
|
|
52
|
+
} & React_2.RefAttributes<HTMLSpanElement>>;
|
|
53
|
+
ItemText: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectItemTextProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
54
|
+
className?: string | undefined;
|
|
55
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
56
|
+
Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectArrowProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
57
|
+
className?: string | undefined;
|
|
58
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
59
|
+
ScrollDownArrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectScrollDownArrowProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
60
|
+
className?: string | undefined;
|
|
61
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
62
|
+
ScrollUpArrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectScrollUpArrowProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
63
|
+
className?: string | undefined;
|
|
64
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
65
|
+
Group: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectGroupProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
66
|
+
className?: string | undefined;
|
|
67
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
68
|
+
GroupLabel: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectGroupLabelProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
69
|
+
className?: string | undefined;
|
|
70
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
71
|
+
Root: typeof Select_2.Root;
|
|
72
|
+
Portal: React_2.ForwardRefExoticComponent<Omit<SelectPortalProps, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
|
|
73
|
+
Separator: React_2.ForwardRefExoticComponent<Omit<SeparatorProps, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
export * from "@base-ui/react/select";
|
|
78
|
+
|
|
79
|
+
export { }
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Select } from "@base-ui/react/select";
|
|
3
|
+
import clsx from "clsx";
|
|
4
|
+
import * as __rspack_external_react from "react";
|
|
5
|
+
const Select_module = {};
|
|
6
|
+
const Label = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Select.Label, {
|
|
7
|
+
ref: ref,
|
|
8
|
+
className: clsx(Select_module.label, className),
|
|
9
|
+
...props
|
|
10
|
+
}));
|
|
11
|
+
const Trigger = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Select.Trigger, {
|
|
12
|
+
ref: ref,
|
|
13
|
+
className: clsx(Select_module.trigger, className),
|
|
14
|
+
...props
|
|
15
|
+
}));
|
|
16
|
+
const Value = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Select.Value, {
|
|
17
|
+
ref: ref,
|
|
18
|
+
className: clsx(Select_module.value, className),
|
|
19
|
+
...props
|
|
20
|
+
}));
|
|
21
|
+
const Icon = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Select.Icon, {
|
|
22
|
+
ref: ref,
|
|
23
|
+
className: clsx(Select_module.icon, className),
|
|
24
|
+
...props
|
|
25
|
+
}));
|
|
26
|
+
const Backdrop = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Select.Backdrop, {
|
|
27
|
+
ref: ref,
|
|
28
|
+
className: clsx(Select_module.backdrop, className),
|
|
29
|
+
...props
|
|
30
|
+
}));
|
|
31
|
+
const Positioner = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Select.Positioner, {
|
|
32
|
+
ref: ref,
|
|
33
|
+
className: clsx(Select_module.positioner, className),
|
|
34
|
+
...props
|
|
35
|
+
}));
|
|
36
|
+
const Popup = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Select.Popup, {
|
|
37
|
+
ref: ref,
|
|
38
|
+
className: clsx(Select_module.popup, className),
|
|
39
|
+
...props
|
|
40
|
+
}));
|
|
41
|
+
const List = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Select.List, {
|
|
42
|
+
ref: ref,
|
|
43
|
+
className: clsx(Select_module.list, className),
|
|
44
|
+
...props
|
|
45
|
+
}));
|
|
46
|
+
const Item = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Select.Item, {
|
|
47
|
+
ref: ref,
|
|
48
|
+
className: clsx(Select_module.item, className),
|
|
49
|
+
...props
|
|
50
|
+
}));
|
|
51
|
+
const ItemIndicator = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Select.ItemIndicator, {
|
|
52
|
+
ref: ref,
|
|
53
|
+
className: clsx(Select_module.itemIndicator, className),
|
|
54
|
+
...props
|
|
55
|
+
}));
|
|
56
|
+
const ItemText = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Select.ItemText, {
|
|
57
|
+
ref: ref,
|
|
58
|
+
className: clsx(Select_module.itemText, className),
|
|
59
|
+
...props
|
|
60
|
+
}));
|
|
61
|
+
const Arrow = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Select.Arrow, {
|
|
62
|
+
ref: ref,
|
|
63
|
+
className: clsx(Select_module.arrow, className),
|
|
64
|
+
...props
|
|
65
|
+
}));
|
|
66
|
+
const ScrollDownArrow = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Select.ScrollDownArrow, {
|
|
67
|
+
ref: ref,
|
|
68
|
+
className: clsx(Select_module.scrollDownArrow, className),
|
|
69
|
+
...props
|
|
70
|
+
}));
|
|
71
|
+
const ScrollUpArrow = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Select.ScrollUpArrow, {
|
|
72
|
+
ref: ref,
|
|
73
|
+
className: clsx(Select_module.scrollUpArrow, className),
|
|
74
|
+
...props
|
|
75
|
+
}));
|
|
76
|
+
const Group = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Select.Group, {
|
|
77
|
+
ref: ref,
|
|
78
|
+
className: clsx(Select_module.group, className),
|
|
79
|
+
...props
|
|
80
|
+
}));
|
|
81
|
+
const GroupLabel = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Select.GroupLabel, {
|
|
82
|
+
ref: ref,
|
|
83
|
+
className: clsx(Select_module.groupLabel, className),
|
|
84
|
+
...props
|
|
85
|
+
}));
|
|
86
|
+
const Select_Select = {
|
|
87
|
+
Label: Label,
|
|
88
|
+
Trigger: Trigger,
|
|
89
|
+
Value: Value,
|
|
90
|
+
Icon: Icon,
|
|
91
|
+
Backdrop: Backdrop,
|
|
92
|
+
Positioner: Positioner,
|
|
93
|
+
Popup: Popup,
|
|
94
|
+
List: List,
|
|
95
|
+
Item: Item,
|
|
96
|
+
ItemIndicator: ItemIndicator,
|
|
97
|
+
ItemText: ItemText,
|
|
98
|
+
Arrow: Arrow,
|
|
99
|
+
ScrollDownArrow: ScrollDownArrow,
|
|
100
|
+
ScrollUpArrow: ScrollUpArrow,
|
|
101
|
+
Group: Group,
|
|
102
|
+
GroupLabel: GroupLabel,
|
|
103
|
+
Root: Select.Root,
|
|
104
|
+
Portal: Select.Portal,
|
|
105
|
+
Separator: Select.Separator
|
|
106
|
+
};
|
|
107
|
+
export { Select_Select as Select };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React_2 from 'react';
|
|
2
|
+
import { SeparatorProps } from '@base-ui/react/separator';
|
|
3
|
+
|
|
4
|
+
export declare const Separator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SeparatorProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
5
|
+
className?: string | undefined;
|
|
6
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export * from "@base-ui/react/separator";
|
|
10
|
+
|
|
11
|
+
export { }
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Separator } from "@base-ui/react/separator";
|
|
3
|
+
import clsx from "clsx";
|
|
4
|
+
import * as __rspack_external_react from "react";
|
|
5
|
+
const Separator_module = {};
|
|
6
|
+
const Separator_Separator = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Separator, {
|
|
7
|
+
ref: ref,
|
|
8
|
+
className: clsx(Separator_module.root, className),
|
|
9
|
+
...props
|
|
10
|
+
}));
|
|
11
|
+
export { Separator_Separator as Separator };
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
2
|
+
import * as React_2 from 'react';
|
|
3
|
+
import { Slider as Slider_2 } from '@base-ui/react/slider';
|
|
4
|
+
import { SliderControlProps } from '@base-ui/react/slider';
|
|
5
|
+
import { SliderIndicatorProps } from '@base-ui/react/slider';
|
|
6
|
+
import { SliderLabelProps } from '@base-ui/react/slider';
|
|
7
|
+
import { SliderThumbProps } from '@base-ui/react/slider';
|
|
8
|
+
import { SliderTrackProps } from '@base-ui/react/slider';
|
|
9
|
+
import { SliderValueProps } from '@base-ui/react/slider';
|
|
10
|
+
|
|
11
|
+
declare function Root<Value extends number | readonly number[]>({ className, ...props }: WithStringClassName<Slider_2.Root.Props<Value>>): JSX_2.Element;
|
|
12
|
+
|
|
13
|
+
export declare const Slider: {
|
|
14
|
+
Label: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderLabelProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
15
|
+
className?: string | undefined;
|
|
16
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
17
|
+
Value: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderValueProps, "ref"> & React_2.RefAttributes<HTMLOutputElement>, "ref">, "className"> & {
|
|
18
|
+
className?: string | undefined;
|
|
19
|
+
} & React_2.RefAttributes<HTMLOutputElement>>;
|
|
20
|
+
Control: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderControlProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
21
|
+
className?: string | undefined;
|
|
22
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
23
|
+
Track: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderTrackProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
24
|
+
className?: string | undefined;
|
|
25
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
26
|
+
Thumb: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderThumbProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
27
|
+
className?: string | undefined;
|
|
28
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
29
|
+
Indicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderIndicatorProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
30
|
+
className?: string | undefined;
|
|
31
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
32
|
+
Root: typeof Root;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
declare type WithStringClassName<P> = Omit<P, 'className'> & {
|
|
36
|
+
className?: string;
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
export * from "@base-ui/react/slider";
|
|
41
|
+
|
|
42
|
+
export { }
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Slider } from "@base-ui/react/slider";
|
|
3
|
+
import clsx from "clsx";
|
|
4
|
+
import * as __rspack_external_react from "react";
|
|
5
|
+
const Slider_module = {};
|
|
6
|
+
const Label = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Slider.Label, {
|
|
7
|
+
ref: ref,
|
|
8
|
+
className: clsx(Slider_module.label, className),
|
|
9
|
+
...props
|
|
10
|
+
}));
|
|
11
|
+
const Value = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Slider.Value, {
|
|
12
|
+
ref: ref,
|
|
13
|
+
className: clsx(Slider_module.value, className),
|
|
14
|
+
...props
|
|
15
|
+
}));
|
|
16
|
+
const Control = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Slider.Control, {
|
|
17
|
+
ref: ref,
|
|
18
|
+
className: clsx(Slider_module.control, className),
|
|
19
|
+
...props
|
|
20
|
+
}));
|
|
21
|
+
const Track = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Slider.Track, {
|
|
22
|
+
ref: ref,
|
|
23
|
+
className: clsx(Slider_module.track, className),
|
|
24
|
+
...props
|
|
25
|
+
}));
|
|
26
|
+
const Thumb = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Slider.Thumb, {
|
|
27
|
+
ref: ref,
|
|
28
|
+
className: clsx(Slider_module.thumb, className),
|
|
29
|
+
...props
|
|
30
|
+
}));
|
|
31
|
+
const Indicator = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Slider.Indicator, {
|
|
32
|
+
ref: ref,
|
|
33
|
+
className: clsx(Slider_module.indicator, className),
|
|
34
|
+
...props
|
|
35
|
+
}));
|
|
36
|
+
function Root({ className, ...props }) {
|
|
37
|
+
return /*#__PURE__*/ jsx(Slider.Root, {
|
|
38
|
+
...props,
|
|
39
|
+
className: clsx(Slider_module.root, className)
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
const Slider_Slider = {
|
|
43
|
+
Label: Label,
|
|
44
|
+
Value: Value,
|
|
45
|
+
Control: Control,
|
|
46
|
+
Track: Track,
|
|
47
|
+
Thumb: Thumb,
|
|
48
|
+
Indicator: Indicator,
|
|
49
|
+
Root: Root
|
|
50
|
+
};
|
|
51
|
+
export { Slider_Slider as Slider };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React_2 from 'react';
|
|
2
|
+
import { SwitchRootProps } from '@base-ui/react/switch';
|
|
3
|
+
import { SwitchThumbProps } from '@base-ui/react/switch';
|
|
4
|
+
|
|
5
|
+
export declare const Switch: {
|
|
6
|
+
Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SwitchRootProps, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
|
|
7
|
+
className?: string | undefined;
|
|
8
|
+
} & React_2.RefAttributes<HTMLElement>>;
|
|
9
|
+
Thumb: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SwitchThumbProps, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
|
|
10
|
+
className?: string | undefined;
|
|
11
|
+
} & React_2.RefAttributes<HTMLSpanElement>>;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
export * from "@base-ui/react/switch";
|
|
16
|
+
|
|
17
|
+
export { }
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Switch } from "@base-ui/react/switch";
|
|
3
|
+
import clsx from "clsx";
|
|
4
|
+
import * as __rspack_external_react from "react";
|
|
5
|
+
const Switch_module = {};
|
|
6
|
+
const Root = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Switch.Root, {
|
|
7
|
+
ref: ref,
|
|
8
|
+
className: clsx(Switch_module.root, className),
|
|
9
|
+
...props
|
|
10
|
+
}));
|
|
11
|
+
const Thumb = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Switch.Thumb, {
|
|
12
|
+
ref: ref,
|
|
13
|
+
className: clsx(Switch_module.thumb, className),
|
|
14
|
+
...props
|
|
15
|
+
}));
|
|
16
|
+
const Switch_Switch = {
|
|
17
|
+
Root: Root,
|
|
18
|
+
Thumb: Thumb
|
|
19
|
+
};
|
|
20
|
+
export { Switch_Switch as Switch };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as React_2 from 'react';
|
|
2
|
+
import { TabsIndicatorProps } from '@base-ui/react/tabs';
|
|
3
|
+
import { TabsListProps } from '@base-ui/react/tabs';
|
|
4
|
+
import { TabsPanelProps } from '@base-ui/react/tabs';
|
|
5
|
+
import { TabsRootProps } from '@base-ui/react/tabs';
|
|
6
|
+
import { TabsTabProps } from '@base-ui/react/tabs';
|
|
7
|
+
|
|
8
|
+
export declare const Tabs: {
|
|
9
|
+
Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TabsRootProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
10
|
+
className?: string | undefined;
|
|
11
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
12
|
+
Tab: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TabsTabProps, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
|
|
13
|
+
className?: string | undefined;
|
|
14
|
+
} & React_2.RefAttributes<HTMLElement>>;
|
|
15
|
+
Indicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TabsIndicatorProps, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
|
|
16
|
+
className?: string | undefined;
|
|
17
|
+
} & React_2.RefAttributes<HTMLSpanElement>>;
|
|
18
|
+
Panel: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TabsPanelProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
19
|
+
className?: string | undefined;
|
|
20
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
21
|
+
List: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TabsListProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
22
|
+
className?: string | undefined;
|
|
23
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
export * from "@base-ui/react/tabs";
|
|
28
|
+
|
|
29
|
+
export { }
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Tabs } from "@base-ui/react/tabs";
|
|
3
|
+
import clsx from "clsx";
|
|
4
|
+
import * as __rspack_external_react from "react";
|
|
5
|
+
const Tabs_module = {};
|
|
6
|
+
const Root = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Tabs.Root, {
|
|
7
|
+
ref: ref,
|
|
8
|
+
className: clsx(Tabs_module.root, className),
|
|
9
|
+
...props
|
|
10
|
+
}));
|
|
11
|
+
const Tab = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Tabs.Tab, {
|
|
12
|
+
ref: ref,
|
|
13
|
+
className: clsx(Tabs_module.tab, className),
|
|
14
|
+
...props
|
|
15
|
+
}));
|
|
16
|
+
const Indicator = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Tabs.Indicator, {
|
|
17
|
+
ref: ref,
|
|
18
|
+
className: clsx(Tabs_module.indicator, className),
|
|
19
|
+
...props
|
|
20
|
+
}));
|
|
21
|
+
const Panel = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Tabs.Panel, {
|
|
22
|
+
ref: ref,
|
|
23
|
+
className: clsx(Tabs_module.panel, className),
|
|
24
|
+
...props
|
|
25
|
+
}));
|
|
26
|
+
const List = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Tabs.List, {
|
|
27
|
+
ref: ref,
|
|
28
|
+
className: clsx(Tabs_module.list, className),
|
|
29
|
+
...props
|
|
30
|
+
}));
|
|
31
|
+
const Tabs_Tabs = {
|
|
32
|
+
Root: Root,
|
|
33
|
+
Tab: Tab,
|
|
34
|
+
Indicator: Indicator,
|
|
35
|
+
Panel: Panel,
|
|
36
|
+
List: List
|
|
37
|
+
};
|
|
38
|
+
export { Tabs_Tabs as Tabs };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React_2 from 'react';
|
|
2
|
+
import { Toggle as Toggle_2 } from '@base-ui/react/toggle';
|
|
3
|
+
|
|
4
|
+
export declare const Toggle: React_2.ForwardRefExoticComponent<Omit<Omit<Toggle_2.Props<string> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
|
|
5
|
+
className?: string | undefined;
|
|
6
|
+
} & React_2.RefAttributes<HTMLButtonElement>>;
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export * from "@base-ui/react/toggle";
|
|
10
|
+
|
|
11
|
+
export { }
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Toggle } from "@base-ui/react/toggle";
|
|
3
|
+
import clsx from "clsx";
|
|
4
|
+
import * as __rspack_external_react from "react";
|
|
5
|
+
const Toggle_module = {};
|
|
6
|
+
const Toggle_Toggle = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Toggle, {
|
|
7
|
+
ref: ref,
|
|
8
|
+
className: clsx(Toggle_module.root, className),
|
|
9
|
+
...props
|
|
10
|
+
}));
|
|
11
|
+
export { Toggle_Toggle as Toggle };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as React_2 from 'react';
|
|
2
|
+
import { ToggleGroup as ToggleGroup_2 } from '@base-ui/react/toggle-group';
|
|
3
|
+
|
|
4
|
+
export declare const ToggleGroup: React_2.ForwardRefExoticComponent<Omit<Omit<ToggleGroup_2.Props<string> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
5
|
+
className?: string | undefined;
|
|
6
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export * from "@base-ui/react/toggle-group";
|
|
10
|
+
|
|
11
|
+
export { }
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { ToggleGroup } from "@base-ui/react/toggle-group";
|
|
3
|
+
import clsx from "clsx";
|
|
4
|
+
import * as __rspack_external_react from "react";
|
|
5
|
+
const ToggleGroup_module = {};
|
|
6
|
+
const ToggleGroup_ToggleGroup = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(ToggleGroup, {
|
|
7
|
+
ref: ref,
|
|
8
|
+
className: clsx(ToggleGroup_module.root, className),
|
|
9
|
+
...props
|
|
10
|
+
}));
|
|
11
|
+
export { ToggleGroup_ToggleGroup as ToggleGroup };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as React_2 from 'react';
|
|
2
|
+
import { ToolbarButtonProps } from '@base-ui/react/toolbar';
|
|
3
|
+
import { ToolbarGroupProps } from '@base-ui/react/toolbar';
|
|
4
|
+
import { ToolbarInputProps } from '@base-ui/react/toolbar';
|
|
5
|
+
import { ToolbarLinkProps } from '@base-ui/react/toolbar';
|
|
6
|
+
import { ToolbarRootProps } from '@base-ui/react/toolbar';
|
|
7
|
+
import { ToolbarSeparatorProps } from '@base-ui/react/toolbar';
|
|
8
|
+
|
|
9
|
+
export declare const Toolbar: {
|
|
10
|
+
Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarRootProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
11
|
+
className?: string | undefined;
|
|
12
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
13
|
+
Group: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarGroupProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
14
|
+
className?: string | undefined;
|
|
15
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
16
|
+
Button: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarButtonProps, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
|
|
17
|
+
className?: string | undefined;
|
|
18
|
+
} & React_2.RefAttributes<HTMLButtonElement>>;
|
|
19
|
+
Link: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarLinkProps, "ref"> & React_2.RefAttributes<HTMLAnchorElement>, "ref">, "className"> & {
|
|
20
|
+
className?: string | undefined;
|
|
21
|
+
} & React_2.RefAttributes<HTMLAnchorElement>>;
|
|
22
|
+
Input: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarInputProps, "ref"> & React_2.RefAttributes<HTMLInputElement>, "ref">, "className"> & {
|
|
23
|
+
className?: string | undefined;
|
|
24
|
+
} & React_2.RefAttributes<HTMLInputElement>>;
|
|
25
|
+
Separator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarSeparatorProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
26
|
+
className?: string | undefined;
|
|
27
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
export * from "@base-ui/react/toolbar";
|
|
32
|
+
|
|
33
|
+
export { }
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Toolbar } from "@base-ui/react/toolbar";
|
|
3
|
+
import clsx from "clsx";
|
|
4
|
+
import * as __rspack_external_react from "react";
|
|
5
|
+
const Toolbar_module = {};
|
|
6
|
+
const Root = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Toolbar.Root, {
|
|
7
|
+
ref: ref,
|
|
8
|
+
className: clsx(Toolbar_module.root, className),
|
|
9
|
+
...props
|
|
10
|
+
}));
|
|
11
|
+
const Group = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Toolbar.Group, {
|
|
12
|
+
ref: ref,
|
|
13
|
+
className: clsx(Toolbar_module.group, className),
|
|
14
|
+
...props
|
|
15
|
+
}));
|
|
16
|
+
const Button = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Toolbar.Button, {
|
|
17
|
+
ref: ref,
|
|
18
|
+
className: clsx(Toolbar_module.button, className),
|
|
19
|
+
...props
|
|
20
|
+
}));
|
|
21
|
+
const Link = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Toolbar.Link, {
|
|
22
|
+
ref: ref,
|
|
23
|
+
className: clsx(Toolbar_module.link, className),
|
|
24
|
+
...props
|
|
25
|
+
}));
|
|
26
|
+
const Input = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Toolbar.Input, {
|
|
27
|
+
ref: ref,
|
|
28
|
+
className: clsx(Toolbar_module.input, className),
|
|
29
|
+
...props
|
|
30
|
+
}));
|
|
31
|
+
const Separator = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Toolbar.Separator, {
|
|
32
|
+
ref: ref,
|
|
33
|
+
className: clsx(Toolbar_module.separator, className),
|
|
34
|
+
...props
|
|
35
|
+
}));
|
|
36
|
+
const Toolbar_Toolbar = {
|
|
37
|
+
Root: Root,
|
|
38
|
+
Group: Group,
|
|
39
|
+
Button: Button,
|
|
40
|
+
Link: Link,
|
|
41
|
+
Input: Input,
|
|
42
|
+
Separator: Separator
|
|
43
|
+
};
|
|
44
|
+
export { Toolbar_Toolbar as Toolbar };
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
2
|
+
import * as React_2 from 'react';
|
|
3
|
+
import { Tooltip as Tooltip_2 } from '@base-ui/react/tooltip';
|
|
4
|
+
import { TooltipArrowProps } from '@base-ui/react/tooltip';
|
|
5
|
+
import { TooltipPopupProps } from '@base-ui/react/tooltip';
|
|
6
|
+
import { TooltipPortalProps } from '@base-ui/react/tooltip';
|
|
7
|
+
import { TooltipPositionerProps } from '@base-ui/react/tooltip';
|
|
8
|
+
import { TooltipProviderProps } from '@base-ui/react/tooltip';
|
|
9
|
+
|
|
10
|
+
export declare const Tooltip: {
|
|
11
|
+
Trigger: typeof Trigger;
|
|
12
|
+
Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TooltipPositionerProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
13
|
+
className?: string | undefined;
|
|
14
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
15
|
+
Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TooltipPopupProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
16
|
+
className?: string | undefined;
|
|
17
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
18
|
+
Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TooltipArrowProps, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
19
|
+
className?: string | undefined;
|
|
20
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
21
|
+
Viewport: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<Tooltip_2.Viewport.Props, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
22
|
+
className?: string | undefined;
|
|
23
|
+
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
24
|
+
Root: <Payload>(props: Tooltip_2.Root.Props<Payload>) => JSX_2.Element;
|
|
25
|
+
Portal: React_2.ForwardRefExoticComponent<Omit<TooltipPortalProps, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
|
|
26
|
+
Provider: React_2.FC<TooltipProviderProps>;
|
|
27
|
+
Handle: typeof Tooltip_2.Handle;
|
|
28
|
+
createHandle: typeof Tooltip_2.createHandle;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
declare function Trigger<Payload = unknown>({ className, ...props }: WithStringClassName<Tooltip_2.Trigger.Props<Payload>> & React_2.RefAttributes<HTMLElement>): JSX_2.Element;
|
|
32
|
+
|
|
33
|
+
declare type WithStringClassName<P> = Omit<P, 'className'> & {
|
|
34
|
+
className?: string;
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
export * from "@base-ui/react/tooltip";
|
|
39
|
+
|
|
40
|
+
export { }
|