@atom-learning/components 8.0.0 → 8.0.2
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/components/accordion/AccordionContent.d.ts +1 -3
- package/dist/components/accordion/AccordionItem.d.ts +1 -3
- package/dist/components/accordion/AccordionTrigger.d.ts +1 -3
- package/dist/components/action-icon/ActionIcon.d.ts +1 -3
- package/dist/components/alert-dialog/AlertDialog.d.ts +1 -3
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +1 -3
- package/dist/components/avatar/Avatar.d.ts +2 -6
- package/dist/components/badge/Badge.d.ts +3 -9
- package/dist/components/badge/Badge.js.map +1 -1
- package/dist/components/badge/BadgeText.d.ts +2 -6
- package/dist/components/banner/BannerContainer.d.ts +1 -3
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +73 -61
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +1 -3
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +2 -6
- package/dist/components/banner/banner-regular/BannerRegularText.js.map +1 -1
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +74 -64
- package/dist/components/banner/banner-slim/BannerSlimActions.d.ts +1 -3
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +1 -3
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +1 -3
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +2 -6
- package/dist/components/banner/banner-slim/BannerSlimImage.js.map +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js.map +1 -1
- package/dist/components/box/Box.d.ts +1 -3
- package/dist/components/button/Button.d.ts +1 -3
- package/dist/components/calendar/Calendar.d.ts +2 -2
- package/dist/components/calendar/Calendar.js.map +1 -1
- package/dist/components/calendar/Day.d.ts +1 -3
- package/dist/components/carousel/Carousel.d.ts +2 -6
- package/dist/components/carousel/CarouselArrows.d.ts +1 -3
- package/dist/components/checkbox/Checkbox.d.ts +1 -3
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +73 -61
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +1 -1
- package/dist/components/checkbox-tree/CheckboxTree.js.map +1 -1
- package/dist/components/checkbox-tree/CheckboxTreeItemContent.d.ts +1 -3
- package/dist/components/checkbox-tree/CheckboxTreeItemContent.js.map +1 -1
- package/dist/components/chip/Chip.d.ts +4 -12
- package/dist/components/chip/Chip.js.map +1 -1
- package/dist/components/chip/ChipGroup.d.ts +1 -3
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +2 -6
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +2 -6
- package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +2 -6
- package/dist/components/combobox/Combobox.d.ts +4 -12
- package/dist/components/combobox/ComboboxInput.d.ts +2 -6
- package/dist/components/combobox/ComboboxList.d.ts +1 -3
- package/dist/components/combobox/ComboboxOption.d.ts +1 -3
- package/dist/components/combobox/ComboboxPopover.d.ts +1 -3
- package/dist/components/data-table/DataTable.d.ts +20 -40
- package/dist/components/data-table/DataTableBulkActions.d.ts +4 -4
- package/dist/components/data-table/DataTableBulkActions.js.map +1 -1
- package/dist/components/data-table/DataTableBulkActionsFloating.d.ts +1 -3
- package/dist/components/data-table/DataTableError.d.ts +2 -2
- package/dist/components/data-table/DataTableError.js.map +1 -1
- package/dist/components/data-table/DataTableHead.d.ts +1 -1
- package/dist/components/data-table/DataTableHead.js.map +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +1 -3
- package/dist/components/data-table/DataTableRowSelectionCheckbox.d.ts +1 -1
- package/dist/components/data-table/DataTableRowSelectionCheckbox.js.map +1 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +1 -3
- package/dist/components/dialog/Dialog.d.ts +6 -18
- package/dist/components/dialog/DialogActionBar.d.ts +1 -3
- package/dist/components/dialog/DialogBackground.d.ts +1 -3
- package/dist/components/dialog/DialogContent.d.ts +1 -3
- package/dist/components/dialog/DialogContent.js.map +1 -1
- package/dist/components/dialog/DialogFooter.d.ts +1 -3
- package/dist/components/dialog/DialogNavigationBar.d.ts +1 -3
- package/dist/components/dialog/DialogScrollableContent.d.ts +1 -3
- package/dist/components/divider/Divider.d.ts +2 -6
- package/dist/components/drawer/Drawer.d.ts +3 -9
- package/dist/components/drawer/DrawerContent.d.ts +1 -3
- package/dist/components/drawer/DrawerFooter.d.ts +1 -3
- package/dist/components/drawer/DrawerHeader.d.ts +1 -3
- package/dist/components/drawer/DrawerMain.d.ts +1 -3
- package/dist/components/drawer/DrawerOverlay.d.ts +1 -3
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +4 -12
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +1 -3
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +1 -3
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +1 -3
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +1 -3
- package/dist/components/empty-state/EmptyState.d.ts +6 -18
- package/dist/components/empty-state/EmptyStateBody.d.ts +2 -6
- package/dist/components/empty-state/EmptyStateImage.d.ts +2 -6
- package/dist/components/empty-state/EmptyStateTitle.d.ts +1 -3
- package/dist/components/flex/Flex.d.ts +1 -3
- package/dist/components/grid/Grid.d.ts +1 -3
- package/dist/components/heading/Heading.d.ts +1 -3
- package/dist/components/icon/Icon.d.ts +1 -3
- package/dist/components/image/Image.d.ts +1 -3
- package/dist/components/inline-message/InlineMessage.d.ts +1 -3
- package/dist/components/input/Input.d.ts +3 -9
- package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +2 -6
- package/dist/components/keyboard-shortcut/index.d.ts +2 -6
- package/dist/components/label/Label.d.ts +1 -3
- package/dist/components/link/Link.d.ts +1 -3
- package/dist/components/list/List.d.ts +2 -6
- package/dist/components/markdown-content/MarkdownContent.d.ts +1 -3
- package/dist/components/markdown-content/MarkdownContent.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +2 -4
- package/dist/components/markdown-content/components/MarkdownEmphasis.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownLink.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownLink.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownList.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownListItem.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownListItem.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownParagraph.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownStrong.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownStrong.js.map +1 -1
- package/dist/components/navigation/NavigationMenu.d.ts +9 -27
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +1 -3
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +4 -12
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +1 -3
- package/dist/components/navigation/NavigationMenuLink.d.ts +2 -6
- package/dist/components/navigation/NavigationMenuLink.js.map +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +125 -113
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +1 -3
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +3 -7
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.js.map +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItemContent.js.map +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +1 -3
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +1 -3
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +2 -6
- package/dist/components/number-input/NumberInputStepper.d.ts +2 -6
- package/dist/components/pagination/PaginationNextButton.d.ts +2 -6
- package/dist/components/pagination/PaginationPreviousButton.d.ts +2 -6
- package/dist/components/popover/Popover.d.ts +1 -3
- package/dist/components/popover/PopoverContent.d.ts +1 -3
- package/dist/components/progress-bar/ProgressBar.d.ts +1 -3
- package/dist/components/radio-button/RadioButton.d.ts +1 -3
- package/dist/components/radio-button/RadioButtonGroup.d.ts +1 -3
- package/dist/components/radio-button-field/RadioButtonField.d.ts +2 -4
- package/dist/components/radio-card/RadioCard.d.ts +1 -3
- package/dist/components/section-message/SectionMessage.d.ts +3 -7
- package/dist/components/section-message/SectionMessageLayout.d.ts +1 -3
- package/dist/components/segmented-control/SegmentedControl.d.ts +7 -21
- package/dist/components/segmented-control/SegmentedControlContent.d.ts +1 -3
- package/dist/components/segmented-control/SegmentedControlDescription.d.ts +2 -6
- package/dist/components/segmented-control/SegmentedControlHeading.d.ts +2 -6
- package/dist/components/segmented-control/SegmentedControlItem.d.ts +1 -3
- package/dist/components/segmented-control/SegmentedControlRoot.d.ts +1 -3
- package/dist/components/select/Select.d.ts +1 -3
- package/dist/components/select-menu/SelectMenu.d.ts +4 -12
- package/dist/components/select-menu/SelectMenuContent.d.ts +1 -3
- package/dist/components/select-menu/SelectMenuItem.d.ts +1 -3
- package/dist/components/select-menu/SelectMenuSeparator.d.ts +1 -3
- package/dist/components/side-bar/SideBar.d.ts +8 -24
- package/dist/components/side-bar/SideBarComponents.d.ts +6 -18
- package/dist/components/skeleton-loader/Skeleton.d.ts +1 -3
- package/dist/components/slider/Slider.d.ts +2 -6
- package/dist/components/sortable/Handle.d.ts +2 -6
- package/dist/components/spacer/Spacer.d.ts +1 -3
- package/dist/components/stepper/StepperStepBullet.d.ts +2 -4
- package/dist/components/stepper/StepperStepContainer.d.ts +3 -5
- package/dist/components/stepper/StepperStepLabel.d.ts +3 -7
- package/dist/components/switch/Switch.d.ts +1 -3
- package/dist/components/table/Table.d.ts +8 -24
- package/dist/components/table/TableBody.d.ts +1 -3
- package/dist/components/table/TableCell.d.ts +1 -3
- package/dist/components/table/TableFooter.d.ts +1 -3
- package/dist/components/table/TableFooterCell.d.ts +1 -3
- package/dist/components/table/TableHeader.d.ts +1 -3
- package/dist/components/table/TableHeaderCell.d.ts +1 -3
- package/dist/components/table/TableRow.d.ts +1 -3
- package/dist/components/table/useStickyColumnsCss.d.ts +1 -1
- package/dist/components/table/useStickyColumnsCss.js.map +1 -1
- package/dist/components/tabs/Tabs.d.ts +4 -12
- package/dist/components/tabs/TabsContent.d.ts +1 -3
- package/dist/components/tabs/TabsTrigger.d.ts +1 -3
- package/dist/components/tabs/TabsTriggerList.d.ts +1 -3
- package/dist/components/text/Text.d.ts +1 -3
- package/dist/components/textarea/Textarea.d.ts +2 -6
- package/dist/components/tile/Tile.d.ts +1 -3
- package/dist/components/tile-interactive/TileInteractive.d.ts +2 -6
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +3 -9
- package/dist/components/toast/Toast.d.ts +2 -4
- package/dist/components/toast/ToastIcon.js.map +1 -1
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +2 -6
- package/dist/components/toggle-group/ToggleGroupButton.js.map +1 -1
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +1 -3
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +6 -14
- package/dist/components/toggle-group/ToggleGroupRoot.js.map +1 -1
- package/dist/components/toggle-group/index.d.ts +5 -13
- package/dist/components/tooltip/Tooltip.d.ts +1 -3
- package/dist/components/tooltip/TooltipContent.d.ts +1 -3
- package/dist/components/top-bar/TopBar.d.ts +6 -18
- package/dist/components/top-bar/TopBarBrand.d.ts +3 -9
- package/dist/components/tree/Tree.d.ts +7 -21
- package/dist/components/tree/TreeCollapsible.d.ts +1 -3
- package/dist/components/tree/TreeItem.js.map +1 -1
- package/dist/components/tree/TreeItemContent.d.ts +1 -3
- package/dist/components/tree/TreeItemContent.js.map +1 -1
- package/dist/components/tree/TreeList.d.ts +1 -3
- package/dist/docgen.json +1 -1
- package/dist/index.cjs.js +12 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/styled.js.map +1 -1
- package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
- package/dist/utilities/css-wrapper/CSSWrapper.js.map +1 -1
- package/dist/utilities/hooks/useCallbackRef.js +1 -1
- package/dist/utilities/hooks/useCallbackRef.js.map +1 -1
- package/dist/utilities/hooks/useIsMountedRef.d.ts +1 -1
- package/dist/utilities/hooks/useResizeObserver.js +5 -1
- package/dist/utilities/hooks/useResizeObserver.js.map +1 -1
- package/dist/utilities/hooks/useScrollPosition.js +1 -1
- package/dist/utilities/hooks/useScrollPosition.js.map +1 -1
- package/dist/utilities/hooks/useSize.js +5 -3
- package/dist/utilities/hooks/useSize.js.map +1 -1
- package/package.json +4 -3
|
@@ -19,20 +19,16 @@ export declare const SectionMessage: {
|
|
|
19
19
|
({ theme, ...rest }: SectionMessageProps): React.JSX.Element;
|
|
20
20
|
Title: (props: React.ComponentProps<typeof import("..").Text>) => React.JSX.Element;
|
|
21
21
|
Description: ({ className, ...rest }: React.ComponentProps<typeof import("..").Text>) => React.JSX.Element;
|
|
22
|
-
Icon: ({ className, is, ...rest }: Partial<Omit<Omit<Omit<
|
|
23
|
-
ref?: ((instance: SVGSVGElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<SVGSVGElement> | null | undefined;
|
|
24
|
-
}, "size"> & {
|
|
22
|
+
Icon: ({ className, is, ...rest }: Partial<Omit<Omit<Omit<React.SVGProps<SVGSVGElement>, "size"> & {
|
|
25
23
|
size?: ("sm" | "md" | "lg" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "sm" | "md" | "lg">>) | undefined;
|
|
26
24
|
} & {
|
|
27
25
|
as?: React.ElementType;
|
|
28
|
-
}, "
|
|
26
|
+
}, "as" | "is"> & {
|
|
29
27
|
is: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
30
28
|
as?: never;
|
|
31
29
|
}, "ref"> & React.RefAttributes<SVGSVGElement>>) => React.JSX.Element;
|
|
32
30
|
Dismiss: ({ label, className, ...rest }: React.ComponentProps<typeof import("..").ActionIcon>) => React.JSX.Element;
|
|
33
|
-
Content: React.ForwardRefExoticComponent<Omit<
|
|
34
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
35
|
-
}, never> & {
|
|
31
|
+
Content: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & {
|
|
36
32
|
as?: React.ElementType;
|
|
37
33
|
}>;
|
|
38
34
|
Actions: ({ className, ...rest }: React.ComponentProps<"div">) => React.JSX.Element;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const SectionMessageContent: React.ForwardRefExoticComponent<Omit<
|
|
3
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
-
}, never> & {
|
|
2
|
+
export declare const SectionMessageContent: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & {
|
|
5
3
|
as?: React.ElementType;
|
|
6
4
|
}>;
|
|
7
5
|
export declare const SectionMessageActions: ({ className, ...rest }: React.ComponentProps<"div">) => React.JSX.Element;
|
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
export declare const SegmentedControl: {
|
|
2
2
|
Root: ({ size, theme, defaultValue, children, ...props }: React.PropsWithChildren<import("./SegmentedControlRoot").SegmentedControlRootProps>) => React.JSX.Element;
|
|
3
|
-
Item: import("react").ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
4
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
5
|
-
}, "size" | "theme"> & {
|
|
3
|
+
Item: import("react").ForwardRefExoticComponent<Omit<Omit<Omit<import("@radix-ui/react-tabs").TabsTriggerProps & import("react").RefAttributes<HTMLButtonElement>, "size" | "theme"> & {
|
|
6
4
|
theme?: ("primary" | "marsh" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "primary" | "marsh">>) | undefined;
|
|
7
5
|
size?: ("sm" | "md" | "lg" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "sm" | "md" | "lg">>) | undefined;
|
|
8
6
|
} & {
|
|
9
7
|
as?: import("react").ElementType;
|
|
10
8
|
}, "size">, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
|
|
11
|
-
Heading: (props: Omit<React.ComponentProps<import("react").ForwardRefExoticComponent<Omit<Omit<Omit<Omit<
|
|
12
|
-
ref?: ((instance: HTMLParagraphElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLParagraphElement> | null | undefined;
|
|
13
|
-
}, "size" | "noCapsize" | "weight" | "family"> & {
|
|
9
|
+
Heading: (props: Omit<React.ComponentProps<import("react").ForwardRefExoticComponent<Omit<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "size" | "noCapsize" | "weight" | "family"> & {
|
|
14
10
|
size?: ("sm" | "md" | "lg" | "xs" | "xl" | "2xl" | "3xl" | "4xl" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | "3xl" | "4xl">>) | undefined;
|
|
15
11
|
noCapsize?: (boolean | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", boolean>>) | undefined;
|
|
16
12
|
weight?: ("bold" | "normal" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "bold" | "normal">>) | undefined;
|
|
@@ -19,16 +15,12 @@ export declare const SegmentedControl: {
|
|
|
19
15
|
as?: import("react").ElementType;
|
|
20
16
|
}, "as"> & {
|
|
21
17
|
as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" | React.ComponentType | React.ElementType;
|
|
22
|
-
}, "ref"> & import("react").RefAttributes<HTMLParagraphElement>, "
|
|
23
|
-
ref?: ((instance: HTMLParagraphElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLParagraphElement> | null | undefined;
|
|
24
|
-
}, "size"> & {
|
|
18
|
+
}, "ref"> & import("react").RefAttributes<HTMLParagraphElement>, "size"> & {
|
|
25
19
|
size?: ("sm" | "md" | "lg" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "sm" | "md" | "lg">>) | undefined;
|
|
26
20
|
} & {
|
|
27
21
|
as?: import("react").ElementType;
|
|
28
22
|
}>>, "size">) => React.JSX.Element;
|
|
29
|
-
Description: (props: Omit<React.ComponentProps<import("react").ForwardRefExoticComponent<Omit<Omit<Omit<Omit<
|
|
30
|
-
ref?: ((instance: HTMLParagraphElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLParagraphElement> | null | undefined;
|
|
31
|
-
}, "size" | "noCapsize" | "weight" | "family"> & {
|
|
23
|
+
Description: (props: Omit<React.ComponentProps<import("react").ForwardRefExoticComponent<Omit<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "size" | "noCapsize" | "weight" | "family"> & {
|
|
32
24
|
size?: ("sm" | "md" | "lg" | "xs" | "xl" | "2xl" | "3xl" | "4xl" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | "3xl" | "4xl">>) | undefined;
|
|
33
25
|
noCapsize?: (boolean | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", boolean>>) | undefined;
|
|
34
26
|
weight?: ("bold" | "normal" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "bold" | "normal">>) | undefined;
|
|
@@ -37,24 +29,18 @@ export declare const SegmentedControl: {
|
|
|
37
29
|
as?: import("react").ElementType;
|
|
38
30
|
}, "as"> & {
|
|
39
31
|
as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" | React.ComponentType | React.ElementType;
|
|
40
|
-
}, "ref"> & import("react").RefAttributes<HTMLParagraphElement>, "
|
|
41
|
-
ref?: ((instance: HTMLParagraphElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLParagraphElement> | null | undefined;
|
|
42
|
-
}, "size"> & {
|
|
32
|
+
}, "ref"> & import("react").RefAttributes<HTMLParagraphElement>, "size"> & {
|
|
43
33
|
size?: ("sm" | "md" | "lg" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "sm" | "md" | "lg">>) | undefined;
|
|
44
34
|
} & {
|
|
45
35
|
as?: import("react").ElementType;
|
|
46
36
|
}>>, "size">) => React.JSX.Element;
|
|
47
37
|
Icon: (props: Omit<React.ComponentProps<typeof import("..").Icon>, "size">) => React.JSX.Element;
|
|
48
|
-
Content: import("react").ForwardRefExoticComponent<Omit<
|
|
49
|
-
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
50
|
-
}, never> & {
|
|
38
|
+
Content: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-tabs").TabsContentProps & import("react").RefAttributes<HTMLDivElement>, never> & {
|
|
51
39
|
as?: import("react").ElementType;
|
|
52
40
|
}>;
|
|
53
41
|
Badge: ({ className, ...props }: Omit<React.ComponentProps<typeof import("..").Badge>, "size">) => React.JSX.Element;
|
|
54
42
|
ItemList: (props: React.ComponentProps<{
|
|
55
|
-
({ children, colorScheme, ...rest }: React.ComponentProps<import("react").ForwardRefExoticComponent<Omit<
|
|
56
|
-
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
57
|
-
}, never> & {
|
|
43
|
+
({ children, colorScheme, ...rest }: React.ComponentProps<import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-tabs").TabsListProps & import("react").RefAttributes<HTMLDivElement>, never> & {
|
|
58
44
|
as?: import("react").ElementType;
|
|
59
45
|
}>> & {
|
|
60
46
|
colorScheme?: import("../..").TcolorScheme;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
export declare const SegmentedControlContent: React.ForwardRefExoticComponent<Omit<
|
|
3
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
-
}, never> & {
|
|
2
|
+
export declare const SegmentedControlContent: React.ForwardRefExoticComponent<Omit<import("@radix-ui/react-tabs").TabsContentProps & React.RefAttributes<HTMLDivElement>, never> & {
|
|
5
3
|
as?: React.ElementType;
|
|
6
4
|
}>;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
declare const StyledText: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<
|
|
3
|
-
ref?: ((instance: HTMLParagraphElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLParagraphElement> | null | undefined;
|
|
4
|
-
}, "size" | "noCapsize" | "weight" | "family"> & {
|
|
2
|
+
declare const StyledText: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "size" | "noCapsize" | "weight" | "family"> & {
|
|
5
3
|
size?: ("sm" | "md" | "lg" | "xs" | "xl" | "2xl" | "3xl" | "4xl" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | "3xl" | "4xl">>) | undefined;
|
|
6
4
|
noCapsize?: (boolean | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", boolean>>) | undefined;
|
|
7
5
|
weight?: ("bold" | "normal" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "bold" | "normal">>) | undefined;
|
|
@@ -10,9 +8,7 @@ declare const StyledText: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<Om
|
|
|
10
8
|
as?: React.ElementType;
|
|
11
9
|
}, "as"> & {
|
|
12
10
|
as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" | React.ComponentType | React.ElementType;
|
|
13
|
-
}, "ref"> & React.RefAttributes<HTMLParagraphElement>, "
|
|
14
|
-
ref?: ((instance: HTMLParagraphElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLParagraphElement> | null | undefined;
|
|
15
|
-
}, "size"> & {
|
|
11
|
+
}, "ref"> & React.RefAttributes<HTMLParagraphElement>, "size"> & {
|
|
16
12
|
size?: ("sm" | "md" | "lg" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "sm" | "md" | "lg">>) | undefined;
|
|
17
13
|
} & {
|
|
18
14
|
as?: React.ElementType;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
declare const StyledHeading: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<
|
|
3
|
-
ref?: ((instance: HTMLParagraphElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLParagraphElement> | null | undefined;
|
|
4
|
-
}, "size" | "noCapsize" | "weight" | "family"> & {
|
|
2
|
+
declare const StyledHeading: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "size" | "noCapsize" | "weight" | "family"> & {
|
|
5
3
|
size?: ("sm" | "md" | "lg" | "xs" | "xl" | "2xl" | "3xl" | "4xl" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | "3xl" | "4xl">>) | undefined;
|
|
6
4
|
noCapsize?: (boolean | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", boolean>>) | undefined;
|
|
7
5
|
weight?: ("bold" | "normal" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "bold" | "normal">>) | undefined;
|
|
@@ -10,9 +8,7 @@ declare const StyledHeading: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit
|
|
|
10
8
|
as?: React.ElementType;
|
|
11
9
|
}, "as"> & {
|
|
12
10
|
as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" | React.ComponentType | React.ElementType;
|
|
13
|
-
}, "ref"> & React.RefAttributes<HTMLParagraphElement>, "
|
|
14
|
-
ref?: ((instance: HTMLParagraphElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLParagraphElement> | null | undefined;
|
|
15
|
-
}, "size"> & {
|
|
11
|
+
}, "ref"> & React.RefAttributes<HTMLParagraphElement>, "size"> & {
|
|
16
12
|
size?: ("sm" | "md" | "lg" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "sm" | "md" | "lg">>) | undefined;
|
|
17
13
|
} & {
|
|
18
14
|
as?: React.ElementType;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
export declare const SegmentedControlItem: React.ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
3
|
-
ref?: ((instance: HTMLButtonElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
4
|
-
}, "size" | "theme"> & {
|
|
2
|
+
export declare const SegmentedControlItem: React.ForwardRefExoticComponent<Omit<Omit<Omit<import("@radix-ui/react-tabs").TabsTriggerProps & React.RefAttributes<HTMLButtonElement>, "size" | "theme"> & {
|
|
5
3
|
theme?: ("primary" | "marsh" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "primary" | "marsh">>) | undefined;
|
|
6
4
|
size?: ("sm" | "md" | "lg" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "sm" | "md" | "lg">>) | undefined;
|
|
7
5
|
} & {
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import type { SegmentedControlTheme } from './SegmentedControl.types';
|
|
3
|
-
declare const StyledSegmentedControlRoot: React.ForwardRefExoticComponent<Omit<Omit<
|
|
4
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
5
|
-
}, never> & {
|
|
3
|
+
declare const StyledSegmentedControlRoot: React.ForwardRefExoticComponent<Omit<Omit<import("@radix-ui/react-tabs").TabsProps & React.RefAttributes<HTMLDivElement>, never> & {
|
|
6
4
|
as?: React.ElementType;
|
|
7
5
|
}, "size"> & {
|
|
8
6
|
size?: ("sm" | "md" | "lg" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "sm" | "md" | "lg">>) | undefined;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Override } from '../../utilities/types';
|
|
3
|
-
declare const StyledSelect: React.ForwardRefExoticComponent<Omit<
|
|
4
|
-
ref?: ((instance: HTMLSelectElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLSelectElement> | null | undefined;
|
|
5
|
-
}, "appearance" | "size" | "theme" | "state"> & {
|
|
3
|
+
declare const StyledSelect: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>, "appearance" | "size" | "theme" | "state"> & {
|
|
6
4
|
size?: ("sm" | "md" | "lg" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "sm" | "md" | "lg">>) | undefined;
|
|
7
5
|
state?: ("error" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "error">>) | undefined;
|
|
8
6
|
theme?: ("grey" | "white" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "grey" | "white">>) | undefined;
|
|
@@ -6,25 +6,17 @@ type SelectMenuProps = React.ComponentProps<typeof RadixSelect.Root> & {
|
|
|
6
6
|
state?: 'error';
|
|
7
7
|
};
|
|
8
8
|
export declare const SelectMenu: (({ size, theme, state, children, ...props }: SelectMenuProps) => React.JSX.Element) & {
|
|
9
|
-
Trigger: React.ForwardRefExoticComponent<Omit<
|
|
10
|
-
ref?: ((instance: HTMLButtonElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
11
|
-
} & {
|
|
9
|
+
Trigger: React.ForwardRefExoticComponent<Omit<RadixSelect.SelectTriggerProps & React.RefAttributes<HTMLButtonElement> & {
|
|
12
10
|
placeholder?: string;
|
|
13
11
|
}, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
14
|
-
Content: React.ForwardRefExoticComponent<Omit<
|
|
15
|
-
|
|
16
|
-
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
17
|
-
Item: React.ForwardRefExoticComponent<Omit<Omit<RadixSelect.SelectItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
18
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
19
|
-
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
12
|
+
Content: React.ForwardRefExoticComponent<Omit<RadixSelect.SelectContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
+
Item: React.ForwardRefExoticComponent<Omit<RadixSelect.SelectItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
20
14
|
Group: React.ForwardRefExoticComponent<RadixSelect.SelectGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
21
15
|
Label: {
|
|
22
16
|
({ className, ...props }: RadixSelect.SelectLabelProps & React.RefAttributes<HTMLDivElement>): React.JSX.Element;
|
|
23
17
|
displayName: string;
|
|
24
18
|
};
|
|
25
|
-
Separator: React.ForwardRefExoticComponent<Omit<
|
|
26
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
27
|
-
}, never> & {
|
|
19
|
+
Separator: React.ForwardRefExoticComponent<Omit<RadixSelect.SelectSeparatorProps & React.RefAttributes<HTMLDivElement>, never> & {
|
|
28
20
|
as?: React.ElementType;
|
|
29
21
|
}>;
|
|
30
22
|
};
|
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
import * as RadixSelect from '@radix-ui/react-select';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
export declare const SelectMenuContent: React.ForwardRefExoticComponent<Omit<
|
|
4
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
5
|
-
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
3
|
+
export declare const SelectMenuContent: React.ForwardRefExoticComponent<Omit<RadixSelect.SelectContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
import * as RadixSelect from '@radix-ui/react-select';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
export declare const SelectMenuItem: React.ForwardRefExoticComponent<Omit<
|
|
4
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
5
|
-
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
3
|
+
export declare const SelectMenuItem: React.ForwardRefExoticComponent<Omit<RadixSelect.SelectItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import * as RadixSelect from '@radix-ui/react-select';
|
|
2
|
-
export declare const SelectMenuSeparator: import("react").ForwardRefExoticComponent<Omit<
|
|
3
|
-
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
-
}, never> & {
|
|
2
|
+
export declare const SelectMenuSeparator: import("react").ForwardRefExoticComponent<Omit<RadixSelect.SelectSeparatorProps & import("react").RefAttributes<HTMLDivElement>, never> & {
|
|
5
3
|
as?: import("react").ElementType;
|
|
6
4
|
}>;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Theme } from '../../styled';
|
|
3
|
-
declare const Root: React.ForwardRefExoticComponent<Omit<
|
|
4
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
5
|
-
}, "type"> & {
|
|
3
|
+
declare const Root: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "type"> & {
|
|
6
4
|
type?: "static" | "expandable" | undefined;
|
|
7
5
|
} & {
|
|
8
6
|
as?: React.ElementType;
|
|
@@ -13,23 +11,17 @@ type SideBarProps = React.ComponentProps<typeof Root> & {
|
|
|
13
11
|
} & React.ComponentProps<typeof Theme>;
|
|
14
12
|
export declare const SideBar: {
|
|
15
13
|
({ theme, className, children, type, offset, style, ...rest }: SideBarProps): React.JSX.Element;
|
|
16
|
-
Brand: React.ForwardRefExoticComponent<
|
|
17
|
-
ref?: ((instance: HTMLAnchorElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLAnchorElement> | null | undefined;
|
|
18
|
-
} & {
|
|
14
|
+
Brand: React.ForwardRefExoticComponent<React.ClassAttributes<HTMLAnchorElement> & React.AnchorHTMLAttributes<HTMLAnchorElement> & {
|
|
19
15
|
as?: React.ElementType;
|
|
20
16
|
}>;
|
|
21
|
-
BrandLogo: React.ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
22
|
-
ref?: ((instance: HTMLImageElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLImageElement> | null | undefined;
|
|
23
|
-
}, "fluid"> & {
|
|
17
|
+
BrandLogo: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "fluid"> & {
|
|
24
18
|
fluid?: boolean | undefined;
|
|
25
19
|
} & {
|
|
26
20
|
as?: React.ElementType;
|
|
27
21
|
}, "as"> & {
|
|
28
22
|
as?: never;
|
|
29
23
|
}, "ref"> & React.RefAttributes<HTMLImageElement>>;
|
|
30
|
-
BrandName: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<
|
|
31
|
-
ref?: ((instance: HTMLParagraphElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLParagraphElement> | null | undefined;
|
|
32
|
-
}, "size" | "noCapsize" | "weight" | "family"> & {
|
|
24
|
+
BrandName: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "size" | "noCapsize" | "weight" | "family"> & {
|
|
33
25
|
size?: ("sm" | "md" | "lg" | "xs" | "xl" | "2xl" | "3xl" | "4xl" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | "3xl" | "4xl">>) | undefined;
|
|
34
26
|
noCapsize?: (boolean | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", boolean>>) | undefined;
|
|
35
27
|
weight?: ("bold" | "normal" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "bold" | "normal">>) | undefined;
|
|
@@ -38,24 +30,16 @@ export declare const SideBar: {
|
|
|
38
30
|
as?: React.ElementType;
|
|
39
31
|
}, "as"> & {
|
|
40
32
|
as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" | React.ComponentType | React.ElementType;
|
|
41
|
-
}, "ref"> & React.RefAttributes<HTMLParagraphElement>,
|
|
42
|
-
ref?: ((instance: HTMLParagraphElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLParagraphElement> | null | undefined;
|
|
43
|
-
}, never> & {
|
|
33
|
+
}, "ref"> & React.RefAttributes<HTMLParagraphElement>, never> & {
|
|
44
34
|
as?: React.ElementType;
|
|
45
35
|
}>;
|
|
46
|
-
Header: React.ForwardRefExoticComponent<Omit<
|
|
47
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
48
|
-
}, never> & {
|
|
36
|
+
Header: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & {
|
|
49
37
|
as?: React.ElementType;
|
|
50
38
|
}>;
|
|
51
|
-
Body: React.ForwardRefExoticComponent<Omit<
|
|
52
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
53
|
-
}, never> & {
|
|
39
|
+
Body: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & {
|
|
54
40
|
as?: React.ElementType;
|
|
55
41
|
}>;
|
|
56
|
-
Footer: React.ForwardRefExoticComponent<Omit<
|
|
57
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
58
|
-
}, never> & {
|
|
42
|
+
Footer: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & {
|
|
59
43
|
as?: React.ElementType;
|
|
60
44
|
}>;
|
|
61
45
|
displayName: string;
|
|
@@ -1,34 +1,24 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
export declare const SideBarHeader: React.ForwardRefExoticComponent<Omit<
|
|
3
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
-
}, never> & {
|
|
2
|
+
export declare const SideBarHeader: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & {
|
|
5
3
|
as?: React.ElementType;
|
|
6
4
|
}>;
|
|
7
|
-
export declare const SideBarBody: React.ForwardRefExoticComponent<Omit<
|
|
8
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
9
|
-
}, never> & {
|
|
5
|
+
export declare const SideBarBody: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & {
|
|
10
6
|
as?: React.ElementType;
|
|
11
7
|
}>;
|
|
12
|
-
export declare const SideBarFooter: React.ForwardRefExoticComponent<Omit<
|
|
13
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
14
|
-
}, never> & {
|
|
8
|
+
export declare const SideBarFooter: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & {
|
|
15
9
|
as?: React.ElementType;
|
|
16
10
|
}>;
|
|
17
11
|
export declare const SideBarBrand: React.ForwardRefExoticComponent<React.ComponentPropsWithRef<"a"> & {
|
|
18
12
|
as?: React.ElementType;
|
|
19
13
|
}>;
|
|
20
|
-
export declare const SideBarBrandLogo: React.ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
21
|
-
ref?: ((instance: HTMLImageElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLImageElement> | null | undefined;
|
|
22
|
-
}, "fluid"> & {
|
|
14
|
+
export declare const SideBarBrandLogo: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "fluid"> & {
|
|
23
15
|
fluid?: boolean | undefined;
|
|
24
16
|
} & {
|
|
25
17
|
as?: React.ElementType;
|
|
26
18
|
}, "as"> & {
|
|
27
19
|
as?: never;
|
|
28
20
|
}, "ref"> & React.RefAttributes<HTMLImageElement>>;
|
|
29
|
-
export declare const SideBarBrandName: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<
|
|
30
|
-
ref?: ((instance: HTMLParagraphElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLParagraphElement> | null | undefined;
|
|
31
|
-
}, "size" | "noCapsize" | "weight" | "family"> & {
|
|
21
|
+
export declare const SideBarBrandName: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "size" | "noCapsize" | "weight" | "family"> & {
|
|
32
22
|
size?: ("sm" | "md" | "lg" | "xs" | "xl" | "2xl" | "3xl" | "4xl" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | "3xl" | "4xl">>) | undefined;
|
|
33
23
|
noCapsize?: (boolean | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", boolean>>) | undefined;
|
|
34
24
|
weight?: ("bold" | "normal" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "bold" | "normal">>) | undefined;
|
|
@@ -37,8 +27,6 @@ export declare const SideBarBrandName: React.ForwardRefExoticComponent<Omit<Omit
|
|
|
37
27
|
as?: React.ElementType;
|
|
38
28
|
}, "as"> & {
|
|
39
29
|
as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" | React.ComponentType | React.ElementType;
|
|
40
|
-
}, "ref"> & React.RefAttributes<HTMLParagraphElement>,
|
|
41
|
-
ref?: ((instance: HTMLParagraphElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLParagraphElement> | null | undefined;
|
|
42
|
-
}, never> & {
|
|
30
|
+
}, "ref"> & React.RefAttributes<HTMLParagraphElement>, never> & {
|
|
43
31
|
as?: React.ElementType;
|
|
44
32
|
}>;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
export declare const SkeletonLoader: import("react").ForwardRefExoticComponent<Omit<
|
|
2
|
-
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
3
|
-
}, never> & {
|
|
1
|
+
export declare const SkeletonLoader: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & {
|
|
4
2
|
as?: import("react").ElementType;
|
|
5
3
|
}>;
|
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { SliderSteps } from './SliderSteps';
|
|
3
3
|
import { SliderValue } from './SliderValue';
|
|
4
|
-
declare const StyledTrack: React.ForwardRefExoticComponent<Omit<
|
|
5
|
-
ref?: ((instance: HTMLSpanElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLSpanElement> | null | undefined;
|
|
6
|
-
}, "theme"> & {
|
|
4
|
+
declare const StyledTrack: React.ForwardRefExoticComponent<Omit<import("@radix-ui/react-slider").SliderTrackProps & React.RefAttributes<HTMLSpanElement>, "theme"> & {
|
|
7
5
|
theme?: "light" | "tonal" | undefined;
|
|
8
6
|
} & {
|
|
9
7
|
as?: React.ElementType;
|
|
10
8
|
}>;
|
|
11
|
-
declare const StyledSlider: React.ForwardRefExoticComponent<Omit<
|
|
12
|
-
ref?: ((instance: HTMLSpanElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLSpanElement> | null | undefined;
|
|
13
|
-
}, never> & {
|
|
9
|
+
declare const StyledSlider: React.ForwardRefExoticComponent<Omit<import("@radix-ui/react-slider").SliderProps & React.RefAttributes<HTMLSpanElement>, never> & {
|
|
14
10
|
as?: React.ElementType;
|
|
15
11
|
}>;
|
|
16
12
|
export type SliderProps = React.ComponentProps<typeof StyledSlider> & Pick<React.ComponentProps<typeof StyledTrack>, 'theme'>;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Icon } from '../icon/Icon';
|
|
3
|
-
export declare const StyledHandle: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<
|
|
4
|
-
ref?: ((instance: HTMLButtonElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
5
|
-
}, "appearance" | "size" | "theme" | "isRounded"> & {
|
|
3
|
+
export declare const StyledHandle: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "appearance" | "size" | "theme" | "isRounded"> & {
|
|
6
4
|
theme?: ("primary" | "white" | "neutral" | "primaryDark" | "success" | "warning" | "danger" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "primary" | "white" | "neutral" | "primaryDark" | "success" | "warning" | "danger">>) | undefined;
|
|
7
5
|
appearance?: ("simple" | "outline" | "solid" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "simple" | "outline" | "solid">>) | undefined;
|
|
8
6
|
size?: ("sm" | "md" | "lg" | "xs" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "sm" | "md" | "lg" | "xs">>) | undefined;
|
|
@@ -12,9 +10,7 @@ export declare const StyledHandle: React.ForwardRefExoticComponent<Omit<Omit<Omi
|
|
|
12
10
|
}, "children" | "label" | "hasTooltip" | "tooltipSide" | keyof import("../..").NavigatorActions> & {
|
|
13
11
|
children: React.ReactNode;
|
|
14
12
|
label: string;
|
|
15
|
-
} & Omit<import("../..").TOptionalTooltipWrapperProps, "label"> & import("../..").NavigatorActions, "ref"> & React.RefAttributes<HTMLButtonElement>, "
|
|
16
|
-
ref?: ((instance: HTMLButtonElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
17
|
-
}, "isDragging"> & {
|
|
13
|
+
} & Omit<import("../..").TOptionalTooltipWrapperProps, "label"> & import("../..").NavigatorActions, "ref"> & React.RefAttributes<HTMLButtonElement>, "isDragging"> & {
|
|
18
14
|
isDragging?: boolean | undefined;
|
|
19
15
|
} & {
|
|
20
16
|
as?: React.ElementType;
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
* A flexible flex spacer that expands along the major axis of its containing flex layout.
|
|
3
3
|
* It renders a `div` by default, and takes up any available space.
|
|
4
4
|
*/
|
|
5
|
-
export declare const Spacer: import("react").ForwardRefExoticComponent<Omit<
|
|
6
|
-
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
7
|
-
}, never> & {
|
|
5
|
+
export declare const Spacer: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & {
|
|
8
6
|
as?: import("react").ElementType;
|
|
9
7
|
}>;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
export declare const StepperStepBullet: import("react").ForwardRefExoticComponent<Omit<
|
|
2
|
-
|
|
3
|
-
}, "status"> & {
|
|
4
|
-
status?: "default" | "success" | "active" | "viewed" | "completed" | "reviewed" | undefined;
|
|
1
|
+
export declare const StepperStepBullet: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "status"> & {
|
|
2
|
+
status?: "success" | "default" | "active" | "viewed" | "completed" | "reviewed" | undefined;
|
|
5
3
|
} & {
|
|
6
4
|
as?: import("react").ElementType;
|
|
7
5
|
}>;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
export declare const StepperStepContainer: import("react").ForwardRefExoticComponent<Omit<
|
|
2
|
-
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
3
|
-
}, "direction" | "separator" | "status" | "canInteract"> & {
|
|
1
|
+
export declare const StepperStepContainer: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "separator" | "status" | "direction" | "canInteract"> & {
|
|
4
2
|
canInteract?: boolean | undefined;
|
|
5
3
|
direction?: "horizontal" | "vertical" | undefined;
|
|
6
|
-
separator?: "
|
|
7
|
-
status?: "
|
|
4
|
+
separator?: "success" | "default" | "active" | "viewed" | undefined;
|
|
5
|
+
status?: "success" | "default" | "active" | "viewed" | "completed" | "reviewed" | undefined;
|
|
8
6
|
} & {
|
|
9
7
|
as?: import("react").ElementType;
|
|
10
8
|
}>;
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
export declare const StepperStepLabel: import("react").ForwardRefExoticComponent<Omit<Omit<Omit<Omit<
|
|
2
|
-
ref?: ((instance: HTMLParagraphElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLParagraphElement> | null | undefined;
|
|
3
|
-
}, "size" | "noCapsize" | "weight" | "family"> & {
|
|
1
|
+
export declare const StepperStepLabel: import("react").ForwardRefExoticComponent<Omit<Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "size" | "noCapsize" | "weight" | "family"> & {
|
|
4
2
|
size?: ("sm" | "md" | "lg" | "xs" | "xl" | "2xl" | "3xl" | "4xl" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "sm" | "md" | "lg" | "xs" | "xl" | "2xl" | "3xl" | "4xl">>) | undefined;
|
|
5
3
|
noCapsize?: (boolean | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", boolean>>) | undefined;
|
|
6
4
|
weight?: ("bold" | "normal" | Partial<Record<"@initial" | "@sm" | "@md" | "@lg" | "@xl", "bold" | "normal">>) | undefined;
|
|
@@ -9,11 +7,9 @@ export declare const StepperStepLabel: import("react").ForwardRefExoticComponent
|
|
|
9
7
|
as?: import("react").ElementType;
|
|
10
8
|
}, "as"> & {
|
|
11
9
|
as?: "blockquote" | "caption" | "dd" | "dt" | "figcaption" | "li" | "p" | "span" | "legend" | React.ComponentType | React.ElementType;
|
|
12
|
-
}, "ref"> & import("react").RefAttributes<HTMLParagraphElement>, "
|
|
13
|
-
ref?: ((instance: HTMLParagraphElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLParagraphElement> | null | undefined;
|
|
14
|
-
}, "direction" | "status"> & {
|
|
10
|
+
}, "ref"> & import("react").RefAttributes<HTMLParagraphElement>, "status" | "direction"> & {
|
|
15
11
|
direction?: "horizontal" | "vertical" | undefined;
|
|
16
|
-
status?: "
|
|
12
|
+
status?: "success" | "default" | "active" | "viewed" | "completed" | "reviewed" | undefined;
|
|
17
13
|
} & {
|
|
18
14
|
as?: import("react").ElementType;
|
|
19
15
|
}>;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import * as RadixSwitch from '@radix-ui/react-switch';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
declare const StyledSwitch: React.ForwardRefExoticComponent<Omit<
|
|
4
|
-
ref?: ((instance: HTMLButtonElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
5
|
-
}, "size"> & {
|
|
3
|
+
declare const StyledSwitch: React.ForwardRefExoticComponent<Omit<RadixSwitch.SwitchProps & React.RefAttributes<HTMLButtonElement>, "size"> & {
|
|
6
4
|
size?: "md" | "lg" | undefined;
|
|
7
5
|
} & {
|
|
8
6
|
as?: React.ElementType;
|