@wistia/ui 0.26.0 → 0.26.1-beta.16015a42.624d5cb
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/index.d.ts +210 -79
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +945 -31
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -501,7 +501,7 @@ type ColorSchemeWrapperProps = ComponentPropsWithoutRef<"div"> & {
|
|
|
501
501
|
*/
|
|
502
502
|
__nav?: boolean;
|
|
503
503
|
/**
|
|
504
|
-
* Sets the [color scheme](
|
|
504
|
+
* Sets the [color scheme](/foundations/color/color-schemes)
|
|
505
505
|
*/
|
|
506
506
|
colorScheme?: ColorSchemeTypes;
|
|
507
507
|
/**
|
|
@@ -539,7 +539,7 @@ type BaseProps$2 = {
|
|
|
539
539
|
*/
|
|
540
540
|
children: ReactNode;
|
|
541
541
|
/**
|
|
542
|
-
* Sets the [color scheme](
|
|
542
|
+
* Sets the [color scheme](/foundations/color/color-schemes)
|
|
543
543
|
*/
|
|
544
544
|
colorScheme?: ColorSchemeTypes;
|
|
545
545
|
/**
|
|
@@ -551,11 +551,11 @@ type BaseProps$2 = {
|
|
|
551
551
|
*/
|
|
552
552
|
inheritColor?: boolean;
|
|
553
553
|
/**
|
|
554
|
-
* Icon to display on the left side of the link. Must be an instance of [Icon](
|
|
554
|
+
* Icon to display on the left side of the link. Must be an instance of [Icon](/components/Icon)
|
|
555
555
|
*/
|
|
556
556
|
leftIcon?: ReactNode | undefined;
|
|
557
557
|
/**
|
|
558
|
-
* Icon to display on the right side of the link. Must be an instance of [Icon](
|
|
558
|
+
* Icon to display on the right side of the link. Must be an instance of [Icon](/components/Icon)
|
|
559
559
|
*/
|
|
560
560
|
rightIcon?: ReactNode | undefined;
|
|
561
561
|
/**
|
|
@@ -611,7 +611,7 @@ type BaseButtonProps = {
|
|
|
611
611
|
*/
|
|
612
612
|
children: ReactNode;
|
|
613
613
|
/**
|
|
614
|
-
* Sets the [color scheme](
|
|
614
|
+
* Sets the [color scheme](/foundations/color/color-schemes)
|
|
615
615
|
*/
|
|
616
616
|
colorScheme?: ColorSchemeTypes;
|
|
617
617
|
/**
|
|
@@ -623,7 +623,7 @@ type BaseButtonProps = {
|
|
|
623
623
|
*/
|
|
624
624
|
isLoading?: boolean;
|
|
625
625
|
/**
|
|
626
|
-
* Icon to display on the left side of the button. Must be an instance of [Icon](
|
|
626
|
+
* Icon to display on the left side of the button. Must be an instance of [Icon](/components/Icon)
|
|
627
627
|
*/
|
|
628
628
|
leftIcon?: ReactNode | undefined;
|
|
629
629
|
/**
|
|
@@ -648,11 +648,11 @@ type BaseButtonProps = {
|
|
|
648
648
|
*/
|
|
649
649
|
unstyled?: boolean | undefined;
|
|
650
650
|
/**
|
|
651
|
-
* Icon to display on the right side of the button. Must be an instance of [Icon](
|
|
651
|
+
* Icon to display on the right side of the button. Must be an instance of [Icon](/components/Icon)
|
|
652
652
|
*/
|
|
653
653
|
rightIcon?: ReactNode | undefined;
|
|
654
654
|
/**
|
|
655
|
-
* The size of button to display. Can be used as a [responsive prop](/
|
|
655
|
+
* The size of button to display. Can be used as a [responsive prop](/foundations/responsive-props)
|
|
656
656
|
*
|
|
657
657
|
* @type ResponsiveObject<'lg' | 'md' | 'sm' | 'xl'>
|
|
658
658
|
*/
|
|
@@ -700,11 +700,11 @@ type ToastProps = ComponentPropsWithoutRef<"div"> & {
|
|
|
700
700
|
*/
|
|
701
701
|
action?: ReactElement<typeof Button> | undefined;
|
|
702
702
|
/**
|
|
703
|
-
* Sets the [color scheme](
|
|
703
|
+
* Sets the [color scheme](/foundations/color/color-schemes)
|
|
704
704
|
*/
|
|
705
705
|
colorScheme?: ColorSchemeTypes | undefined;
|
|
706
706
|
/**
|
|
707
|
-
* Optional `Icon` component to use. Must be an instance of [Icon](
|
|
707
|
+
* Optional `Icon` component to use. Must be an instance of [Icon](/components/Icon)
|
|
708
708
|
*/
|
|
709
709
|
icon?: JSX.Element | undefined;
|
|
710
710
|
/**
|
|
@@ -744,7 +744,7 @@ type ActionButtonProps = {
|
|
|
744
744
|
*/
|
|
745
745
|
children: ReactNode;
|
|
746
746
|
/**
|
|
747
|
-
* The [Icon](
|
|
747
|
+
* The [Icon](/components/Icon) component to use, e.g. `<Icon type="favorite" />`
|
|
748
748
|
*/
|
|
749
749
|
icon: JSX.Element;
|
|
750
750
|
/**
|
|
@@ -758,7 +758,7 @@ type ActionButtonProps = {
|
|
|
758
758
|
*/
|
|
759
759
|
forceState?: "focus" | "hover" | undefined;
|
|
760
760
|
/**
|
|
761
|
-
* Set the [color scheme](
|
|
761
|
+
* Set the [color scheme](/foundations/color/color-schemes) of the `ActionButton` when hovered. By default, it will inherit the `colorScheme` prop.
|
|
762
762
|
*/
|
|
763
763
|
hoverColorScheme?: ColorSchemeTypes | undefined;
|
|
764
764
|
/**
|
|
@@ -767,7 +767,7 @@ type ActionButtonProps = {
|
|
|
767
767
|
variant?: "default" | "gated" | "menu-down" | "menu-up";
|
|
768
768
|
} & (Omit<ButtonAsButtonProps, "fullWidth" | "isLoading" | "leftIcon" | "rightIcon" | "size" | "unstyled" | "variant"> | Omit<ButtonAsLinkProps, "fullWidth" | "isLoading" | "leftIcon" | "rightIcon" | "size" | "unstyled" | "variant">);
|
|
769
769
|
/**
|
|
770
|
-
* Action Button component is used as one of a group of main actions on the page. It composes [Button]().
|
|
770
|
+
* Action Button component is used as one of a group of main actions on the page. It composes [Button](/components/Button).
|
|
771
771
|
*/
|
|
772
772
|
declare const ActionButton: ForwardRefExoticComponent<ActionButtonProps>;
|
|
773
773
|
//#endregion
|
|
@@ -812,11 +812,11 @@ declare const Avatar: FC<AvatarProps>;
|
|
|
812
812
|
type BadgeVariants = "default" | "outline";
|
|
813
813
|
type BadgeProps = ComponentPropsWithoutRef<"div"> & {
|
|
814
814
|
/**
|
|
815
|
-
* Sets the [color scheme](/
|
|
815
|
+
* Sets the [color scheme](/foundations/color/color-schemes)
|
|
816
816
|
*/
|
|
817
817
|
colorScheme?: ColorSchemeTypes;
|
|
818
818
|
/**
|
|
819
|
-
* Optional `Icon` component to use. Must be an instance of [Icon](/
|
|
819
|
+
* Optional `Icon` component to use. Must be an instance of [Icon](/components/Icon)
|
|
820
820
|
*/
|
|
821
821
|
icon?: JSX.Element | undefined;
|
|
822
822
|
/**
|
|
@@ -844,16 +844,16 @@ type BannerProps = ComponentPropsWithoutRef<"div"> & {
|
|
|
844
844
|
*/
|
|
845
845
|
headingText?: string;
|
|
846
846
|
/**
|
|
847
|
-
* Optional `Icon` component to use. Must be an instance of [Icon](
|
|
847
|
+
* Optional `Icon` component to use. Must be an instance of [Icon](/components/Icon)
|
|
848
848
|
*/
|
|
849
849
|
icon?: JSX.Element;
|
|
850
850
|
colorScheme?: ColorSchemeTypes;
|
|
851
851
|
/**
|
|
852
|
-
* Primary call-to-action element (typically a [Button]() of the `solid` variant)
|
|
852
|
+
* Primary call-to-action element (typically a [Button](/components/Button) of the `solid` variant)
|
|
853
853
|
*/
|
|
854
854
|
primaryAction?: ReactNode;
|
|
855
855
|
/**
|
|
856
|
-
* Secondary call-to-action element (typically a [Button]() of the `outline` variant)
|
|
856
|
+
* Secondary call-to-action element (typically a [Button](/components/Button) of the `outline` variant)
|
|
857
857
|
*/
|
|
858
858
|
secondaryAction?: ReactNode;
|
|
859
859
|
/**
|
|
@@ -918,7 +918,7 @@ type BoxProps = ComponentPropsWithoutRef<typeof DEFAULT_ELEMENT$4> & {
|
|
|
918
918
|
/**
|
|
919
919
|
* Specifies how the browser distributes space between and around
|
|
920
920
|
* items along the cross-axis of their container; has no effect on
|
|
921
|
-
* single line flexible boxes. Can be a [responsive prop](/
|
|
921
|
+
* single line flexible boxes. Can be a [responsive prop](/foundations/responsive-props).
|
|
922
922
|
* @type ResponsiveObject<"center" | "flex-end" | "flex-start" | "space-around" | "space-between" | "stretch">
|
|
923
923
|
*/
|
|
924
924
|
alignContent?: AlignContentType | ResponsiveObject<AlignContentType>;
|
|
@@ -928,14 +928,14 @@ type BoxProps = ComponentPropsWithoutRef<typeof DEFAULT_ELEMENT$4> & {
|
|
|
928
928
|
* to the alignContent prop is that alignItems specifies the
|
|
929
929
|
* alignment of the items within the current container's line,
|
|
930
930
|
* whereas alignContent specifies the alignment of the lines themselves.
|
|
931
|
-
* Can be a [responsive prop](/
|
|
931
|
+
* Can be a [responsive prop](/foundations/responsive-props).
|
|
932
932
|
* @type ResponsiveObject<"baseline" | "center" | "flex-end" | "flex-start" | "stretch">
|
|
933
933
|
*/
|
|
934
934
|
alignItems?: AlignItemsType | ResponsiveObject<AlignItemsType>;
|
|
935
935
|
/**
|
|
936
936
|
* Specifies how the browser aligns items of the current line, overriding the
|
|
937
937
|
* alignItems value of parent; if any of the item's cross-axis margin is set to auto,
|
|
938
|
-
* then alignSelf is ignored. Can be a [responsive prop](/
|
|
938
|
+
* then alignSelf is ignored. Can be a [responsive prop](/foundations/responsive-props).
|
|
939
939
|
*
|
|
940
940
|
* *Note: only works for nested `<Box />`*
|
|
941
941
|
*
|
|
@@ -943,7 +943,7 @@ type BoxProps = ComponentPropsWithoutRef<typeof DEFAULT_ELEMENT$4> & {
|
|
|
943
943
|
*/
|
|
944
944
|
alignSelf?: AlignSelfType | ResponsiveObject<AlignSelfType>;
|
|
945
945
|
/**
|
|
946
|
-
* Specifies the initial main size of an item. Can be a [responsive prop](/
|
|
946
|
+
* Specifies the initial main size of an item. Can be a [responsive prop](/foundations/responsive-props).
|
|
947
947
|
*
|
|
948
948
|
* *Note: Cannot be used with `flexMode` prop.*
|
|
949
949
|
*
|
|
@@ -957,13 +957,13 @@ type BoxProps = ComponentPropsWithoutRef<typeof DEFAULT_ELEMENT$4> & {
|
|
|
957
957
|
*/
|
|
958
958
|
children?: ReactNode;
|
|
959
959
|
/**
|
|
960
|
-
* Specifies the main axis of the container. Can be a [responsive prop](/
|
|
960
|
+
* Specifies the main axis of the container. Can be a [responsive prop](/foundations/responsive-props).
|
|
961
961
|
* @type ResponsiveObject<'column-reverse' | 'column' | 'row-reverse' | 'row'>
|
|
962
962
|
*/
|
|
963
963
|
direction?: DirectionType | ResponsiveObject<DirectionType>;
|
|
964
964
|
/**
|
|
965
965
|
* Specifies whether the width and/or height should fill the container.
|
|
966
|
-
* Can be a [responsive prop](/
|
|
966
|
+
* Can be a [responsive prop](/foundations/responsive-props).
|
|
967
967
|
*
|
|
968
968
|
* *Note: Cannot be used with height/width props when setting the corresponding dimension.*
|
|
969
969
|
*
|
|
@@ -983,7 +983,7 @@ type BoxProps = ComponentPropsWithoutRef<typeof DEFAULT_ELEMENT$4> & {
|
|
|
983
983
|
*/
|
|
984
984
|
fillViewport?: FillType;
|
|
985
985
|
/**
|
|
986
|
-
* Predefined `flex` behavior patterns. Can be a [responsive prop](/
|
|
986
|
+
* Predefined `flex` behavior patterns. Can be a [responsive prop](/foundations/responsive-props).
|
|
987
987
|
*
|
|
988
988
|
* - `grow`: fills available space (`flex: 1 0 0`)
|
|
989
989
|
* - `initial`: default behavior (`flex: 0 1 auto`)
|
|
@@ -996,7 +996,7 @@ type BoxProps = ComponentPropsWithoutRef<typeof DEFAULT_ELEMENT$4> & {
|
|
|
996
996
|
flexMode?: FlexModeType | ResponsiveObject<FlexModeType>;
|
|
997
997
|
/**
|
|
998
998
|
* Specifies the gaps (gutters) between rows and columns.
|
|
999
|
-
* Can be a [responsive prop](/
|
|
999
|
+
* Can be a [responsive prop](/foundations/responsive-props).
|
|
1000
1000
|
*
|
|
1001
1001
|
* Can be either a single spacing value that applies to both row and column gaps,
|
|
1002
1002
|
* or an object specifying different values for row and column gaps.
|
|
@@ -1006,7 +1006,7 @@ type BoxProps = ComponentPropsWithoutRef<typeof DEFAULT_ELEMENT$4> & {
|
|
|
1006
1006
|
gap?: Gap$1 | ResponsiveGap$1 | Spacings;
|
|
1007
1007
|
/**
|
|
1008
1008
|
* Specifies what amount of space inside the flex container the item should take up.
|
|
1009
|
-
* Can be a [responsive prop](/
|
|
1009
|
+
* Can be a [responsive prop](/foundations/responsive-props).
|
|
1010
1010
|
*
|
|
1011
1011
|
* *Note: Cannot be used with `flexMode` prop.*
|
|
1012
1012
|
*
|
|
@@ -1015,7 +1015,7 @@ type BoxProps = ComponentPropsWithoutRef<typeof DEFAULT_ELEMENT$4> & {
|
|
|
1015
1015
|
*/
|
|
1016
1016
|
grow?: ResponsiveObject<number | string> | number | string;
|
|
1017
1017
|
/**
|
|
1018
|
-
* Specifies the height of the box. Can be a [responsive prop](/
|
|
1018
|
+
* Specifies the height of the box. Can be a [responsive prop](/foundations/responsive-props).
|
|
1019
1019
|
*
|
|
1020
1020
|
* *Note: Cannot be used with fill="vertical" or fillViewport="vertical"*
|
|
1021
1021
|
* @type ResponsiveObject<string>
|
|
@@ -1023,13 +1023,13 @@ type BoxProps = ComponentPropsWithoutRef<typeof DEFAULT_ELEMENT$4> & {
|
|
|
1023
1023
|
height?: ResponsiveObject<string> | string;
|
|
1024
1024
|
/**
|
|
1025
1025
|
* Make Layout behave like an inline element but still lay out its content according to flexbox model.
|
|
1026
|
-
* Can be a [responsive prop](/
|
|
1026
|
+
* Can be a [responsive prop](/foundations/responsive-props).
|
|
1027
1027
|
* @type ResponsiveObject<boolean>
|
|
1028
1028
|
*/
|
|
1029
1029
|
inline?: ResponsiveObject<boolean> | boolean;
|
|
1030
1030
|
/**
|
|
1031
1031
|
* Specifies how the browser distributes space between and around
|
|
1032
|
-
* items along the main axis of their container. Can be a [responsive prop](/
|
|
1032
|
+
* items along the main axis of their container. Can be a [responsive prop](/foundations/responsive-props).
|
|
1033
1033
|
* @type ResponsiveObject<'center' | 'flex-end' | 'flex-start' | 'space-around' | 'space-between' | 'space-evenly'>
|
|
1034
1034
|
*/
|
|
1035
1035
|
justifyContent?: JustifyContentType | ResponsiveObject<JustifyContentType>;
|
|
@@ -1044,7 +1044,7 @@ type BoxProps = ComponentPropsWithoutRef<typeof DEFAULT_ELEMENT$4> & {
|
|
|
1044
1044
|
renderAs?: ElementType;
|
|
1045
1045
|
/**
|
|
1046
1046
|
* Specifies how items will shrink inside the container when the default size of
|
|
1047
|
-
* items is larger than their container. Can be a [responsive prop](/
|
|
1047
|
+
* items is larger than their container. Can be a [responsive prop](/foundations/responsive-props).
|
|
1048
1048
|
*
|
|
1049
1049
|
* *Note: Cannot be used with `flexMode` prop.*
|
|
1050
1050
|
*
|
|
@@ -1054,12 +1054,12 @@ type BoxProps = ComponentPropsWithoutRef<typeof DEFAULT_ELEMENT$4> & {
|
|
|
1054
1054
|
shrink?: ResponsiveObject<number> | number;
|
|
1055
1055
|
/**
|
|
1056
1056
|
* Specifies whether items are forced into a single line or can be wrapped onto multiple lines.
|
|
1057
|
-
* Can be a [responsive prop](/
|
|
1057
|
+
* Can be a [responsive prop](/foundations/responsive-props).
|
|
1058
1058
|
* @type ResponsiveObject<boolean>
|
|
1059
1059
|
*/
|
|
1060
1060
|
wrapItems?: ResponsiveObject<boolean> | boolean;
|
|
1061
1061
|
/**
|
|
1062
|
-
* Specifies the width of the box. Can be a [responsive prop](/
|
|
1062
|
+
* Specifies the width of the box. Can be a [responsive prop](/foundations/responsive-props).
|
|
1063
1063
|
*
|
|
1064
1064
|
* *Note: Cannot be used with fill="horizontal" or fillViewport="horizontal"*
|
|
1065
1065
|
* @type ResponsiveObject<string>
|
|
@@ -1080,14 +1080,14 @@ type BreadcrumbsProps = ComponentPropsWithoutRef<"div"> & {
|
|
|
1080
1080
|
};
|
|
1081
1081
|
/**
|
|
1082
1082
|
* Used to display a screens's location within a hierarchical structure. Each `Breadcrumb` is a composed version of
|
|
1083
|
-
* [Button](
|
|
1083
|
+
* [Button](/components/Button). See it's documentation for additional functionality.
|
|
1084
1084
|
*/
|
|
1085
1085
|
declare const Breadcrumbs: FC<BreadcrumbsProps>;
|
|
1086
1086
|
//#endregion
|
|
1087
1087
|
//#region src/components/Breadcrumbs/Breadcrumb.d.ts
|
|
1088
1088
|
type BreadcrumbProps = ButtonAsLinkProps & {
|
|
1089
1089
|
/**
|
|
1090
|
-
* An [Icon]() to show at the beginning of the breadcrumb
|
|
1090
|
+
* An [Icon](/components/Icon) to show at the beginning of the breadcrumb
|
|
1091
1091
|
*/
|
|
1092
1092
|
icon?: ButtonAsLinkProps["leftIcon"];
|
|
1093
1093
|
/**
|
|
@@ -1239,7 +1239,7 @@ type CardProps = BoxProps & ComponentPropsWithoutRef<"div"> & {
|
|
|
1239
1239
|
};
|
|
1240
1240
|
/**
|
|
1241
1241
|
* A flexible container component that groups related content with consistent spacing and styling.
|
|
1242
|
-
* Cards can be used to visually distinguish content sections. Extends the [Box component.](
|
|
1242
|
+
* Cards can be used to visually distinguish content sections. Extends the [Box component.](/components/Box)
|
|
1243
1243
|
*/
|
|
1244
1244
|
declare const Card: FC<CardProps>;
|
|
1245
1245
|
//#endregion
|
|
@@ -1365,7 +1365,7 @@ declare const Collapsible: FC<CollapsibleProps>;
|
|
|
1365
1365
|
type CollapsibleTriggerProps = {
|
|
1366
1366
|
/**
|
|
1367
1367
|
* A trigger element that will toggle the collapsible content.
|
|
1368
|
-
* Usually a [Button](
|
|
1368
|
+
* Usually a [Button](/components/Button).
|
|
1369
1369
|
*/
|
|
1370
1370
|
children: ReactElement;
|
|
1371
1371
|
};
|
|
@@ -1386,11 +1386,11 @@ declare const iconSizeMap: {
|
|
|
1386
1386
|
};
|
|
1387
1387
|
type IconProps = ComponentPropsWithoutRef<"svg"> & {
|
|
1388
1388
|
/**
|
|
1389
|
-
* Sets the [color scheme](
|
|
1389
|
+
* Sets the [color scheme](/foundations/color/color-schemes)
|
|
1390
1390
|
*/
|
|
1391
1391
|
colorScheme?: ColorSchemeTypes;
|
|
1392
1392
|
/**
|
|
1393
|
-
* Determines if the icon should use inline styles when used with [Text]() and [Heading]() components
|
|
1393
|
+
* Determines if the icon should use inline styles when used with [Text](/components/Text) and [Heading](/components/Heading) components
|
|
1394
1394
|
*/
|
|
1395
1395
|
useInlineStyles?: boolean;
|
|
1396
1396
|
/**
|
|
@@ -1718,7 +1718,7 @@ type ContextMenuProps = {
|
|
|
1718
1718
|
triggerRef: RefObject<HTMLElement | null>;
|
|
1719
1719
|
});
|
|
1720
1720
|
/**
|
|
1721
|
-
* The ContextMenu is an extended implementation of the [Menu]() component that allows for right-click context menus.
|
|
1721
|
+
* The ContextMenu is an extended implementation of the [Menu](/components/Menu) component that allows for right-click context menus.
|
|
1722
1722
|
* It can be used in two ways:
|
|
1723
1723
|
* 1. By providing a `triggerRef`, which will render the menu when the referenced element is right-clicked.
|
|
1724
1724
|
* 2. By providing a `position` prop, which will render the menu at the specified coordinates.
|
|
@@ -1884,7 +1884,7 @@ type TextProps = ComponentPropsWithoutRef<"div"> & {
|
|
|
1884
1884
|
*/
|
|
1885
1885
|
children?: ReactNode | undefined;
|
|
1886
1886
|
/**
|
|
1887
|
-
* Sets the [color scheme](
|
|
1887
|
+
* Sets the [color scheme](/foundations/color/color-schemes)
|
|
1888
1888
|
*/
|
|
1889
1889
|
colorScheme?: ColorSchemeTypes;
|
|
1890
1890
|
/**
|
|
@@ -1932,14 +1932,14 @@ declare const Text: PolymorphicComponent<typeof DEFAULT_ELEMENT$3, TextProps>;
|
|
|
1932
1932
|
//#region src/components/DataList/DataListItemLabel.d.ts
|
|
1933
1933
|
type DataListItemLabelProps = TextProps;
|
|
1934
1934
|
/**
|
|
1935
|
-
* The label of the `DataListItem`. Extends the [Text]() component.
|
|
1935
|
+
* The label of the `DataListItem`. Extends the [Text](/components/Text) component.
|
|
1936
1936
|
*/
|
|
1937
1937
|
declare const DataListItemLabel: FC<DataListItemLabelProps>;
|
|
1938
1938
|
//#endregion
|
|
1939
1939
|
//#region src/components/DataList/DataListItemValue.d.ts
|
|
1940
1940
|
type DataListItemValueProps = TextProps;
|
|
1941
1941
|
/**
|
|
1942
|
-
* The value of the `DataListItem`. Extends the [Text]() component.
|
|
1942
|
+
* The value of the `DataListItem`. Extends the [Text](/components/Text) component.
|
|
1943
1943
|
*/
|
|
1944
1944
|
declare const DataListItemValue: FC<DataListItemValueProps>;
|
|
1945
1945
|
//#endregion
|
|
@@ -1983,7 +1983,7 @@ type HeadingProps = ComponentPropsWithoutRef<typeof DEFAULT_ELEMENT$2> & {
|
|
|
1983
1983
|
*/
|
|
1984
1984
|
children: ReactNode;
|
|
1985
1985
|
/**
|
|
1986
|
-
* Sets the [color scheme](
|
|
1986
|
+
* Sets the [color scheme](/foundations/color/color-schemes)
|
|
1987
1987
|
*/
|
|
1988
1988
|
colorScheme?: ColorSchemeTypes;
|
|
1989
1989
|
/**
|
|
@@ -2263,7 +2263,7 @@ declare const EditableTextSubmitButton: ({
|
|
|
2263
2263
|
//#region src/components/EditableText/EditableTextCancelButton.d.ts
|
|
2264
2264
|
type EditableTextCancelButtonProps = {
|
|
2265
2265
|
/**
|
|
2266
|
-
* A cancel button, typically a [Button]() that will revert the value when clicked.
|
|
2266
|
+
* A cancel button, typically a [Button](/components/Button) that will revert the value when clicked.
|
|
2267
2267
|
*/
|
|
2268
2268
|
children: ReactElement;
|
|
2269
2269
|
};
|
|
@@ -2274,7 +2274,7 @@ declare const EditableTextCancelButton: ({
|
|
|
2274
2274
|
//#region src/components/EditableText/EditableTextTrigger.d.ts
|
|
2275
2275
|
type EditableTextTriggerProps = {
|
|
2276
2276
|
/**
|
|
2277
|
-
* A trigger element, typically a [Button]() that will enter editing mode when clicked.
|
|
2277
|
+
* A trigger element, typically a [Button](/components/Button) that will enter editing mode when clicked.
|
|
2278
2278
|
*/
|
|
2279
2279
|
children: ReactElement;
|
|
2280
2280
|
};
|
|
@@ -2311,11 +2311,11 @@ type InputProps = Omit<InputHTMLAttributes<HTMLInputElement | HTMLTextAreaElemen
|
|
|
2311
2311
|
*/
|
|
2312
2312
|
monospace?: boolean;
|
|
2313
2313
|
/**
|
|
2314
|
-
* Icon to display on the left side of the input. Must be an instance of [Icon](
|
|
2314
|
+
* Icon to display on the left side of the input. Must be an instance of [Icon](/components/Icon)
|
|
2315
2315
|
*/
|
|
2316
2316
|
leftIcon?: ReactNode | undefined;
|
|
2317
2317
|
/**
|
|
2318
|
-
* Icon to display on the right side of the input. Must be an instance of [Icon](
|
|
2318
|
+
* Icon to display on the right side of the input. Must be an instance of [Icon](/components/Icon)
|
|
2319
2319
|
*/
|
|
2320
2320
|
rightIcon?: ReactNode | undefined;
|
|
2321
2321
|
/**
|
|
@@ -2324,7 +2324,7 @@ type InputProps = Omit<InputHTMLAttributes<HTMLInputElement | HTMLTextAreaElemen
|
|
|
2324
2324
|
type?: "email" | "multiline" | "number" | "password" | "phone" | "search" | "text" | "url";
|
|
2325
2325
|
};
|
|
2326
2326
|
/**
|
|
2327
|
-
* Capture user input with a text field. Should be used within a [Form]() and [FormField]().
|
|
2327
|
+
* Capture user input with a text field. Should be used within a [Form](/components/Form) and [FormField](/components/FormField).
|
|
2328
2328
|
*/
|
|
2329
2329
|
declare const Input: ForwardRefExoticComponent<InputProps & RefAttributes<HTMLInputElement | HTMLTextAreaElement>>;
|
|
2330
2330
|
//#endregion
|
|
@@ -2359,7 +2359,7 @@ type FeatureCardProps = ComponentPropsWithoutRef<"div"> & {
|
|
|
2359
2359
|
*/
|
|
2360
2360
|
headingText?: string;
|
|
2361
2361
|
/**
|
|
2362
|
-
* Optional `Icon` component to use. Must be an instance of [Icon](
|
|
2362
|
+
* Optional `Icon` component to use. Must be an instance of [Icon](/components/Icon)
|
|
2363
2363
|
*/
|
|
2364
2364
|
icon?: JSX.Element;
|
|
2365
2365
|
/**
|
|
@@ -2376,11 +2376,11 @@ type FeatureCardProps = ComponentPropsWithoutRef<"div"> & {
|
|
|
2376
2376
|
*/
|
|
2377
2377
|
orientation?: "auto" | "horizontal" | "vertical";
|
|
2378
2378
|
/**
|
|
2379
|
-
* Primary call-to-action element (typically a [Button]() of the `solid` variant)
|
|
2379
|
+
* Primary call-to-action element (typically a [Button](/components/Button) of the `solid` variant)
|
|
2380
2380
|
*/
|
|
2381
2381
|
primaryAction?: ReactNode;
|
|
2382
2382
|
/**
|
|
2383
|
-
* Secondary call-to-action element (typically a [Button]() of the `outline` variant)
|
|
2383
|
+
* Secondary call-to-action element (typically a [Button](/components/Button) of the `outline` variant)
|
|
2384
2384
|
*/
|
|
2385
2385
|
secondaryAction?: ReactNode;
|
|
2386
2386
|
/**
|
|
@@ -2622,7 +2622,7 @@ type PreviewCardProps = {
|
|
|
2622
2622
|
*/
|
|
2623
2623
|
maxHeight?: string;
|
|
2624
2624
|
/**
|
|
2625
|
-
* The [Link](
|
|
2625
|
+
* The [Link](/components/Link) that opens the preview card when hovered.
|
|
2626
2626
|
* Preview cards should only be used on links—do not use on non-interactive elements (e.g. buttons or plain text).
|
|
2627
2627
|
*/
|
|
2628
2628
|
trigger: ReactElement;
|
|
@@ -2669,13 +2669,13 @@ type IconButtonProps = {
|
|
|
2669
2669
|
*/
|
|
2670
2670
|
label: string;
|
|
2671
2671
|
/**
|
|
2672
|
-
* The [Icon](
|
|
2672
|
+
* The [Icon](/components/Icon) component to use, e.g. `<Icon type="favorite" />`
|
|
2673
2673
|
*/
|
|
2674
2674
|
children: JSX.Element;
|
|
2675
2675
|
} & (Omit<ButtonAsButtonProps, "fullWidth" | "leftIcon" | "rightIcon"> | Omit<ButtonAsLinkProps, "fullWidth" | "leftIcon" | "rightIcon">);
|
|
2676
2676
|
/**
|
|
2677
|
-
* IconButton behaves like a [Button](
|
|
2678
|
-
* but only accepts an [Icon](
|
|
2677
|
+
* IconButton behaves like a [Button](/components/Button),
|
|
2678
|
+
* but only accepts an [Icon](/components/Icon) as a child.
|
|
2679
2679
|
*/
|
|
2680
2680
|
declare const IconButton: ForwardRefExoticComponent<IconButtonProps>;
|
|
2681
2681
|
//#endregion
|
|
@@ -2745,6 +2745,38 @@ type InputClickToCopyProps = Omit<InputProps, "autoSelect" | "disabled" | "right
|
|
|
2745
2745
|
*/
|
|
2746
2746
|
declare const InputClickToCopy: ForwardRefExoticComponent<InputClickToCopyProps & RefAttributes<HTMLInputElement>>;
|
|
2747
2747
|
//#endregion
|
|
2748
|
+
//#region src/components/InputDuration/types.d.ts
|
|
2749
|
+
type DecimalUnitLength = 0 | 2;
|
|
2750
|
+
//#endregion
|
|
2751
|
+
//#region src/components/InputDuration/InputDuration.d.ts
|
|
2752
|
+
type InputDurationBaseProps = Omit<InputProps, "autoSelect" | "defaultValue" | "leftIcon" | "fullHeight" | "inputMode" | "monospace" | "onChange" | "onKeyDown" | "onKeyUp" | "onSelect" | "rightIcon" | "type" | "value">;
|
|
2753
|
+
type InputDurationProps = InputDurationBaseProps & {
|
|
2754
|
+
/**
|
|
2755
|
+
* Number of decimal digits to show after the seconds. Use 0 for whole-second editing.
|
|
2756
|
+
*/
|
|
2757
|
+
decimalUnitLength?: DecimalUnitLength;
|
|
2758
|
+
/**
|
|
2759
|
+
* Maximum duration users can enter in seconds. Also determines how many time units are shown.
|
|
2760
|
+
*/
|
|
2761
|
+
maxSeconds?: number;
|
|
2762
|
+
/**
|
|
2763
|
+
* Minimum duration users can enter in seconds. Should be less than or equal to maxSeconds.
|
|
2764
|
+
*/
|
|
2765
|
+
minSeconds?: number;
|
|
2766
|
+
/**
|
|
2767
|
+
* Called with the parsed duration whenever the user edits a valid value.
|
|
2768
|
+
*/
|
|
2769
|
+
onChangeValueInSeconds: (value: number) => void;
|
|
2770
|
+
/**
|
|
2771
|
+
* The controlled duration value in seconds. Values outside min/max are displayed at the nearest allowed bound.
|
|
2772
|
+
*/
|
|
2773
|
+
valueInSeconds: number;
|
|
2774
|
+
};
|
|
2775
|
+
/**
|
|
2776
|
+
* InputDuration lets users edit a duration value using a keyboard-friendly time input.
|
|
2777
|
+
*/
|
|
2778
|
+
declare const InputDuration: ForwardRefExoticComponent<InputDurationProps & RefAttributes<HTMLInputElement>>;
|
|
2779
|
+
//#endregion
|
|
2748
2780
|
//#region src/components/InputPassword/InputPassword.d.ts
|
|
2749
2781
|
type InputPasswordProps = Omit<InputProps, "leftIcon" | "monospace" | "rightIcon" | "type"> & {
|
|
2750
2782
|
/**
|
|
@@ -2829,7 +2861,7 @@ declare const ListItem: FC<ListItemProps>;
|
|
|
2829
2861
|
//#endregion
|
|
2830
2862
|
//#region src/components/Mark/Mark.d.ts
|
|
2831
2863
|
type MarkProps = ComponentPropsWithoutRef<"div"> & {
|
|
2832
|
-
/** The content of the Mark component. */children: ReactNode; /** Sets the [color scheme](/
|
|
2864
|
+
/** The content of the Mark component. */children: ReactNode; /** Sets the [color scheme](/foundations/color/color-schemes) */
|
|
2833
2865
|
colorScheme?: ColorSchemeTypes;
|
|
2834
2866
|
};
|
|
2835
2867
|
/**
|
|
@@ -2942,7 +2974,7 @@ type SubMenuProps = {
|
|
|
2942
2974
|
*/
|
|
2943
2975
|
onOpenChange?: (open: boolean) => void;
|
|
2944
2976
|
/**
|
|
2945
|
-
* Icon to display on the left side of the SubMenu. Must be an instance of [Icon](
|
|
2977
|
+
* Icon to display on the left side of the SubMenu. Must be an instance of [Icon](/components/Icon)
|
|
2946
2978
|
*/
|
|
2947
2979
|
icon?: JSX.Element | undefined;
|
|
2948
2980
|
};
|
|
@@ -2955,7 +2987,7 @@ type MenuItemButtonProps = ButtonProps & {
|
|
|
2955
2987
|
*/
|
|
2956
2988
|
appearance?: "dangerous" | "default" | "gated";
|
|
2957
2989
|
/**
|
|
2958
|
-
* Optional `Badge` to display on the MenuItem. Must be an instance of [Badge](
|
|
2990
|
+
* Optional `Badge` to display on the MenuItem. Must be an instance of [Badge](/components/Badge)
|
|
2959
2991
|
*/
|
|
2960
2992
|
badge?: JSX.Element;
|
|
2961
2993
|
/**
|
|
@@ -3061,7 +3093,7 @@ declare const MenuRadioGroup: FC<MenuRadioGroupProps>;
|
|
|
3061
3093
|
//#region src/components/Menu/RadioMenuItem.d.ts
|
|
3062
3094
|
type RadioMenuItemProps = MenuItemButtonProps & {
|
|
3063
3095
|
/**
|
|
3064
|
-
* Optional `Icon` to use as the indicator that the radio item is selected. Must be an instance of [Icon](
|
|
3096
|
+
* Optional `Icon` to use as the indicator that the radio item is selected. Must be an instance of [Icon](/components/Icon)
|
|
3065
3097
|
*/
|
|
3066
3098
|
indicator?: ReactNode;
|
|
3067
3099
|
/**
|
|
@@ -3091,7 +3123,7 @@ declare const RadioMenuItem: FC<RadioMenuItemProps>;
|
|
|
3091
3123
|
type CheckboxMenuItemProps = MenuItemButtonProps & {
|
|
3092
3124
|
/** Callback to fire when the checked status changes */onCheckedChange: (checked: boolean) => void;
|
|
3093
3125
|
/**
|
|
3094
|
-
* Optional `Icon` to use as the indicator that the checkbox item is selected. Must be an instance of [Icon](
|
|
3126
|
+
* Optional `Icon` to use as the indicator that the checkbox item is selected. Must be an instance of [Icon](/components/Icon)
|
|
3095
3127
|
*/
|
|
3096
3128
|
indicator?: ReactNode;
|
|
3097
3129
|
/**
|
|
@@ -3281,7 +3313,7 @@ type PopoverProps = PopoverControlProps & {
|
|
|
3281
3313
|
*/
|
|
3282
3314
|
children: ReactNode;
|
|
3283
3315
|
/**
|
|
3284
|
-
* Sets the [color scheme](/
|
|
3316
|
+
* Sets the [color scheme](/foundations/color/color-schemes)
|
|
3285
3317
|
*/
|
|
3286
3318
|
colorScheme?: ColorSchemeTypes;
|
|
3287
3319
|
/**
|
|
@@ -3297,7 +3329,7 @@ type PopoverProps = PopoverControlProps & {
|
|
|
3297
3329
|
*/
|
|
3298
3330
|
hideCloseButton?: boolean;
|
|
3299
3331
|
/**
|
|
3300
|
-
* An interactive element. Most commonly a [Button](
|
|
3332
|
+
* An interactive element. Most commonly a [Button](/components/Button) or [IconButton](/components/IconButton).
|
|
3301
3333
|
*/
|
|
3302
3334
|
trigger: ReactElement;
|
|
3303
3335
|
/**
|
|
@@ -3388,7 +3420,7 @@ declare const PopoverCloseButton: FC<PopoverCloseButtonProps>;
|
|
|
3388
3420
|
//#endregion
|
|
3389
3421
|
//#region src/components/Popover/PopoverContent.d.ts
|
|
3390
3422
|
type PopoverContentProps = {
|
|
3391
|
-
/** Sets the [color scheme](/
|
|
3423
|
+
/** Sets the [color scheme](/foundations/color/color-schemes) applied inside the portal. */colorScheme?: ColorSchemeTypes; /** Remove the default surface styling (padding, background, border, etc.). */
|
|
3392
3424
|
unstyled?: boolean; /** Applied as `max-width` on the popover surface. Pass `"none"` to uncap. */
|
|
3393
3425
|
maxWidth?: string; /** Applied as `max-height` on the popover surface. Pass `"none"` to uncap. */
|
|
3394
3426
|
maxHeight?: string; /** Which side of the trigger to render the popover on. */
|
|
@@ -3465,7 +3497,7 @@ type ProgressBarProps = ComponentPropsWithoutRef<"div"> & {
|
|
|
3465
3497
|
*/
|
|
3466
3498
|
max?: number;
|
|
3467
3499
|
/**
|
|
3468
|
-
* Sets the [color scheme](
|
|
3500
|
+
* Sets the [color scheme](/foundations/color/color-schemes)
|
|
3469
3501
|
*/
|
|
3470
3502
|
colorScheme?: ColorSchemeTypes;
|
|
3471
3503
|
/**
|
|
@@ -3735,7 +3767,7 @@ type BaseProps$1 = {
|
|
|
3735
3767
|
};
|
|
3736
3768
|
type IconWithLabel$1 = {
|
|
3737
3769
|
/**
|
|
3738
|
-
* The [Icon](
|
|
3770
|
+
* The [Icon](/components/Icon) component to use, e.g. `<Icon type="favorite" />`
|
|
3739
3771
|
*/
|
|
3740
3772
|
icon?: JSX.Element;
|
|
3741
3773
|
/**
|
|
@@ -3746,7 +3778,7 @@ type IconWithLabel$1 = {
|
|
|
3746
3778
|
};
|
|
3747
3779
|
type IconWithAriaLabel$1 = {
|
|
3748
3780
|
/**
|
|
3749
|
-
* The [Icon](
|
|
3781
|
+
* The [Icon](/components/Icon) component to use, e.g. `<Icon type="favorite" />`
|
|
3750
3782
|
*/
|
|
3751
3783
|
icon?: JSX.Element;
|
|
3752
3784
|
/**
|
|
@@ -3876,6 +3908,105 @@ declare const SelectOptionGroup: ({
|
|
|
3876
3908
|
...props
|
|
3877
3909
|
}: SelectOptionGroupProps) => JSX.Element;
|
|
3878
3910
|
//#endregion
|
|
3911
|
+
//#region src/components/Sidebar/Sidebar.d.ts
|
|
3912
|
+
type SidebarProps = HTMLAttributes<HTMLElement> & {
|
|
3913
|
+
/**
|
|
3914
|
+
* The content of the sidebar. Typically a `SidebarHeader`, `SidebarContent`,
|
|
3915
|
+
* and `SidebarFooter` composed together.
|
|
3916
|
+
*/
|
|
3917
|
+
children: ReactNode;
|
|
3918
|
+
};
|
|
3919
|
+
declare const Sidebar: ForwardRefExoticComponent<SidebarProps & RefAttributes<HTMLElement>>;
|
|
3920
|
+
//#endregion
|
|
3921
|
+
//#region src/components/Sidebar/SidebarHeader.d.ts
|
|
3922
|
+
type SidebarHeaderProps = {
|
|
3923
|
+
/**
|
|
3924
|
+
* Content rendered at the top of the sidebar. Typically a `SidebarTitle`,
|
|
3925
|
+
* a `SidebarSearchInput`, or a stack of both.
|
|
3926
|
+
*/
|
|
3927
|
+
children: ReactNode;
|
|
3928
|
+
};
|
|
3929
|
+
declare const SidebarHeader: FC<SidebarHeaderProps>;
|
|
3930
|
+
//#endregion
|
|
3931
|
+
//#region src/components/Sidebar/SidebarFooter.d.ts
|
|
3932
|
+
type SidebarFooterProps = {
|
|
3933
|
+
/**
|
|
3934
|
+
* Content pinned to the bottom of the sidebar. Typically actions like a
|
|
3935
|
+
* support button, account menu, or sign-out control.
|
|
3936
|
+
*/
|
|
3937
|
+
children: ReactNode;
|
|
3938
|
+
};
|
|
3939
|
+
declare const SidebarFooter: FC<SidebarFooterProps>;
|
|
3940
|
+
//#endregion
|
|
3941
|
+
//#region src/components/Sidebar/SidebarTitle.d.ts
|
|
3942
|
+
type SidebarTitleProps = {
|
|
3943
|
+
/**
|
|
3944
|
+
* The text shown as the heading at the top of the sidebar.
|
|
3945
|
+
*/
|
|
3946
|
+
children: ReactNode;
|
|
3947
|
+
};
|
|
3948
|
+
declare const SidebarTitle: FC<SidebarTitleProps>;
|
|
3949
|
+
//#endregion
|
|
3950
|
+
//#region src/components/Sidebar/SidebarContent.d.ts
|
|
3951
|
+
type SidebarContentProps = {
|
|
3952
|
+
/**
|
|
3953
|
+
* The scrollable middle section of the sidebar. Typically one or more
|
|
3954
|
+
* `SidebarGroup`s containing `SidebarButton`s.
|
|
3955
|
+
*/
|
|
3956
|
+
children: ReactNode;
|
|
3957
|
+
};
|
|
3958
|
+
declare const SidebarContent: FC<SidebarContentProps>;
|
|
3959
|
+
//#endregion
|
|
3960
|
+
//#region src/components/Sidebar/SidebarGroup.d.ts
|
|
3961
|
+
type SidebarGroupProps = {
|
|
3962
|
+
/**
|
|
3963
|
+
* The items in the group, typically `SidebarButton`s, optionally preceded
|
|
3964
|
+
* by a `SidebarGroupLabel`.
|
|
3965
|
+
*/
|
|
3966
|
+
children: ReactNode;
|
|
3967
|
+
};
|
|
3968
|
+
declare const SidebarGroup: FC<SidebarGroupProps>;
|
|
3969
|
+
//#endregion
|
|
3970
|
+
//#region src/components/Sidebar/SidebarGroupLabel.d.ts
|
|
3971
|
+
type SidebarGroupLabelProps = {
|
|
3972
|
+
/**
|
|
3973
|
+
* The label text for the group.
|
|
3974
|
+
*/
|
|
3975
|
+
children: ReactNode;
|
|
3976
|
+
/**
|
|
3977
|
+
* Content rendered after the label text — useful for counts, badges, or
|
|
3978
|
+
* supplementary status indicators.
|
|
3979
|
+
*/
|
|
3980
|
+
rightSlot?: ReactNode;
|
|
3981
|
+
/**
|
|
3982
|
+
* Content rendered before the label text — useful for an icon or a small
|
|
3983
|
+
* visual marker.
|
|
3984
|
+
*/
|
|
3985
|
+
leftSlot?: ReactNode;
|
|
3986
|
+
};
|
|
3987
|
+
declare const SidebarGroupLabel: FC<SidebarGroupLabelProps>;
|
|
3988
|
+
//#endregion
|
|
3989
|
+
//#region src/components/Sidebar/SidebarButton.d.ts
|
|
3990
|
+
type SidebarButtonProps = (Omit<ButtonAsButtonProps, "fullWidth" | "size" | "unstyled" | "variant"> | Omit<ButtonAsLinkProps, "fullWidth" | "size" | "unstyled" | "variant">) & {
|
|
3991
|
+
/**
|
|
3992
|
+
* Marks the item as the currently active navigation entry. Sets
|
|
3993
|
+
* `aria-current="page"` and applies the pressed visual treatment.
|
|
3994
|
+
*/
|
|
3995
|
+
selected?: boolean;
|
|
3996
|
+
};
|
|
3997
|
+
declare const SidebarButton: ForwardRefExoticComponent<SidebarButtonProps & RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
3998
|
+
//#endregion
|
|
3999
|
+
//#region src/components/Sidebar/SidebarSearchInput.d.ts
|
|
4000
|
+
type SidebarSearchInputProps = Omit<InputProps, "type"> & {
|
|
4001
|
+
/**
|
|
4002
|
+
* Accessible label for the search field. Rendered as a visually hidden `Label`
|
|
4003
|
+
* so screen readers announce the field's purpose without adding visible chrome.
|
|
4004
|
+
* Defaults to `"Search navigation"`; override when the search scope is more specific.
|
|
4005
|
+
*/
|
|
4006
|
+
label?: string;
|
|
4007
|
+
};
|
|
4008
|
+
declare const SidebarSearchInput: ForwardRefExoticComponent<SidebarSearchInputProps & RefAttributes<HTMLInputElement | HTMLTextAreaElement>>;
|
|
4009
|
+
//#endregion
|
|
3879
4010
|
//#region src/components/Slider/Slider.d.ts
|
|
3880
4011
|
type SliderProps = Omit<ComponentPropsWithoutRef<"div">, "onChange"> & {
|
|
3881
4012
|
/**
|
|
@@ -3958,7 +4089,7 @@ type SplitButtonProps = {
|
|
|
3958
4089
|
*/
|
|
3959
4090
|
secondaryAction?: JSX.Element;
|
|
3960
4091
|
/**
|
|
3961
|
-
* The size of button to display. Can be used as a [responsive prop](/
|
|
4092
|
+
* The size of button to display. Can be used as a [responsive prop](/foundations/responsive-props)
|
|
3962
4093
|
*/
|
|
3963
4094
|
size?: ButtonSizes | ResponsiveObject<ButtonSizes>;
|
|
3964
4095
|
/**
|
|
@@ -3967,7 +4098,7 @@ type SplitButtonProps = {
|
|
|
3967
4098
|
variant?: ButtonVariants;
|
|
3968
4099
|
} & (ButtonAsButtonProps | ButtonAsLinkProps);
|
|
3969
4100
|
/**
|
|
3970
|
-
* A SplitButton is an extension of [Button]() that adds a menu to the right hand side of the button.
|
|
4101
|
+
* A SplitButton is an extension of [Button](/components/Button) that adds a menu to the right hand side of the button.
|
|
3971
4102
|
*/
|
|
3972
4103
|
declare const SplitButton: FC<SplitButtonProps>;
|
|
3973
4104
|
//#endregion
|
|
@@ -3979,24 +4110,24 @@ type StackProps = {
|
|
|
3979
4110
|
*/
|
|
3980
4111
|
children?: ReactNode | undefined;
|
|
3981
4112
|
/**
|
|
3982
|
-
* The gap between each item in the stack. Accepts a [spacing token](/
|
|
4113
|
+
* The gap between each item in the stack. Accepts a [spacing token](/foundations/tokens/spacing). Can be a [responsive prop](/foundations/responsive-props).
|
|
3983
4114
|
*/
|
|
3984
4115
|
gap?: ResponsiveObject<Spacings> | Spacings;
|
|
3985
4116
|
/**
|
|
3986
4117
|
* Vertical is equivalent to `flex-direction: column;`, horizontal is equivalent to `flex-direction: row;`.
|
|
3987
|
-
* The default behavior is `vertical`. Can be a [responsive prop](/
|
|
4118
|
+
* The default behavior is `vertical`. Can be a [responsive prop](/foundations/responsive-props).
|
|
3988
4119
|
*/
|
|
3989
4120
|
direction?: ResponsiveObject<"horizontal" | "vertical"> | "horizontal" | "vertical";
|
|
3990
4121
|
/**
|
|
3991
4122
|
* Controls how items are aligned along the cross-axis.
|
|
3992
|
-
* Can be a [responsive prop](/
|
|
4123
|
+
* Can be a [responsive prop](/foundations/responsive-props).
|
|
3993
4124
|
*
|
|
3994
4125
|
* @type 'baseline' | 'center' | 'flex-end' | 'flex-start' | 'stretch' | ResponsiveObject<'baseline' | 'center' | 'flex-end' | 'flex-start' | 'stretch'>
|
|
3995
4126
|
*/
|
|
3996
4127
|
alignItems?: AlignItemsType | ResponsiveObject<AlignItemsType>;
|
|
3997
4128
|
/**
|
|
3998
4129
|
* Padding to apply to the stack container. Use `x` for horizontal (left/right) padding and `y` for vertical (top/bottom) padding.
|
|
3999
|
-
* Each value can be a [responsive prop](/
|
|
4130
|
+
* Each value can be a [responsive prop](/foundations/responsive-props).
|
|
4000
4131
|
*/
|
|
4001
4132
|
padding?: {
|
|
4002
4133
|
x?: ResponsiveObject<Spacings> | Spacings;
|
|
@@ -4173,7 +4304,7 @@ type BaseProps = {
|
|
|
4173
4304
|
};
|
|
4174
4305
|
type IconWithLabel = {
|
|
4175
4306
|
/**
|
|
4176
|
-
* The [Icon](
|
|
4307
|
+
* The [Icon](/components/Icon) component to use, e.g. `<Icon type="favorite" />`
|
|
4177
4308
|
*/
|
|
4178
4309
|
icon?: JSX.Element;
|
|
4179
4310
|
/**
|
|
@@ -4184,7 +4315,7 @@ type IconWithLabel = {
|
|
|
4184
4315
|
};
|
|
4185
4316
|
type IconWithAriaLabel = {
|
|
4186
4317
|
/**
|
|
4187
|
-
* The [Icon](
|
|
4318
|
+
* The [Icon](/components/Icon) component to use, e.g. `<Icon type="favorite" />`
|
|
4188
4319
|
*/
|
|
4189
4320
|
icon?: JSX.Element;
|
|
4190
4321
|
/**
|
|
@@ -4207,7 +4338,7 @@ declare const TabsTrigger: ForwardRefExoticComponent<TabsTriggerProps & RefAttri
|
|
|
4207
4338
|
//#region src/components/Tag/Tag.d.ts
|
|
4208
4339
|
type TagProps = ComponentPropsWithoutRef<"div"> & {
|
|
4209
4340
|
/**
|
|
4210
|
-
* Sets the [color scheme](
|
|
4341
|
+
* Sets the [color scheme](/foundations/color/color-schemes)
|
|
4211
4342
|
*/
|
|
4212
4343
|
colorScheme?: ColorSchemeTypes;
|
|
4213
4344
|
/**
|
|
@@ -4367,7 +4498,7 @@ type TooltipProps = {
|
|
|
4367
4498
|
};
|
|
4368
4499
|
/**
|
|
4369
4500
|
* Tooltips are a way to provide additional information or context to a user when they hover or focus an element.
|
|
4370
|
-
* For elements that are not interactive, consider using a [Popover]() instead.
|
|
4501
|
+
* For elements that are not interactive, consider using a [Popover](/components/Popover) instead.
|
|
4371
4502
|
*
|
|
4372
4503
|
*/
|
|
4373
4504
|
declare const Tooltip: FC<TooltipProps>;
|
|
@@ -4415,8 +4546,8 @@ type WistiaLogoProps = Omit<ComponentPropsWithoutRef<"svg">, "height" | "href">
|
|
|
4415
4546
|
*/
|
|
4416
4547
|
declare const WistiaLogo: FC<WistiaLogoProps>;
|
|
4417
4548
|
declare namespace index_d_exports {
|
|
4418
|
-
export { ActionButton, ActionButtonProps, Avatar, AvatarProps, AvatarStatus, Badge, BadgeProps, Banner, BannerProps, Box, BoxProps, Breadcrumb, BreadcrumbProps, Breadcrumbs, BreadcrumbsProps, Button, ButtonGroup, ButtonProps, Card, CardProps, Center, CenterProps, Checkbox, CheckboxGroup, CheckboxMenuItem, ClickRegion, ClickRegionProps, Collapsible, CollapsibleContent, CollapsibleProps, CollapsibleTrigger, CollapsibleTriggerIcon, ColorGrid, ColorGridOption, ColorGridOptionProps, ColorGridProps, ColorList, ColorListGroup, ColorListGroupProps, ColorListOption, ColorListOptionProps, ColorListProps, ColorPicker, ColorPickerPopoverContent, ColorPickerPopoverContentProps, ColorPickerProps, ColorPickerSection, ColorPickerSectionProps, ColorPickerTrigger, ColorPickerTriggerProps, ColorSchemeTypes, ColorSchemeWrapper, ColorSchemeWrapperProps, Combobox, ComboboxOption, ComboboxOptionProps, ComboboxProps, ContextMenu, ContextMenuProps, ContrastControls, CustomizableThemeWrapper, CustomizableThemeWrapperProps, DataCard, DataCardHoverArrow, DataCardProps, DataCardTrend, DataCardTrendProps, DataCards, DataCardsProps, DataList, DataListItem, DataListItemLabel, DataListItemValue, DataListProps, Divider, EditableHeading, EditableHeadingProps, EditableText, EditableTextCancelButton, EditableTextContext, EditableTextDisplay, EditableTextInput, EditableTextLabel, EditableTextProps, EditableTextRoot, EditableTextRootProps, EditableTextSubmitButton, EditableTextTrigger, Ellipsis, EllipsisProps, FeatureCard, FeatureCardImage, FeatureCardProps, FileAmountLimitValidator, FileSizeValidator, FileTypeValidator, FilterMenu, FilterMenuItem, Form, FormErrorSummary, FormField, FormFieldProps, FormGroup, FormGroupProps, FormProps, Grid, GridProps, Heading, HeadingProps, HexColorInput, HexColorInputProps, HueSlider, Icon, IconButton, IconButtonProps, IconNameType, Image, ImageDimensionsValidator, ImageProps, Input, InputClickToCopy, InputClickToCopyProps, InputPassword, InputPasswordProps, InputProps, KeyboardKeys, KeyboardShortcut, Label, LabelProps, Link, LinkProps, List, ListItem, ListItemProps, ListProps, Mark, MarkProps, Markdown, MarkdownProps, Menu, MenuItem, MenuItemDescription, MenuItemLabel, MenuLabel, MenuRadioGroup, Meter, MeterProps, MeterSegment, Modal, ModalCallout, ModalCallouts, ModalProps, PersistentFileAmountLimitValidator, Popover, PopoverAnchor, PopoverAnchorProps, PopoverArrow, PopoverArrowProps, PopoverClose, PopoverCloseButton, PopoverCloseButtonProps, PopoverCloseProps, PopoverContent, PopoverContentProps, PopoverPortal, PopoverPortalProps, PopoverProps, PopoverRoot, PopoverRootProps, PopoverTrigger, PopoverTriggerProps, PreviewCard, PreviewCardProps, ProgressBar, ProgressBarProps, Radio, RadioCard, RadioCardImage, RadioCardImageProps, RadioCardProps, RadioGroup, RadioMenuItem, RadioProps, SaturationAndValuePicker, ScreenReaderOnly, ScrollArea, ScrollAreaProps, SegmentedControl, SegmentedControlItem, SegmentedControlItemProps, SegmentedControlProps, Select, SelectOption, SelectOptionGroup, SelectOptionGroupProps, SelectOptionProps, SelectProps, Slider, SliderProps, SplitButton, SplitButtonProps, Stack, SubMenu, Switch, SwitchProps, Table, TableBody, TableBodyProps, TableCell, TableCellProps, TableFoot, TableFootProps, TableHead, TableHeadProps, TableProps, TableRow, TableRowProps, Tabs, TabsContent, TabsList, TabsTrigger, Tag, TagProps, Text, TextProps, Thumbnail, ThumbnailBadge, ThumbnailBadgeProps, ThumbnailCollage, ThumbnailCollageProps, ThumbnailProps, Tooltip, TooltipProps, UIProvider, UseActiveMqReturnType, UseIsHoveredReturnType, UseMqReturnType, UseToastProps, ValueNameOrHexCode, ValueSwatch, WistiaLogo, buildTimeDuration, calculateContrast, coerceToBoolean, colorSchemeOptions, copyToClipboard, dateOnlyISOString, dateOnlyString, dateOnlyStringForSentence, dateOnlyStringNumeric, dateTime, dateTimeRounded, dateTimeString, dateTimeStringForSentence, dateTimeToDate, dateTimeToISO, dateToDateTime, dateUTCOffset, dayOfWeekString, iconSizeMap, isKeyboardKey, mediaDurationString, mergeRefs, millisecondsToDurationISOString, monthDayStringNumeric, mq, parseDateString, sessionDurationString, timeAgoString, timeOnlyString, useActiveMq, useAriaLive, useBoolean, useClipboard, useElementObserver, useFilePicker, useFocusTrap, useForceUpdate, useFormState, useImperativeFilePicker, useIsHovered, useKey, useKeyPress, useLocalStorage, useLockBodyScroll, useMq, useOnClickOutside, usePreviousValue, useToast, useWindowSize, validateWithYup };
|
|
4549
|
+
export { ActionButton, ActionButtonProps, Avatar, AvatarProps, AvatarStatus, Badge, BadgeProps, Banner, BannerProps, Box, BoxProps, Breadcrumb, BreadcrumbProps, Breadcrumbs, BreadcrumbsProps, Button, ButtonGroup, ButtonProps, Card, CardProps, Center, CenterProps, Checkbox, CheckboxGroup, CheckboxMenuItem, ClickRegion, ClickRegionProps, Collapsible, CollapsibleContent, CollapsibleProps, CollapsibleTrigger, CollapsibleTriggerIcon, ColorGrid, ColorGridOption, ColorGridOptionProps, ColorGridProps, ColorList, ColorListGroup, ColorListGroupProps, ColorListOption, ColorListOptionProps, ColorListProps, ColorPicker, ColorPickerPopoverContent, ColorPickerPopoverContentProps, ColorPickerProps, ColorPickerSection, ColorPickerSectionProps, ColorPickerTrigger, ColorPickerTriggerProps, ColorSchemeTypes, ColorSchemeWrapper, ColorSchemeWrapperProps, Combobox, ComboboxOption, ComboboxOptionProps, ComboboxProps, ContextMenu, ContextMenuProps, ContrastControls, CustomizableThemeWrapper, CustomizableThemeWrapperProps, DataCard, DataCardHoverArrow, DataCardProps, DataCardTrend, DataCardTrendProps, DataCards, DataCardsProps, DataList, DataListItem, DataListItemLabel, DataListItemValue, DataListProps, Divider, EditableHeading, EditableHeadingProps, EditableText, EditableTextCancelButton, EditableTextContext, EditableTextDisplay, EditableTextInput, EditableTextLabel, EditableTextProps, EditableTextRoot, EditableTextRootProps, EditableTextSubmitButton, EditableTextTrigger, Ellipsis, EllipsisProps, FeatureCard, FeatureCardImage, FeatureCardProps, FileAmountLimitValidator, FileSizeValidator, FileTypeValidator, FilterMenu, FilterMenuItem, Form, FormErrorSummary, FormField, FormFieldProps, FormGroup, FormGroupProps, FormProps, Grid, GridProps, Heading, HeadingProps, HexColorInput, HexColorInputProps, HueSlider, Icon, IconButton, IconButtonProps, IconNameType, Image, ImageDimensionsValidator, ImageProps, Input, InputClickToCopy, InputClickToCopyProps, InputDuration, InputDurationProps, InputPassword, InputPasswordProps, InputProps, KeyboardKeys, KeyboardShortcut, Label, LabelProps, Link, LinkProps, List, ListItem, ListItemProps, ListProps, Mark, MarkProps, Markdown, MarkdownProps, Menu, MenuItem, MenuItemDescription, MenuItemLabel, MenuLabel, MenuRadioGroup, Meter, MeterProps, MeterSegment, Modal, ModalCallout, ModalCallouts, ModalProps, PersistentFileAmountLimitValidator, Popover, PopoverAnchor, PopoverAnchorProps, PopoverArrow, PopoverArrowProps, PopoverClose, PopoverCloseButton, PopoverCloseButtonProps, PopoverCloseProps, PopoverContent, PopoverContentProps, PopoverPortal, PopoverPortalProps, PopoverProps, PopoverRoot, PopoverRootProps, PopoverTrigger, PopoverTriggerProps, PreviewCard, PreviewCardProps, ProgressBar, ProgressBarProps, Radio, RadioCard, RadioCardImage, RadioCardImageProps, RadioCardProps, RadioGroup, RadioMenuItem, RadioProps, SaturationAndValuePicker, ScreenReaderOnly, ScrollArea, ScrollAreaProps, SegmentedControl, SegmentedControlItem, SegmentedControlItemProps, SegmentedControlProps, Select, SelectOption, SelectOptionGroup, SelectOptionGroupProps, SelectOptionProps, SelectProps, Sidebar, SidebarButton, SidebarButtonProps, SidebarContent, SidebarContentProps, SidebarFooter, SidebarFooterProps, SidebarGroup, SidebarGroupLabel, SidebarGroupLabelProps, SidebarGroupProps, SidebarHeader, SidebarHeaderProps, SidebarProps, SidebarSearchInput, SidebarSearchInputProps, SidebarTitle, SidebarTitleProps, Slider, SliderProps, SplitButton, SplitButtonProps, Stack, SubMenu, Switch, SwitchProps, Table, TableBody, TableBodyProps, TableCell, TableCellProps, TableFoot, TableFootProps, TableHead, TableHeadProps, TableProps, TableRow, TableRowProps, Tabs, TabsContent, TabsList, TabsTrigger, Tag, TagProps, Text, TextProps, Thumbnail, ThumbnailBadge, ThumbnailBadgeProps, ThumbnailCollage, ThumbnailCollageProps, ThumbnailProps, Tooltip, TooltipProps, UIProvider, UseActiveMqReturnType, UseIsHoveredReturnType, UseMqReturnType, UseToastProps, ValueNameOrHexCode, ValueSwatch, WistiaLogo, buildTimeDuration, calculateContrast, coerceToBoolean, colorSchemeOptions, copyToClipboard, dateOnlyISOString, dateOnlyString, dateOnlyStringForSentence, dateOnlyStringNumeric, dateTime, dateTimeRounded, dateTimeString, dateTimeStringForSentence, dateTimeToDate, dateTimeToISO, dateToDateTime, dateUTCOffset, dayOfWeekString, iconSizeMap, isKeyboardKey, mediaDurationString, mergeRefs, millisecondsToDurationISOString, monthDayStringNumeric, mq, parseDateString, sessionDurationString, timeAgoString, timeOnlyString, useActiveMq, useAriaLive, useBoolean, useClipboard, useElementObserver, useFilePicker, useFocusTrap, useForceUpdate, useFormState, useImperativeFilePicker, useIsHovered, useKey, useKeyPress, useLocalStorage, useLockBodyScroll, useMq, useOnClickOutside, usePreviousValue, useToast, useWindowSize, validateWithYup };
|
|
4419
4550
|
}
|
|
4420
4551
|
//#endregion
|
|
4421
|
-
export { ActionButton, type ActionButtonProps, Avatar, type AvatarProps, type AvatarStatus, Badge, type BadgeProps, Banner, type BannerProps, Box, type BoxProps, Breadcrumb, type BreadcrumbProps, Breadcrumbs, type BreadcrumbsProps, Button, ButtonGroup, type ButtonProps, Card, type CardProps, Center, type CenterProps, Checkbox, CheckboxGroup, CheckboxMenuItem, ClickRegion, type ClickRegionProps, Collapsible, CollapsibleContent, type CollapsibleProps, CollapsibleTrigger, CollapsibleTriggerIcon, ColorGrid, ColorGridOption, type ColorGridOptionProps, type ColorGridProps, ColorList, ColorListGroup, type ColorListGroupProps, ColorListOption, type ColorListOptionProps, type ColorListProps, ColorPicker, ColorPickerPopoverContent, type ColorPickerPopoverContentProps, type ColorPickerProps, ColorPickerSection, type ColorPickerSectionProps, ColorPickerTrigger, type ColorPickerTriggerProps, type ColorSchemeTypes, ColorSchemeWrapper, type ColorSchemeWrapperProps, Combobox, ComboboxOption, type ComboboxOptionProps, type ComboboxProps, ContextMenu, type ContextMenuProps, ContrastControls, CustomizableThemeWrapper, type CustomizableThemeWrapperProps, DataCard, DataCardHoverArrow, type DataCardProps, DataCardTrend, type DataCardTrendProps, DataCards, type DataCardsProps, DataList, DataListItem, DataListItemLabel, DataListItemValue, type DataListProps, Divider, EditableHeading, type EditableHeadingProps, EditableText, EditableTextCancelButton, EditableTextContext, EditableTextDisplay, EditableTextInput, EditableTextLabel, type EditableTextProps, EditableTextRoot, type EditableTextRootProps, EditableTextSubmitButton, EditableTextTrigger, Ellipsis, type EllipsisProps, FeatureCard, FeatureCardImage, type FeatureCardProps, FileAmountLimitValidator, FileSizeValidator, FileTypeValidator, FilterMenu, FilterMenuItem, Form, FormErrorSummary, FormField, type FormFieldProps, FormGroup, type FormGroupProps, type FormProps, Grid, type GridProps, Heading, type HeadingProps, HexColorInput, type HexColorInputProps, HueSlider, Icon, IconButton, type IconButtonProps, type IconNameType, Image, ImageDimensionsValidator, type ImageProps, Input, InputClickToCopy, type InputClickToCopyProps, InputPassword, type InputPasswordProps, type InputProps, type KeyboardKeys, KeyboardShortcut, Label, type LabelProps, Link, type LinkProps, List, ListItem, type ListItemProps, type ListProps, Mark, type MarkProps, Markdown, type MarkdownProps, Menu, MenuItem, MenuItemDescription, MenuItemLabel, MenuLabel, MenuRadioGroup, Meter, type MeterProps, type MeterSegment, Modal, ModalCallout, ModalCallouts, type ModalProps, PersistentFileAmountLimitValidator, Popover, PopoverAnchor, type PopoverAnchorProps, PopoverArrow, type PopoverArrowProps, PopoverClose, PopoverCloseButton, type PopoverCloseButtonProps, type PopoverCloseProps, PopoverContent, type PopoverContentProps, PopoverPortal, type PopoverPortalProps, type PopoverProps, PopoverRoot, type PopoverRootProps, PopoverTrigger, type PopoverTriggerProps, PreviewCard, type PreviewCardProps, ProgressBar, type ProgressBarProps, Radio, RadioCard, RadioCardImage, type RadioCardImageProps, type RadioCardProps, RadioGroup, RadioMenuItem, type RadioProps, SaturationAndValuePicker, ScreenReaderOnly, ScrollArea, ScrollAreaProps, SegmentedControl, SegmentedControlItem, type SegmentedControlItemProps, type SegmentedControlProps, Select, SelectOption, SelectOptionGroup, type SelectOptionGroupProps, type SelectOptionProps, type SelectProps, Slider, type SliderProps, SplitButton, type SplitButtonProps, Stack, SubMenu, Switch, type SwitchProps, Table, TableBody, type TableBodyProps, TableCell, type TableCellProps, TableFoot, type TableFootProps, TableHead, type TableHeadProps, type TableProps, TableRow, type TableRowProps, Tabs, TabsContent, TabsList, TabsTrigger, Tag, type TagProps, Text, type TextProps, Thumbnail, ThumbnailBadge, type ThumbnailBadgeProps, ThumbnailCollage, type ThumbnailCollageProps, type ThumbnailProps, Tooltip, type TooltipProps, UIProvider, UseActiveMqReturnType, UseIsHoveredReturnType, UseMqReturnType, type UseToastProps, ValueNameOrHexCode, ValueSwatch, WistiaLogo, buildTimeDuration, calculateContrast, coerceToBoolean, colorSchemeOptions, copyToClipboard, dateOnlyISOString, dateOnlyString, dateOnlyStringForSentence, dateOnlyStringNumeric, dateTime, dateTimeRounded, dateTimeString, dateTimeStringForSentence, dateTimeToDate, dateTimeToISO, dateToDateTime, dateUTCOffset, dayOfWeekString, iconSizeMap, isKeyboardKey, mediaDurationString, mergeRefs, millisecondsToDurationISOString, monthDayStringNumeric, mq, parseDateString, sessionDurationString, timeAgoString, timeOnlyString, useActiveMq, useAriaLive, useBoolean, useClipboard, useElementObserver, useFilePicker, useFocusTrap, useForceUpdate, useFormState, useImperativeFilePicker, useIsHovered, useKey, useKeyPress, useLocalStorage, useLockBodyScroll, useMq, useOnClickOutside, usePreviousValue, useToast, useWindowSize, validateWithYup };
|
|
4552
|
+
export { ActionButton, type ActionButtonProps, Avatar, type AvatarProps, type AvatarStatus, Badge, type BadgeProps, Banner, type BannerProps, Box, type BoxProps, Breadcrumb, type BreadcrumbProps, Breadcrumbs, type BreadcrumbsProps, Button, ButtonGroup, type ButtonProps, Card, type CardProps, Center, type CenterProps, Checkbox, CheckboxGroup, CheckboxMenuItem, ClickRegion, type ClickRegionProps, Collapsible, CollapsibleContent, type CollapsibleProps, CollapsibleTrigger, CollapsibleTriggerIcon, ColorGrid, ColorGridOption, type ColorGridOptionProps, type ColorGridProps, ColorList, ColorListGroup, type ColorListGroupProps, ColorListOption, type ColorListOptionProps, type ColorListProps, ColorPicker, ColorPickerPopoverContent, type ColorPickerPopoverContentProps, type ColorPickerProps, ColorPickerSection, type ColorPickerSectionProps, ColorPickerTrigger, type ColorPickerTriggerProps, type ColorSchemeTypes, ColorSchemeWrapper, type ColorSchemeWrapperProps, Combobox, ComboboxOption, type ComboboxOptionProps, type ComboboxProps, ContextMenu, type ContextMenuProps, ContrastControls, CustomizableThemeWrapper, type CustomizableThemeWrapperProps, DataCard, DataCardHoverArrow, type DataCardProps, DataCardTrend, type DataCardTrendProps, DataCards, type DataCardsProps, DataList, DataListItem, DataListItemLabel, DataListItemValue, type DataListProps, Divider, EditableHeading, type EditableHeadingProps, EditableText, EditableTextCancelButton, EditableTextContext, EditableTextDisplay, EditableTextInput, EditableTextLabel, type EditableTextProps, EditableTextRoot, type EditableTextRootProps, EditableTextSubmitButton, EditableTextTrigger, Ellipsis, type EllipsisProps, FeatureCard, FeatureCardImage, type FeatureCardProps, FileAmountLimitValidator, FileSizeValidator, FileTypeValidator, FilterMenu, FilterMenuItem, Form, FormErrorSummary, FormField, type FormFieldProps, FormGroup, type FormGroupProps, type FormProps, Grid, type GridProps, Heading, type HeadingProps, HexColorInput, type HexColorInputProps, HueSlider, Icon, IconButton, type IconButtonProps, type IconNameType, Image, ImageDimensionsValidator, type ImageProps, Input, InputClickToCopy, type InputClickToCopyProps, InputDuration, type InputDurationProps, InputPassword, type InputPasswordProps, type InputProps, type KeyboardKeys, KeyboardShortcut, Label, type LabelProps, Link, type LinkProps, List, ListItem, type ListItemProps, type ListProps, Mark, type MarkProps, Markdown, type MarkdownProps, Menu, MenuItem, MenuItemDescription, MenuItemLabel, MenuLabel, MenuRadioGroup, Meter, type MeterProps, type MeterSegment, Modal, ModalCallout, ModalCallouts, type ModalProps, PersistentFileAmountLimitValidator, Popover, PopoverAnchor, type PopoverAnchorProps, PopoverArrow, type PopoverArrowProps, PopoverClose, PopoverCloseButton, type PopoverCloseButtonProps, type PopoverCloseProps, PopoverContent, type PopoverContentProps, PopoverPortal, type PopoverPortalProps, type PopoverProps, PopoverRoot, type PopoverRootProps, PopoverTrigger, type PopoverTriggerProps, PreviewCard, type PreviewCardProps, ProgressBar, type ProgressBarProps, Radio, RadioCard, RadioCardImage, type RadioCardImageProps, type RadioCardProps, RadioGroup, RadioMenuItem, type RadioProps, SaturationAndValuePicker, ScreenReaderOnly, ScrollArea, ScrollAreaProps, SegmentedControl, SegmentedControlItem, type SegmentedControlItemProps, type SegmentedControlProps, Select, SelectOption, SelectOptionGroup, type SelectOptionGroupProps, type SelectOptionProps, type SelectProps, Sidebar, SidebarButton, type SidebarButtonProps, SidebarContent, type SidebarContentProps, SidebarFooter, type SidebarFooterProps, SidebarGroup, SidebarGroupLabel, type SidebarGroupLabelProps, type SidebarGroupProps, SidebarHeader, type SidebarHeaderProps, type SidebarProps, SidebarSearchInput, type SidebarSearchInputProps, SidebarTitle, type SidebarTitleProps, Slider, type SliderProps, SplitButton, type SplitButtonProps, Stack, SubMenu, Switch, type SwitchProps, Table, TableBody, type TableBodyProps, TableCell, type TableCellProps, TableFoot, type TableFootProps, TableHead, type TableHeadProps, type TableProps, TableRow, type TableRowProps, Tabs, TabsContent, TabsList, TabsTrigger, Tag, type TagProps, Text, type TextProps, Thumbnail, ThumbnailBadge, type ThumbnailBadgeProps, ThumbnailCollage, type ThumbnailCollageProps, type ThumbnailProps, Tooltip, type TooltipProps, UIProvider, UseActiveMqReturnType, UseIsHoveredReturnType, UseMqReturnType, type UseToastProps, ValueNameOrHexCode, ValueSwatch, WistiaLogo, buildTimeDuration, calculateContrast, coerceToBoolean, colorSchemeOptions, copyToClipboard, dateOnlyISOString, dateOnlyString, dateOnlyStringForSentence, dateOnlyStringNumeric, dateTime, dateTimeRounded, dateTimeString, dateTimeStringForSentence, dateTimeToDate, dateTimeToISO, dateToDateTime, dateUTCOffset, dayOfWeekString, iconSizeMap, isKeyboardKey, mediaDurationString, mergeRefs, millisecondsToDurationISOString, monthDayStringNumeric, mq, parseDateString, sessionDurationString, timeAgoString, timeOnlyString, useActiveMq, useAriaLive, useBoolean, useClipboard, useElementObserver, useFilePicker, useFocusTrap, useForceUpdate, useFormState, useImperativeFilePicker, useIsHovered, useKey, useKeyPress, useLocalStorage, useLockBodyScroll, useMq, useOnClickOutside, usePreviousValue, useToast, useWindowSize, validateWithYup };
|
|
4422
4553
|
//# sourceMappingURL=index.d.ts.map
|