@wix/site-ui 1.129.0 → 1.131.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.d.ts +12 -12
- package/dist/AlertDialog/index.d.ts +13 -13
- package/dist/Autocomplete/index.d.ts +31 -31
- package/dist/Avatar/index.d.ts +7 -7
- package/dist/Breadcrumbs/index.d.ts +7 -7
- package/dist/Checkbox/index.d.ts +5 -5
- package/dist/CheckboxGroup/index.d.ts +2 -2
- package/dist/CheckboxGroupField/index.d.ts +2 -2
- package/dist/Collapsible/index.d.ts +6 -6
- package/dist/Combobox/index.d.ts +57 -57
- package/dist/ContextMenu/index.d.ts +32 -32
- package/dist/Dialog/index.d.ts +20 -20
- package/dist/Drawer/index.d.ts +14 -14
- package/dist/Field/index.d.ts +15 -15
- package/dist/Fieldset/index.d.ts +4 -4
- package/dist/Form/index.d.ts +1 -1
- package/dist/Input/index.d.ts +2 -2
- package/dist/Menu/index.d.ts +46 -46
- package/dist/Menubar/index.d.ts +2 -2
- package/dist/Meter/index.d.ts +10 -10
- package/dist/NavigationMenu/index.d.ts +23 -23
- package/dist/NumberField/index.d.ts +14 -14
- package/dist/Popover/index.d.ts +16 -16
- package/dist/PreviewCard/index.d.ts +10 -10
- package/dist/Progress/index.d.ts +11 -11
- package/dist/Radio/index.d.ts +2 -2
- package/dist/RadioField/index.d.ts +42 -61
- package/dist/RadioGroup/index.d.ts +2 -2
- package/dist/RadioGroupField/index.d.ts +9 -9
- package/dist/ScrollArea/index.d.ts +12 -12
- package/dist/Select/index.d.ts +34 -34
- package/dist/SelectField/index.d.ts +45 -45
- package/dist/Slider/index.d.ts +12 -12
- package/dist/Switch/index.d.ts +6 -6
- package/dist/Tabs/index.d.ts +8 -8
- package/dist/Toggle/index.d.ts +1 -1
- package/dist/ToggleGroup/index.d.ts +1 -1
- package/dist/Toolbar/index.d.ts +12 -12
- package/dist/Tooltip/index.d.ts +9 -9
- package/dist/index.d.ts +460 -515
- package/package.json +3 -7
package/dist/Select/index.d.ts
CHANGED
|
@@ -2,23 +2,23 @@ import type { InteractionType } from '@base-ui/utils/useEnhancedClickHandler';
|
|
|
2
2
|
import { Padding } from '@floating-ui/react-dom';
|
|
3
3
|
import * as React_2 from 'react';
|
|
4
4
|
import { Rect } from '@floating-ui/utils';
|
|
5
|
-
import { SelectArrowProps as SelectArrowProps_2 } from '@base-ui/react
|
|
6
|
-
import { SelectBackdropProps as SelectBackdropProps_2 } from '@base-ui/react
|
|
7
|
-
import { SelectGroupLabelProps as SelectGroupLabelProps_2 } from '@base-ui/react
|
|
8
|
-
import { SelectGroupProps as SelectGroupProps_2 } from '@base-ui/react
|
|
9
|
-
import { SelectIconProps as SelectIconProps_2 } from '@base-ui/react
|
|
10
|
-
import { SelectItemIndicatorProps as SelectItemIndicatorProps_2 } from '@base-ui/react
|
|
11
|
-
import { SelectItemProps as SelectItemProps_2 } from '@base-ui/react
|
|
12
|
-
import { SelectItemTextProps as SelectItemTextProps_2 } from '@base-ui/react
|
|
13
|
-
import { SelectLabelProps as SelectLabelProps_2 } from '@base-ui/react
|
|
14
|
-
import { SelectListProps as SelectListProps_2 } from '@base-ui/react
|
|
15
|
-
import { SelectPopupProps as SelectPopupProps_2 } from '@base-ui/react
|
|
16
|
-
import { SelectPortalProps as SelectPortalProps_2 } from '@base-ui/react
|
|
17
|
-
import { SelectPositionerProps as SelectPositionerProps_2 } from '@base-ui/react
|
|
18
|
-
import { SelectScrollDownArrowProps as SelectScrollDownArrowProps_2 } from '@base-ui/react
|
|
19
|
-
import { SelectScrollUpArrowProps as SelectScrollUpArrowProps_2 } from '@base-ui/react
|
|
20
|
-
import { SelectTriggerProps as SelectTriggerProps_2 } from '@base-ui/react
|
|
21
|
-
import { SelectValueProps as SelectValueProps_2 } from '@base-ui/react
|
|
5
|
+
import { SelectArrowProps as SelectArrowProps_2 } from '@base-ui/react';
|
|
6
|
+
import { SelectBackdropProps as SelectBackdropProps_2 } from '@base-ui/react';
|
|
7
|
+
import { SelectGroupLabelProps as SelectGroupLabelProps_2 } from '@base-ui/react';
|
|
8
|
+
import { SelectGroupProps as SelectGroupProps_2 } from '@base-ui/react';
|
|
9
|
+
import { SelectIconProps as SelectIconProps_2 } from '@base-ui/react';
|
|
10
|
+
import { SelectItemIndicatorProps as SelectItemIndicatorProps_2 } from '@base-ui/react';
|
|
11
|
+
import { SelectItemProps as SelectItemProps_2 } from '@base-ui/react';
|
|
12
|
+
import { SelectItemTextProps as SelectItemTextProps_2 } from '@base-ui/react';
|
|
13
|
+
import { SelectLabelProps as SelectLabelProps_2 } from '@base-ui/react';
|
|
14
|
+
import { SelectListProps as SelectListProps_2 } from '@base-ui/react';
|
|
15
|
+
import { SelectPopupProps as SelectPopupProps_2 } from '@base-ui/react';
|
|
16
|
+
import { SelectPortalProps as SelectPortalProps_2 } from '@base-ui/react';
|
|
17
|
+
import { SelectPositionerProps as SelectPositionerProps_2 } from '@base-ui/react';
|
|
18
|
+
import { SelectScrollDownArrowProps as SelectScrollDownArrowProps_2 } from '@base-ui/react';
|
|
19
|
+
import { SelectScrollUpArrowProps as SelectScrollUpArrowProps_2 } from '@base-ui/react';
|
|
20
|
+
import { SelectTriggerProps as SelectTriggerProps_2 } from '@base-ui/react';
|
|
21
|
+
import { SelectValueProps as SelectValueProps_2 } from '@base-ui/react';
|
|
22
22
|
import { SeparatorProps as SeparatorProps_2 } from '@base-ui/react';
|
|
23
23
|
import { VirtualElement } from '@floating-ui/react-dom';
|
|
24
24
|
|
|
@@ -545,56 +545,56 @@ declare const scrub: "scrub";
|
|
|
545
545
|
export declare const Select: {
|
|
546
546
|
Root: typeof Select_2.Root;
|
|
547
547
|
Label: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectLabelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
548
|
-
className?: string
|
|
548
|
+
className?: string;
|
|
549
549
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
550
550
|
Trigger: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectTriggerProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
|
|
551
|
-
className?: string
|
|
551
|
+
className?: string;
|
|
552
552
|
} & React_2.RefAttributes<HTMLButtonElement>>;
|
|
553
553
|
Value: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectValueProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
|
|
554
|
-
className?: string
|
|
554
|
+
className?: string;
|
|
555
555
|
} & React_2.RefAttributes<HTMLSpanElement>>;
|
|
556
556
|
Icon: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectIconProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
|
|
557
|
-
className?: string
|
|
557
|
+
className?: string;
|
|
558
558
|
} & React_2.RefAttributes<HTMLSpanElement>>;
|
|
559
559
|
Portal: React_2.ForwardRefExoticComponent<Omit<SelectPortalProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
|
|
560
560
|
Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectBackdropProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
561
|
-
className?: string
|
|
561
|
+
className?: string;
|
|
562
562
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
563
563
|
Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectPositionerProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
564
|
-
className?: string
|
|
564
|
+
className?: string;
|
|
565
565
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
566
566
|
Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectPopupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
567
|
-
className?: string
|
|
567
|
+
className?: string;
|
|
568
568
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
569
569
|
List: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectListProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
570
|
-
className?: string
|
|
570
|
+
className?: string;
|
|
571
571
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
572
572
|
Item: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectItemProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
|
|
573
|
-
className?: string
|
|
573
|
+
className?: string;
|
|
574
574
|
} & React_2.RefAttributes<HTMLElement>>;
|
|
575
575
|
ItemIndicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectItemIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
|
|
576
|
-
className?: string
|
|
576
|
+
className?: string;
|
|
577
577
|
} & React_2.RefAttributes<HTMLSpanElement>>;
|
|
578
578
|
ItemText: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectItemTextProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
579
|
-
className?: string
|
|
579
|
+
className?: string;
|
|
580
580
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
581
581
|
Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
582
|
-
className?: string
|
|
582
|
+
className?: string;
|
|
583
583
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
584
584
|
ScrollDownArrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectScrollDownArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
585
|
-
className?: string
|
|
585
|
+
className?: string;
|
|
586
586
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
587
587
|
ScrollUpArrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectScrollUpArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
588
|
-
className?: string
|
|
588
|
+
className?: string;
|
|
589
589
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
590
590
|
Group: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectGroupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
591
|
-
className?: string
|
|
591
|
+
className?: string;
|
|
592
592
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
593
593
|
GroupLabel: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectGroupLabelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
594
|
-
className?: string
|
|
594
|
+
className?: string;
|
|
595
595
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
596
596
|
Separator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SeparatorProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
597
|
-
className?: string
|
|
597
|
+
className?: string;
|
|
598
598
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
599
599
|
};
|
|
600
600
|
|
|
@@ -2,23 +2,23 @@ import type { InteractionType } from '@base-ui/utils/useEnhancedClickHandler';
|
|
|
2
2
|
import { Padding } from '@floating-ui/react-dom';
|
|
3
3
|
import * as React_2 from 'react';
|
|
4
4
|
import { Rect } from '@floating-ui/utils';
|
|
5
|
-
import { SelectArrowProps as SelectArrowProps_2 } from '@base-ui/react
|
|
6
|
-
import { SelectBackdropProps as SelectBackdropProps_2 } from '@base-ui/react
|
|
7
|
-
import { SelectGroupLabelProps as SelectGroupLabelProps_2 } from '@base-ui/react
|
|
8
|
-
import { SelectGroupProps as SelectGroupProps_2 } from '@base-ui/react
|
|
9
|
-
import { SelectIconProps as SelectIconProps_2 } from '@base-ui/react
|
|
10
|
-
import { SelectItemIndicatorProps as SelectItemIndicatorProps_2 } from '@base-ui/react
|
|
11
|
-
import { SelectItemProps as SelectItemProps_2 } from '@base-ui/react
|
|
12
|
-
import { SelectItemTextProps as SelectItemTextProps_2 } from '@base-ui/react
|
|
13
|
-
import { SelectLabelProps as SelectLabelProps_2 } from '@base-ui/react
|
|
14
|
-
import { SelectListProps as SelectListProps_2 } from '@base-ui/react
|
|
15
|
-
import { SelectPopupProps as SelectPopupProps_2 } from '@base-ui/react
|
|
16
|
-
import { SelectPortalProps as SelectPortalProps_2 } from '@base-ui/react
|
|
17
|
-
import { SelectPositionerProps as SelectPositionerProps_2 } from '@base-ui/react
|
|
18
|
-
import { SelectScrollDownArrowProps as SelectScrollDownArrowProps_2 } from '@base-ui/react
|
|
19
|
-
import { SelectScrollUpArrowProps as SelectScrollUpArrowProps_2 } from '@base-ui/react
|
|
20
|
-
import { SelectTriggerProps as SelectTriggerProps_2 } from '@base-ui/react
|
|
21
|
-
import { SelectValueProps as SelectValueProps_2 } from '@base-ui/react
|
|
5
|
+
import { SelectArrowProps as SelectArrowProps_2 } from '@base-ui/react';
|
|
6
|
+
import { SelectBackdropProps as SelectBackdropProps_2 } from '@base-ui/react';
|
|
7
|
+
import { SelectGroupLabelProps as SelectGroupLabelProps_2 } from '@base-ui/react';
|
|
8
|
+
import { SelectGroupProps as SelectGroupProps_2 } from '@base-ui/react';
|
|
9
|
+
import { SelectIconProps as SelectIconProps_2 } from '@base-ui/react';
|
|
10
|
+
import { SelectItemIndicatorProps as SelectItemIndicatorProps_2 } from '@base-ui/react';
|
|
11
|
+
import { SelectItemProps as SelectItemProps_2 } from '@base-ui/react';
|
|
12
|
+
import { SelectItemTextProps as SelectItemTextProps_2 } from '@base-ui/react';
|
|
13
|
+
import { SelectLabelProps as SelectLabelProps_2 } from '@base-ui/react';
|
|
14
|
+
import { SelectListProps as SelectListProps_2 } from '@base-ui/react';
|
|
15
|
+
import { SelectPopupProps as SelectPopupProps_2 } from '@base-ui/react';
|
|
16
|
+
import { SelectPortalProps as SelectPortalProps_2 } from '@base-ui/react';
|
|
17
|
+
import { SelectPositionerProps as SelectPositionerProps_2 } from '@base-ui/react';
|
|
18
|
+
import { SelectScrollDownArrowProps as SelectScrollDownArrowProps_2 } from '@base-ui/react';
|
|
19
|
+
import { SelectScrollUpArrowProps as SelectScrollUpArrowProps_2 } from '@base-ui/react';
|
|
20
|
+
import { SelectTriggerProps as SelectTriggerProps_2 } from '@base-ui/react';
|
|
21
|
+
import { SelectValueProps as SelectValueProps_2 } from '@base-ui/react';
|
|
22
22
|
import { SeparatorProps as SeparatorProps_2 } from '@base-ui/react';
|
|
23
23
|
import { VirtualElement } from '@floating-ui/react-dom';
|
|
24
24
|
|
|
@@ -547,56 +547,56 @@ declare const scrub: "scrub";
|
|
|
547
547
|
declare const Select: {
|
|
548
548
|
Root: typeof Select_2.Root;
|
|
549
549
|
Label: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectLabelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
550
|
-
className?: string
|
|
550
|
+
className?: string;
|
|
551
551
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
552
552
|
Trigger: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectTriggerProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
|
|
553
|
-
className?: string
|
|
553
|
+
className?: string;
|
|
554
554
|
} & React_2.RefAttributes<HTMLButtonElement>>;
|
|
555
555
|
Value: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectValueProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
|
|
556
|
-
className?: string
|
|
556
|
+
className?: string;
|
|
557
557
|
} & React_2.RefAttributes<HTMLSpanElement>>;
|
|
558
558
|
Icon: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectIconProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
|
|
559
|
-
className?: string
|
|
559
|
+
className?: string;
|
|
560
560
|
} & React_2.RefAttributes<HTMLSpanElement>>;
|
|
561
561
|
Portal: React_2.ForwardRefExoticComponent<Omit<SelectPortalProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
|
|
562
562
|
Backdrop: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectBackdropProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
563
|
-
className?: string
|
|
563
|
+
className?: string;
|
|
564
564
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
565
565
|
Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectPositionerProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
566
|
-
className?: string
|
|
566
|
+
className?: string;
|
|
567
567
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
568
568
|
Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectPopupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
569
|
-
className?: string
|
|
569
|
+
className?: string;
|
|
570
570
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
571
571
|
List: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectListProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
572
|
-
className?: string
|
|
572
|
+
className?: string;
|
|
573
573
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
574
574
|
Item: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectItemProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
|
|
575
|
-
className?: string
|
|
575
|
+
className?: string;
|
|
576
576
|
} & React_2.RefAttributes<HTMLElement>>;
|
|
577
577
|
ItemIndicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectItemIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
|
|
578
|
-
className?: string
|
|
578
|
+
className?: string;
|
|
579
579
|
} & React_2.RefAttributes<HTMLSpanElement>>;
|
|
580
580
|
ItemText: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectItemTextProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
581
|
-
className?: string
|
|
581
|
+
className?: string;
|
|
582
582
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
583
583
|
Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
584
|
-
className?: string
|
|
584
|
+
className?: string;
|
|
585
585
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
586
586
|
ScrollDownArrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectScrollDownArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
587
|
-
className?: string
|
|
587
|
+
className?: string;
|
|
588
588
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
589
589
|
ScrollUpArrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectScrollUpArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
590
|
-
className?: string
|
|
590
|
+
className?: string;
|
|
591
591
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
592
592
|
Group: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectGroupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
593
|
-
className?: string
|
|
593
|
+
className?: string;
|
|
594
594
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
595
595
|
GroupLabel: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SelectGroupLabelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
596
|
-
className?: string
|
|
596
|
+
className?: string;
|
|
597
597
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
598
598
|
Separator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SeparatorProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
599
|
-
className?: string
|
|
599
|
+
className?: string;
|
|
600
600
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
601
601
|
};
|
|
602
602
|
|
|
@@ -697,37 +697,37 @@ export declare const SelectField: React_2.ForwardRefExoticComponent<RootOwnProps
|
|
|
697
697
|
/** Accessible label rendered above the trigger. */
|
|
698
698
|
label?: React_2.ReactNode;
|
|
699
699
|
/** Accessible label for the trigger when no visible `label` is provided. */
|
|
700
|
-
'aria-label'?: string
|
|
700
|
+
'aria-label'?: string;
|
|
701
701
|
/** Text shown in the trigger when nothing is selected. */
|
|
702
|
-
placeholder?: string
|
|
702
|
+
placeholder?: string;
|
|
703
703
|
/** Always-visible helper text rendered below the trigger. */
|
|
704
704
|
description?: React_2.ReactNode;
|
|
705
705
|
/** Error message rendered below the trigger when the field is invalid. */
|
|
706
706
|
error?: React_2.ReactNode;
|
|
707
707
|
/** Visual style of the trigger. */
|
|
708
|
-
variant?: SelectFieldVariant
|
|
708
|
+
variant?: SelectFieldVariant;
|
|
709
709
|
/** Horizontal alignment of the trigger value. */
|
|
710
|
-
alignment?: SelectFieldAlignment
|
|
710
|
+
alignment?: SelectFieldAlignment;
|
|
711
711
|
/** Marks the field invalid, styling the trigger and revealing `error`. */
|
|
712
|
-
invalid?: boolean
|
|
712
|
+
invalid?: boolean;
|
|
713
713
|
/** Shows a spinner in place of the icon and blocks interaction. */
|
|
714
|
-
loading?: boolean
|
|
714
|
+
loading?: boolean;
|
|
715
715
|
/** Trigger icon. Defaults to a chevron; replaced by a spinner while loading. */
|
|
716
716
|
icon?: React_2.ReactNode;
|
|
717
717
|
/** Draws a border around the popup. */
|
|
718
|
-
outerBorder?: boolean
|
|
718
|
+
outerBorder?: boolean;
|
|
719
719
|
/** Gap in pixels between the trigger and the popup. */
|
|
720
|
-
sideOffset?: number
|
|
720
|
+
sideOffset?: number;
|
|
721
721
|
/**
|
|
722
722
|
* Text direction. Forwarded to the trigger and to the portaled positioner +
|
|
723
723
|
* popup so they lay out and anchor (RTL-aware `align`) correctly even though
|
|
724
724
|
* they render outside the field's subtree.
|
|
725
725
|
*/
|
|
726
|
-
dir?: "ltr" | "rtl"
|
|
726
|
+
dir?: "ltr" | "rtl";
|
|
727
727
|
/** Class applied to the trigger button. */
|
|
728
|
-
triggerClassName?: string
|
|
728
|
+
triggerClassName?: string;
|
|
729
729
|
/** Class applied to the popup. */
|
|
730
|
-
popupClassName?: string
|
|
730
|
+
popupClassName?: string;
|
|
731
731
|
} & React_2.RefAttributes<HTMLButtonElement>>;
|
|
732
732
|
|
|
733
733
|
export declare type SelectFieldAlignment = 'start' | 'center';
|
package/dist/Slider/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
2
2
|
import * as React_2 from 'react';
|
|
3
|
-
import { SliderControlProps as SliderControlProps_2 } from '@base-ui/react
|
|
4
|
-
import { SliderIndicatorProps as SliderIndicatorProps_2 } from '@base-ui/react
|
|
5
|
-
import { SliderLabelProps as SliderLabelProps_2 } from '@base-ui/react
|
|
6
|
-
import { SliderThumbProps as SliderThumbProps_2 } from '@base-ui/react
|
|
7
|
-
import { SliderTrackProps as SliderTrackProps_2 } from '@base-ui/react
|
|
8
|
-
import { SliderValueProps as SliderValueProps_2 } from '@base-ui/react
|
|
3
|
+
import { SliderControlProps as SliderControlProps_2 } from '@base-ui/react';
|
|
4
|
+
import { SliderIndicatorProps as SliderIndicatorProps_2 } from '@base-ui/react';
|
|
5
|
+
import { SliderLabelProps as SliderLabelProps_2 } from '@base-ui/react';
|
|
6
|
+
import { SliderThumbProps as SliderThumbProps_2 } from '@base-ui/react';
|
|
7
|
+
import { SliderTrackProps as SliderTrackProps_2 } from '@base-ui/react';
|
|
8
|
+
import { SliderValueProps as SliderValueProps_2 } from '@base-ui/react';
|
|
9
9
|
|
|
10
10
|
declare type BaseUIChangeEventDetail<Reason extends string, CustomProperties extends object> = {
|
|
11
11
|
/**
|
|
@@ -302,22 +302,22 @@ declare const siblingOpen: "sibling-open";
|
|
|
302
302
|
|
|
303
303
|
export declare const Slider: {
|
|
304
304
|
Label: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderLabelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
305
|
-
className?: string
|
|
305
|
+
className?: string;
|
|
306
306
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
307
307
|
Value: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderValueProps_2, "ref"> & React_2.RefAttributes<HTMLOutputElement>, "ref">, "className"> & {
|
|
308
|
-
className?: string
|
|
308
|
+
className?: string;
|
|
309
309
|
} & React_2.RefAttributes<HTMLOutputElement>>;
|
|
310
310
|
Control: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderControlProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
311
|
-
className?: string
|
|
311
|
+
className?: string;
|
|
312
312
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
313
313
|
Track: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderTrackProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
314
|
-
className?: string
|
|
314
|
+
className?: string;
|
|
315
315
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
316
316
|
Thumb: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderThumbProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
317
|
-
className?: string
|
|
317
|
+
className?: string;
|
|
318
318
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
319
319
|
Indicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SliderIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
320
|
-
className?: string
|
|
320
|
+
className?: string;
|
|
321
321
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
322
322
|
Root: typeof Root;
|
|
323
323
|
};
|
package/dist/Switch/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React_2 from 'react';
|
|
2
|
-
import { SwitchRootProps as SwitchRootProps_2 } from '@base-ui/react
|
|
3
|
-
import { SwitchThumbProps as SwitchThumbProps_2 } from '@base-ui/react
|
|
2
|
+
import { SwitchRootProps as SwitchRootProps_2 } from '@base-ui/react';
|
|
3
|
+
import { SwitchThumbProps as SwitchThumbProps_2 } from '@base-ui/react';
|
|
4
4
|
|
|
5
5
|
declare type BaseUIChangeEventDetail<Reason extends string, CustomProperties extends object> = {
|
|
6
6
|
/**
|
|
@@ -259,13 +259,13 @@ declare const swipe: "swipe";
|
|
|
259
259
|
|
|
260
260
|
export declare const Switch: {
|
|
261
261
|
Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SwitchRootProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
|
|
262
|
-
className?: string
|
|
262
|
+
className?: string;
|
|
263
263
|
} & {
|
|
264
|
-
width?: number
|
|
265
|
-
height?: number
|
|
264
|
+
width?: number;
|
|
265
|
+
height?: number;
|
|
266
266
|
} & React_2.RefAttributes<HTMLElement>>;
|
|
267
267
|
Thumb: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<SwitchThumbProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
|
|
268
|
-
className?: string
|
|
268
|
+
className?: string;
|
|
269
269
|
} & React_2.RefAttributes<HTMLSpanElement>>;
|
|
270
270
|
};
|
|
271
271
|
|
package/dist/Tabs/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React_2 from 'react';
|
|
2
|
-
import { TabsIndicatorProps as TabsIndicatorProps_2 } from '@base-ui/react
|
|
3
|
-
import { TabsPanelProps as TabsPanelProps_2 } from '@base-ui/react
|
|
4
|
-
import { TabsRootProps as TabsRootProps_2 } from '@base-ui/react
|
|
5
|
-
import { TabsTabProps as TabsTabProps_2 } from '@base-ui/react
|
|
2
|
+
import { TabsIndicatorProps as TabsIndicatorProps_2 } from '@base-ui/react';
|
|
3
|
+
import { TabsPanelProps as TabsPanelProps_2 } from '@base-ui/react';
|
|
4
|
+
import { TabsRootProps as TabsRootProps_2 } from '@base-ui/react';
|
|
5
|
+
import { TabsTabProps as TabsTabProps_2 } from '@base-ui/react';
|
|
6
6
|
|
|
7
7
|
declare type BaseListProps = WithStringClassName<React_2.ComponentPropsWithoutRef<typeof Tabs_2.List>>;
|
|
8
8
|
|
|
@@ -259,16 +259,16 @@ declare type TabListUnderlineType = (typeof TabListUnderline)[keyof typeof TabLi
|
|
|
259
259
|
|
|
260
260
|
export declare const Tabs: {
|
|
261
261
|
Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TabsRootProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
262
|
-
className?: string
|
|
262
|
+
className?: string;
|
|
263
263
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
264
264
|
Tab: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TabsTabProps_2, "ref"> & React_2.RefAttributes<HTMLElement>, "ref">, "className"> & {
|
|
265
|
-
className?: string
|
|
265
|
+
className?: string;
|
|
266
266
|
} & React_2.RefAttributes<HTMLElement>>;
|
|
267
267
|
Indicator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TabsIndicatorProps_2, "ref"> & React_2.RefAttributes<HTMLSpanElement>, "ref">, "className"> & {
|
|
268
|
-
className?: string
|
|
268
|
+
className?: string;
|
|
269
269
|
} & React_2.RefAttributes<HTMLSpanElement>>;
|
|
270
270
|
Panel: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TabsPanelProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
271
|
-
className?: string
|
|
271
|
+
className?: string;
|
|
272
272
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
273
273
|
List: React_2.ForwardRefExoticComponent<ListProps & React_2.RefAttributes<HTMLDivElement>>;
|
|
274
274
|
};
|
package/dist/Toggle/index.d.ts
CHANGED
|
@@ -229,7 +229,7 @@ declare const siblingOpen: "sibling-open";
|
|
|
229
229
|
declare const swipe: "swipe";
|
|
230
230
|
|
|
231
231
|
export declare const Toggle: React_2.ForwardRefExoticComponent<Omit<Omit<Toggle_2.Props<string> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
|
|
232
|
-
className?: string
|
|
232
|
+
className?: string;
|
|
233
233
|
} & React_2.RefAttributes<HTMLButtonElement>>;
|
|
234
234
|
|
|
235
235
|
/**
|
|
@@ -221,7 +221,7 @@ declare const siblingOpen: "sibling-open";
|
|
|
221
221
|
declare const swipe: "swipe";
|
|
222
222
|
|
|
223
223
|
export declare const ToggleGroup: React_2.ForwardRefExoticComponent<Omit<Omit<ToggleGroup_2.Props<string> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
224
|
-
className?: string
|
|
224
|
+
className?: string;
|
|
225
225
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
226
226
|
|
|
227
227
|
/**
|
package/dist/Toolbar/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as React_2 from 'react';
|
|
2
|
-
import { ToolbarButtonProps as ToolbarButtonProps_2 } from '@base-ui/react
|
|
3
|
-
import { ToolbarGroupProps as ToolbarGroupProps_2 } from '@base-ui/react
|
|
4
|
-
import { ToolbarInputProps as ToolbarInputProps_2 } from '@base-ui/react
|
|
5
|
-
import { ToolbarLinkProps as ToolbarLinkProps_2 } from '@base-ui/react
|
|
6
|
-
import { ToolbarRootProps as ToolbarRootProps_2 } from '@base-ui/react
|
|
7
|
-
import { ToolbarSeparatorProps as ToolbarSeparatorProps_2 } from '@base-ui/react
|
|
2
|
+
import { ToolbarButtonProps as ToolbarButtonProps_2 } from '@base-ui/react';
|
|
3
|
+
import { ToolbarGroupProps as ToolbarGroupProps_2 } from '@base-ui/react';
|
|
4
|
+
import { ToolbarInputProps as ToolbarInputProps_2 } from '@base-ui/react';
|
|
5
|
+
import { ToolbarLinkProps as ToolbarLinkProps_2 } from '@base-ui/react';
|
|
6
|
+
import { ToolbarRootProps as ToolbarRootProps_2 } from '@base-ui/react';
|
|
7
|
+
import { ToolbarSeparatorProps as ToolbarSeparatorProps_2 } from '@base-ui/react';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Props shared by all Base UI components.
|
|
@@ -89,22 +89,22 @@ declare interface SeparatorState {
|
|
|
89
89
|
|
|
90
90
|
export declare const Toolbar: {
|
|
91
91
|
Root: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarRootProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
92
|
-
className?: string
|
|
92
|
+
className?: string;
|
|
93
93
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
94
94
|
Group: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarGroupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
95
|
-
className?: string
|
|
95
|
+
className?: string;
|
|
96
96
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
97
97
|
Button: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarButtonProps_2, "ref"> & React_2.RefAttributes<HTMLButtonElement>, "ref">, "className"> & {
|
|
98
|
-
className?: string
|
|
98
|
+
className?: string;
|
|
99
99
|
} & React_2.RefAttributes<HTMLButtonElement>>;
|
|
100
100
|
Link: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarLinkProps_2, "ref"> & React_2.RefAttributes<HTMLAnchorElement>, "ref">, "className"> & {
|
|
101
|
-
className?: string
|
|
101
|
+
className?: string;
|
|
102
102
|
} & React_2.RefAttributes<HTMLAnchorElement>>;
|
|
103
103
|
Input: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarInputProps_2, "ref"> & React_2.RefAttributes<HTMLInputElement>, "ref">, "className"> & {
|
|
104
|
-
className?: string
|
|
104
|
+
className?: string;
|
|
105
105
|
} & React_2.RefAttributes<HTMLInputElement>>;
|
|
106
106
|
Separator: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<ToolbarSeparatorProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
107
|
-
className?: string
|
|
107
|
+
className?: string;
|
|
108
108
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
109
109
|
};
|
|
110
110
|
|
package/dist/Tooltip/index.d.ts
CHANGED
|
@@ -6,11 +6,11 @@ import { Padding } from '@floating-ui/react-dom';
|
|
|
6
6
|
import * as React_2 from 'react';
|
|
7
7
|
import { ReactStore } from '@base-ui/utils/store';
|
|
8
8
|
import { Rect } from '@floating-ui/utils';
|
|
9
|
-
import { TooltipArrowProps as TooltipArrowProps_2 } from '@base-ui/react
|
|
10
|
-
import { TooltipPopupProps as TooltipPopupProps_2 } from '@base-ui/react
|
|
11
|
-
import { TooltipPortalProps as TooltipPortalProps_2 } from '@base-ui/react
|
|
12
|
-
import { TooltipPositionerProps as TooltipPositionerProps_2 } from '@base-ui/react
|
|
13
|
-
import { TooltipProviderProps as TooltipProviderProps_2 } from '@base-ui/react
|
|
9
|
+
import { TooltipArrowProps as TooltipArrowProps_2 } from '@base-ui/react';
|
|
10
|
+
import { TooltipPopupProps as TooltipPopupProps_2 } from '@base-ui/react';
|
|
11
|
+
import { TooltipPortalProps as TooltipPortalProps_2 } from '@base-ui/react';
|
|
12
|
+
import { TooltipPositionerProps as TooltipPositionerProps_2 } from '@base-ui/react';
|
|
13
|
+
import { TooltipProviderProps as TooltipProviderProps_2 } from '@base-ui/react';
|
|
14
14
|
import { TooltipRootChangeEventReason as TooltipRootChangeEventReason_2 } from '../index.js';
|
|
15
15
|
import { TransitionStatus as TransitionStatus_2 } from '../../internals/useTransitionStatus.js';
|
|
16
16
|
import type { UseFloatingReturn } from '@floating-ui/react-dom';
|
|
@@ -969,16 +969,16 @@ declare const swipe: "swipe";
|
|
|
969
969
|
export declare const Tooltip: {
|
|
970
970
|
Trigger: typeof Trigger;
|
|
971
971
|
Positioner: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TooltipPositionerProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
972
|
-
className?: string
|
|
972
|
+
className?: string;
|
|
973
973
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
974
974
|
Popup: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TooltipPopupProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
975
|
-
className?: string
|
|
975
|
+
className?: string;
|
|
976
976
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
977
977
|
Arrow: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<TooltipArrowProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
978
|
-
className?: string
|
|
978
|
+
className?: string;
|
|
979
979
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
980
980
|
Viewport: React_2.ForwardRefExoticComponent<Omit<Omit<Omit<Tooltip_2.Viewport.Props, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref">, "className"> & {
|
|
981
|
-
className?: string
|
|
981
|
+
className?: string;
|
|
982
982
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
983
983
|
Root: <Payload>(props: Tooltip_2.Root.Props<Payload>) => JSX_2.Element;
|
|
984
984
|
Portal: React_2.ForwardRefExoticComponent<Omit<TooltipPortalProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
|