@sesamehr/react-design-system 2.0.0-beta.6 → 2.0.0-beta.8
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/Button/ActionItem/ActionItem.d.ts +40 -0
- package/dist/Button/ActionItem/index.d.ts +1 -0
- package/dist/Data/Table/TableScrollbar/TableScrollbar.d.ts +5 -3
- package/dist/Data/Table/hooks/useTableVirtual/useTableVirtual.types.d.ts +4 -3
- package/dist/Display/Avatar/AvatarSkeleton/AvatarSkeleton.d.ts +30 -0
- package/dist/Display/Avatar/index.d.ts +2 -0
- package/dist/Display/ChatBubble/ChatBubble.d.ts +20 -3
- package/dist/Display/ChatBubble/ChatBubbleStatus/ChatBubbleStatus.d.ts +2 -2
- package/dist/Display/ChatBubble/index.d.ts +31 -0
- package/dist/Display/FileCard/FileCard.d.ts +66 -0
- package/dist/Display/FileCard/index.d.ts +1 -0
- package/dist/Display/FilePreviewCard/FilePreviewCard.d.ts +49 -0
- package/dist/Display/FilePreviewCard/index.d.ts +1 -0
- package/dist/Feedback/Alert/AlertIcon.d.ts +1 -1
- package/dist/Feedback/Dialog/DialogBody.d.ts +18 -0
- package/dist/Feedback/Dialog/index.d.ts +1 -0
- package/dist/Feedback/Popover/PopoverContent.d.ts +7 -1
- package/dist/Feedback/Progress/index.d.ts +1 -1
- package/dist/Feedback/Skeleton/Skeleton.d.ts +20 -0
- package/dist/Feedback/Skeleton/index.d.ts +2 -0
- package/dist/Forms/Field/FieldGroup/FieldGroup.d.ts +16 -1
- package/dist/Forms/Field/FieldLabel/FieldLabel.d.ts +16 -0
- package/dist/Forms/Field/FieldMessage/FieldMessage.d.ts +22 -2
- package/dist/Forms/Field/index.d.ts +1 -0
- package/dist/Forms/Field/useFieldGroup.d.ts +108 -0
- package/dist/Forms/Inputs/Calendar/Calendar.d.ts +2 -7
- package/dist/Forms/Inputs/Calendar/CalendarRange.d.ts +2 -7
- package/dist/Forms/Inputs/Calendar/date.d.ts +28 -0
- package/dist/Forms/Inputs/Calendar/index.d.ts +1 -0
- package/dist/Forms/Inputs/Calendar/nav.d.ts +34 -0
- package/dist/Forms/Inputs/Calendar/testids.d.ts +9 -6
- package/dist/Forms/Inputs/Calendar/useCalendarLocale.d.ts +18 -0
- package/dist/Forms/Inputs/ChatInput/ChatInput.d.ts +68 -0
- package/dist/Forms/Inputs/ChatInput/index.d.ts +46 -0
- package/dist/Forms/Inputs/Combobox/ComboboxContent.d.ts +5 -0
- package/dist/Forms/Inputs/Combobox/ComboboxGroup.d.ts +6 -2
- package/dist/Forms/Inputs/Combobox/ComboboxInput.d.ts +6 -1
- package/dist/Forms/Inputs/Combobox/ComboboxItem.d.ts +4 -0
- package/dist/Forms/Inputs/Combobox/context.d.ts +7 -0
- package/dist/Forms/Inputs/Combobox/useComboboxLabels.d.ts +21 -0
- package/dist/Forms/Inputs/DatePicker/DatePicker.d.ts +51 -0
- package/dist/Forms/Inputs/DatePicker/DatePickerHeader.d.ts +65 -0
- package/dist/Forms/Inputs/DatePicker/DatePickerMonthSelect.d.ts +27 -0
- package/dist/Forms/Inputs/DatePicker/DatePickerTrigger.d.ts +29 -0
- package/dist/Forms/Inputs/DatePicker/DatePickerYearSelect.d.ts +25 -0
- package/dist/Forms/Inputs/DatePicker/DateRangePicker.d.ts +61 -0
- package/dist/Forms/Inputs/DatePicker/format.d.ts +44 -0
- package/dist/Forms/Inputs/DatePicker/index.d.ts +6 -0
- package/dist/Forms/Inputs/DatePicker/month.d.ts +28 -0
- package/dist/Forms/Inputs/DatePicker/useDatePickerHeader.d.ts +23 -0
- package/dist/Forms/Inputs/InputOtp/InputOtp.d.ts +7 -0
- package/dist/Forms/Inputs/InputPassword/InputPassword.d.ts +9 -1
- package/dist/Forms/Inputs/InputText/InputText.d.ts +9 -0
- package/dist/Forms/Inputs/SearchBar/useSearchDelay.d.ts +1 -1
- package/dist/Forms/Inputs/SearchPanel/SearchPanel.d.ts +71 -0
- package/dist/Forms/Inputs/SearchPanel/SearchPanelEmpty.d.ts +16 -0
- package/dist/Forms/Inputs/SearchPanel/SearchPanelGroup.d.ts +14 -0
- package/dist/Forms/Inputs/SearchPanel/SearchPanelInput.d.ts +31 -0
- package/dist/Forms/Inputs/SearchPanel/SearchPanelItem.d.ts +20 -0
- package/dist/Forms/Inputs/SearchPanel/SearchPanelList.d.ts +42 -0
- package/dist/Forms/Inputs/SearchPanel/context.d.ts +11 -0
- package/dist/Forms/Inputs/SearchPanel/index.d.ts +6 -0
- package/dist/Forms/Inputs/Select/SelectContent.d.ts +6 -0
- package/dist/Forms/Inputs/Select/SelectGroup.d.ts +6 -2
- package/dist/Forms/Inputs/Select/SelectItem.d.ts +6 -0
- package/dist/Forms/Inputs/Textarea/Textarea.d.ts +69 -0
- package/dist/Forms/Inputs/Textarea/index.d.ts +21 -0
- package/dist/Forms/Inputs/Toggle/RadioButton/RadioGroup.d.ts +5 -0
- package/dist/Forms/Inputs/Toggle/ToggleLabel/ToggleLabel.d.ts +10 -1
- package/dist/Forms/Inputs/index.d.ts +4 -0
- package/dist/Layout/Scrollbar/Scrollbar.d.ts +46 -0
- package/dist/Layout/Scrollbar/index.d.ts +2 -0
- package/dist/Layout/Scrollbar/useScrollbar.d.ts +52 -0
- package/dist/hooks/index.d.ts +12 -0
- package/dist/hooks/useAutoGrow.d.ts +22 -0
- package/dist/internal/Listbox/ListboxEmpty.d.ts +3 -0
- package/dist/internal/Listbox/ListboxItem.d.ts +23 -0
- package/dist/internal/Listbox/ListboxLabel.d.ts +9 -0
- package/dist/internal/Listbox/ListboxSeparator.d.ts +3 -0
- package/dist/internal/Listbox/ListboxViewport.d.ts +9 -0
- package/dist/internal/Surface/Surface.d.ts +35 -0
- package/dist/internal/index.d.ts +13 -0
- package/dist/main.d.ts +11 -5
- package/dist/react-design-system.css +1 -1
- package/dist/react-design-system.js +10617 -9478
- package/dist/react-design-system.umd.cjs +156 -132
- package/package.json +1 -2
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
export interface UseAutoGrowReturn {
|
|
3
|
+
/** Re-measure and re-apply the height. Cheap; call it on every keystroke. */
|
|
4
|
+
resize: () => void;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Grows a `<textarea>` with its content up to `maxRows`, then lets it scroll.
|
|
8
|
+
* Mirrors `@sesame/orxata-core` useAutoGrow.
|
|
9
|
+
*
|
|
10
|
+
* Measuring is the whole trick and it has one rule: the height has to be
|
|
11
|
+
* cleared before `scrollHeight` is read. `scrollHeight` never reports less
|
|
12
|
+
* than the element's own height, so measuring against the height left over
|
|
13
|
+
* from the previous keystroke makes the field a one-way ratchet — it grows
|
|
14
|
+
* when text is added and never shrinks when it is deleted.
|
|
15
|
+
*
|
|
16
|
+
* The cap is applied here rather than as a CSS `max-height` so that the
|
|
17
|
+
* overflow can be switched with it. A permanently scrollable textarea shows a
|
|
18
|
+
* scrollbar gutter in the browsers that reserve one, which moves the text by a
|
|
19
|
+
* few pixels for as long as the field is a single line — visible, and wrong
|
|
20
|
+
* against a design that has no scrollbar in it.
|
|
21
|
+
*/
|
|
22
|
+
export declare const useAutoGrow: (element: RefObject<HTMLTextAreaElement | null>, value: string, maxRows: number) => UseAutoGrowReturn;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export type ListboxEmptyProps = React.ComponentPropsWithoutRef<'div'>;
|
|
2
|
+
/** Shown in place of the rows when a search matched nothing. Internal. */
|
|
3
|
+
export declare const ListboxEmpty: import('react').ForwardRefExoticComponent<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export interface ListboxItemProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
2
|
+
/**
|
|
3
|
+
* The check mark, for lists that have one. Pass it — even as a fragment that
|
|
4
|
+
* renders nothing while the row is unchecked — and the row reserves the space
|
|
5
|
+
* on its right; leave it out and the row sits flush.
|
|
6
|
+
*/
|
|
7
|
+
indicator?: React.ReactNode;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* One row of a list: `Select`'s option, `Combobox`'s option, `SearchPanel`'
|
|
11
|
+
* result. Port of `core/src/internal/Listbox/ListboxItem`.
|
|
12
|
+
*
|
|
13
|
+
* Whether the row leaves room on the right is decided by the presence of the
|
|
14
|
+
* `indicator` prop, not by whether the row is currently checked — a list with
|
|
15
|
+
* check marks always passes it and a list without one never does, so the gap
|
|
16
|
+
* is stable instead of appearing the moment a row becomes checked.
|
|
17
|
+
*
|
|
18
|
+
* The indicator wrapper is rendered here rather than left to the caller so the
|
|
19
|
+
* positioning lives in one file. That matters less in React than in Vue, where
|
|
20
|
+
* scoped CSS would simply not reach an element authored elsewhere, but keeping
|
|
21
|
+
* the two ports the same shape is what makes them comparable.
|
|
22
|
+
*/
|
|
23
|
+
export declare const ListboxItem: import('react').ForwardRefExoticComponent<ListboxItemProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export type ListboxLabelProps = React.ComponentPropsWithoutRef<'div'>;
|
|
2
|
+
/**
|
|
3
|
+
* The heading above a group of rows. Internal — see `Surface.tsx`.
|
|
4
|
+
*
|
|
5
|
+
* Content is `children`, never a string prop: the heading is the caller's word
|
|
6
|
+
* for their own category, and a design system that took it as a prop would be
|
|
7
|
+
* deciding how it can be written.
|
|
8
|
+
*/
|
|
9
|
+
export declare const ListboxLabel: import('react').ForwardRefExoticComponent<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export type ListboxSeparatorProps = React.ComponentPropsWithoutRef<'div'>;
|
|
2
|
+
/** The rule between two groups of rows. Internal — see `Surface.tsx`. */
|
|
3
|
+
export declare const ListboxSeparator: import('react').ForwardRefExoticComponent<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export type ListboxViewportProps = React.ComponentPropsWithoutRef<'div'>;
|
|
2
|
+
/**
|
|
3
|
+
* The padded, scrolling box the rows sit in. Internal — see `Surface.tsx`.
|
|
4
|
+
*
|
|
5
|
+
* Reached through `asChild` from Radix's `Select.Viewport` or cmdk's
|
|
6
|
+
* `Command.List`, both of which own the scrolling behaviour and neither of
|
|
7
|
+
* which agrees on a name.
|
|
8
|
+
*/
|
|
9
|
+
export declare const ListboxViewport: import('react').ForwardRefExoticComponent<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export interface SurfaceProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
2
|
+
/**
|
|
3
|
+
* Drawn free of any trigger rather than tethered to one: no border, a deeper
|
|
4
|
+
* shadow. The command palette is the case.
|
|
5
|
+
*/
|
|
6
|
+
floating?: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* Joined to the edge of whatever it drops out of, rather than separated from
|
|
9
|
+
* it by a gap: the corners on the side it meets go square, so the two boxes
|
|
10
|
+
* read as one card. `SearchPanel`'s results are the case.
|
|
11
|
+
*/
|
|
12
|
+
attached?: boolean;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* The floating surface: the card a `Popover`, a `Select`, a `Combobox` or a
|
|
16
|
+
* `SearchPanel` panel is drawn on. Port of `core/src/internal/Surface`.
|
|
17
|
+
*
|
|
18
|
+
* Internal on purpose. It carries no portal and no positioning — those belong
|
|
19
|
+
* to whichever primitive family opened it, and they are not interchangeable.
|
|
20
|
+
* What is interchangeable is the *look*: the fill, the border, the radius, the
|
|
21
|
+
* shadow and the open/close animation. Each content component keeps its own
|
|
22
|
+
* primitive as the root and reaches this element through `asChild`, so the
|
|
23
|
+
* primitive's `data-state` and `data-side` land on the div below and the
|
|
24
|
+
* animation selectors see them.
|
|
25
|
+
*
|
|
26
|
+
* It is not exported from `main.ts`. On its own it is an inert div: no
|
|
27
|
+
* keyboard, no focus management, no positioning. The public way to get one
|
|
28
|
+
* stays `OxPopover`, `OxSelect`, `OxCombobox` or `OxSearchPanel`.
|
|
29
|
+
*
|
|
30
|
+
* `forwardRef` is not optional here: `asChild` composes the primitive's ref
|
|
31
|
+
* onto this component, and a plain function component would drop it — the
|
|
32
|
+
* popover would have nothing to measure and would position itself at the
|
|
33
|
+
* origin.
|
|
34
|
+
*/
|
|
35
|
+
export declare const Surface: import('react').ForwardRefExoticComponent<SurfaceProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Shared presentational parts. Deliberately absent from `src/main.ts`: each is
|
|
3
|
+
* an inert element with no keyboard, no roles and no positioning, so publishing
|
|
4
|
+
* one would ship something that looks like an option and behaves like a div.
|
|
5
|
+
* The public way to build a list stays `OxSelect`, `OxCombobox` or
|
|
6
|
+
* `OxSearchPanel`, each of which pairs these with its own primitive.
|
|
7
|
+
*/
|
|
8
|
+
export { Surface, type SurfaceProps } from './Surface/Surface.tsx';
|
|
9
|
+
export { ListboxEmpty, type ListboxEmptyProps, } from './Listbox/ListboxEmpty.tsx';
|
|
10
|
+
export { ListboxItem, type ListboxItemProps } from './Listbox/ListboxItem.tsx';
|
|
11
|
+
export { ListboxLabel, type ListboxLabelProps, } from './Listbox/ListboxLabel.tsx';
|
|
12
|
+
export { ListboxSeparator, type ListboxSeparatorProps, } from './Listbox/ListboxSeparator.tsx';
|
|
13
|
+
export { ListboxViewport, type ListboxViewportProps, } from './Listbox/ListboxViewport.tsx';
|
package/dist/main.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './lib/utils.ts';
|
|
2
|
+
export * from './hooks/index.ts';
|
|
2
3
|
export { TransitionBounce as OxTransitionBounce } from './Transitions/TransitionBounce/TransitionBounce.tsx';
|
|
3
4
|
export { TransitionSlideX as OxTransitionSlideX } from './Transitions/TransitionSlideX/TransitionSlideX.tsx';
|
|
4
5
|
export { TransitionFade as OxTransitionFade } from './Transitions/TransitionFade/TransitionFade.tsx';
|
|
@@ -7,20 +8,24 @@ export { TransitionExpand as OxTransitionExpand } from './Transitions/Transition
|
|
|
7
8
|
export { TransitionFlip as OxTransitionFlip } from './Transitions/TransitionFlip/TransitionFlip.tsx';
|
|
8
9
|
export { Button as OxButton, buttonVariants, type ButtonVariants, } from './Button/index.ts';
|
|
9
10
|
export { IconButton as OxIconButton, iconButtonVariants, type IconButtonVariants, } from './Button/IconButton/index.ts';
|
|
11
|
+
export { ActionItem as OxActionItem, type ActionItemProps, } from './Button/ActionItem/index.ts';
|
|
10
12
|
export { Card as OxCard, cardVariants, type CardVariants, } from './Layout/Card/index.ts';
|
|
11
13
|
export { CardStack as OxCardStack, CARD_STACK_DECK, } from './Layout/CardStack/index.ts';
|
|
12
14
|
export { Divider as OxDivider, type DividerProps, } from './Layout/Divider/index.ts';
|
|
13
15
|
export { Resizable as OxResizable, ResizablePanel as OxResizablePanel, ResizableHandle as OxResizableHandle, } from './Layout/Resizable/index.ts';
|
|
16
|
+
export { Scrollbar as OxScrollbar, useScrollbar, SCROLLBAR_THICKNESS, type ScrollbarProps, type UseScrollbarReturn, } from './Layout/Scrollbar/index.ts';
|
|
14
17
|
export { LocaleProvider as OxLocaleProvider } from './Locale/index.ts';
|
|
15
18
|
export { normalizeLocale, useLocale } from './Locale/index.ts';
|
|
16
|
-
export { AvatarRounded as OxAvatarRounded, AvatarSquare as OxAvatarSquare, avatarRoundedVariants, avatarSquareVariants, type AvatarRoundedVariants, type AvatarSize, type AvatarSquareVariants, type AvatarTone, } from './Display/Avatar/index.ts';
|
|
19
|
+
export { AvatarRounded as OxAvatarRounded, AvatarSkeleton as OxAvatarSkeleton, AvatarSquare as OxAvatarSquare, avatarRoundedVariants, avatarSquareVariants, type AvatarRoundedVariants, type AvatarSize, type AvatarSquareVariants, type AvatarTone, } from './Display/Avatar/index.ts';
|
|
17
20
|
export { AvatarDetails as OxAvatarDetails } from './Display/AvatarDetails/index.ts';
|
|
18
21
|
export { AvatarGroup as OxAvatarGroup, type AvatarItem, } from './Display/AvatarGroup/index.ts';
|
|
19
22
|
export { Badge as OxBadge, badgeVariants, type BadgeVariants, } from './Display/Badge/index.ts';
|
|
20
23
|
export { CalendarDate as OxCalendarDate, calendarDateVariants, type CalendarDateVariants, } from './Display/CalendarDate/index.ts';
|
|
21
24
|
export { NumberFlow as OxNumberFlow, resolveNumberFlowPreset, NUMBER_FLOW_PRESETS, type NumberFlowConfig, type NumberFlowPreset, } from './Display/NumberFlow/index.ts';
|
|
22
25
|
export { PaymentCard as OxPaymentCard, paymentCardVariants, type PaymentCardVariants, type BadgeType, type CardData, } from './Display/PaymentCard/index.ts';
|
|
23
|
-
export {
|
|
26
|
+
export { FileCard as OxFileCard } from './Display/FileCard/index.ts';
|
|
27
|
+
export { FilePreviewCard as OxFilePreviewCard } from './Display/FilePreviewCard/index.ts';
|
|
28
|
+
export { ChatBubble as OxChatBubble, chatBubbleVariants, type ChatBubbleDelivery, type ChatBubbleVariants, } from './Display/ChatBubble/index.ts';
|
|
24
29
|
export { ChatBubbleStatus as OxChatBubbleStatus, chatBubbleStatusVariants, type ChatBubbleStatusVariants, } from './Display/ChatBubble/ChatBubbleStatus/index.ts';
|
|
25
30
|
export { Chip as OxChip, chipVariants, type ChipVariants, } from './Display/Chip/index.ts';
|
|
26
31
|
export { PointMarker as OxPointMarker, pointMarkerVariants, type PointMarkerVariants, } from './Display/PointMarker/index.ts';
|
|
@@ -28,8 +33,9 @@ export { StatusBadge as OxStatusBadge, statusBadgeVariants, indicatorVariants, t
|
|
|
28
33
|
export { Bullet as OxBullet, bulletVariants, type BulletVariants, } from './Feedback/Bullet/index.ts';
|
|
29
34
|
export { Loader as OxLoader } from './Feedback/Loader/index.ts';
|
|
30
35
|
export { Progress as OxProgress } from './Feedback/Progress/index.ts';
|
|
36
|
+
export { Skeleton as OxSkeleton } from './Feedback/Skeleton/index.ts';
|
|
31
37
|
export { Alert as OxAlert, AlertClose as OxAlertClose, AlertDescription as OxAlertDescription, AlertIcon as OxAlertIcon, AlertTitle as OxAlertTitle, AlertToggle as OxAlertToggle, } from './Feedback/Alert/index.ts';
|
|
32
|
-
export { Dialog as OxDialog, DialogContent as OxDialogContent, DialogTitle as OxDialogTitle, DialogDescription as OxDialogDescription, DialogOverlay as OxDialogOverlay, DialogTwoPanelContent as OxDialogTwoPanelContent, DialogTrigger as OxDialogTrigger, DialogClose as OxDialogClose, } from './Feedback/Dialog/index.ts';
|
|
38
|
+
export { Dialog as OxDialog, DialogContent as OxDialogContent, DialogBody as OxDialogBody, DialogTitle as OxDialogTitle, DialogDescription as OxDialogDescription, DialogOverlay as OxDialogOverlay, DialogTwoPanelContent as OxDialogTwoPanelContent, DialogTrigger as OxDialogTrigger, DialogClose as OxDialogClose, } from './Feedback/Dialog/index.ts';
|
|
33
39
|
export { Tooltip as OxTooltip, TooltipContent as OxTooltipContent, } from './Feedback/Tooltip/index.ts';
|
|
34
40
|
export { Popover as OxPopover, PopoverContent as OxPopoverContent, PopoverClose as OxPopoverClose, } from './Feedback/Popover/index.ts';
|
|
35
41
|
export { Accordion as OxAccordion, AccordionItem as OxAccordionItem, AccordionTrigger as OxAccordionTrigger, AccordionContent as OxAccordionContent, } from './Navigation/Accordion/index.ts';
|
|
@@ -37,7 +43,7 @@ export { ToggleTabs as OxToggleTabs, ToggleTabsList as OxToggleTabsList, ToggleT
|
|
|
37
43
|
export { PageControl as OxPageControl, pageControlDots, PAGE_CONTROL_WINDOW, type PageControlDot, type PageControlDotSize, } from './Navigation/PageControl/index.ts';
|
|
38
44
|
export { Breadcrumb as OxBreadcrumb, BreadcrumbList as OxBreadcrumbList, BreadcrumbItem as OxBreadcrumbItem, BreadcrumbLink as OxBreadcrumbLink, BreadcrumbPage as OxBreadcrumbPage, BreadcrumbSeparator as OxBreadcrumbSeparator, BreadcrumbEllipsis as OxBreadcrumbEllipsis, } from './Navigation/Breadcrumb/index.ts';
|
|
39
45
|
export { Counter as OxCounter, counterVariants, type CounterVariants, } from './Forms/Field/Counter/index.ts';
|
|
40
|
-
export { FieldGroup as OxFieldGroup, FieldLabel as OxFieldLabel, FieldMessage as OxFieldMessage, type FieldGroupProps, } from './Forms/Field/index.ts';
|
|
41
|
-
export { InputGroup as OxInputGroup, InputText as OxInputText, InputNumber as OxInputNumber, InputNumberContent as OxInputNumberContent, InputNumberDecrement as OxInputNumberDecrement, InputNumberIncrement as OxInputNumberIncrement, InputNumberInput as OxInputNumberInput, InputPassword as OxInputPassword, InputPasswordInput as OxInputPasswordInput, InputPasswordToggle as OxInputPasswordToggle, useInputPassword, InputOtp as OxInputOtp, InputOtpGroup as OxInputOtpGroup, InputOtpSlot as OxInputOtpSlot, InputOtpSeparator as OxInputOtpSeparator, useInputOtp, Calendar as OxCalendar, CalendarRange as OxCalendarRange, CalendarDay as OxCalendarDay, calendarDayVariants, Combobox as OxCombobox, ComboboxCancel as OxComboboxCancel, ComboboxInput as OxComboboxInput, ComboboxChipsInput as OxComboboxChipsInput, ComboboxContent as OxComboboxContent, ComboboxItem as OxComboboxItem, ComboboxEmpty as OxComboboxEmpty, ComboboxGroup as OxComboboxGroup, ComboboxSeparator as OxComboboxSeparator, SearchBar as OxSearchBar, searchBarVariants, useSearchDelay, Select as OxSelect, SelectTrigger as OxSelectTrigger, SelectContent as OxSelectContent, SelectItem as OxSelectItem, SelectGroup as OxSelectGroup, SelectSeparator as OxSelectSeparator, Switch as OxSwitch, Checkbox as OxCheckbox, RadioButton as OxRadioButton, RadioGroup as OxRadioGroup, ToggleGroup as OxToggleGroup, ToggleLabel as OxToggleLabel, ToggleDescription as OxToggleDescription, SWITCH_SIZES, type InputNumberProps, type InputPasswordProps, type InputPasswordContext, type InputOtpProps, type InputOtpSlotProps, type InputOtpContext, type CalendarProps, type CalendarRangeProps, type CalendarDateRange, type CalendarDayProps, type CalendarDayState, type CalendarDayVariants, type CalendarConstraints, type ComboboxProps, type SearchBarVariants, type UseSearchDelayReturn, type SelectProps, type RadioGroupProps, type ToggleGroupProps, type ToggleLabelProps, type ToggleDescriptionProps, } from './Forms/Inputs/index.ts';
|
|
46
|
+
export { FieldGroup as OxFieldGroup, FieldLabel as OxFieldLabel, FieldMessage as OxFieldMessage, useFieldControl, useFieldControlGroup, type FieldControlAttrs, type FieldControlGroupAttrs, type FieldGroupProps, type FieldVariant, } from './Forms/Field/index.ts';
|
|
47
|
+
export { InputGroup as OxInputGroup, InputText as OxInputText, InputNumber as OxInputNumber, InputNumberContent as OxInputNumberContent, InputNumberDecrement as OxInputNumberDecrement, InputNumberIncrement as OxInputNumberIncrement, InputNumberInput as OxInputNumberInput, InputPassword as OxInputPassword, InputPasswordInput as OxInputPasswordInput, InputPasswordToggle as OxInputPasswordToggle, useInputPassword, InputOtp as OxInputOtp, InputOtpGroup as OxInputOtpGroup, InputOtpSlot as OxInputOtpSlot, InputOtpSeparator as OxInputOtpSeparator, useInputOtp, Calendar as OxCalendar, CalendarRange as OxCalendarRange, CalendarDay as OxCalendarDay, calendarDayVariants, Combobox as OxCombobox, ComboboxCancel as OxComboboxCancel, ComboboxInput as OxComboboxInput, ComboboxChipsInput as OxComboboxChipsInput, ComboboxContent as OxComboboxContent, ComboboxItem as OxComboboxItem, ComboboxEmpty as OxComboboxEmpty, ComboboxGroup as OxComboboxGroup, ComboboxSeparator as OxComboboxSeparator, ChatInput as OxChatInput, DatePicker as OxDatePicker, DateRangePicker as OxDateRangePicker, DatePickerTrigger as OxDatePickerTrigger, DatePickerHeader as OxDatePickerHeader, DatePickerMonthSelect as OxDatePickerMonthSelect, DatePickerYearSelect as OxDatePickerYearSelect, SearchBar as OxSearchBar, searchBarVariants, useSearchDelay, SearchPanel as OxSearchPanel, SearchPanelInput as OxSearchPanelInput, SearchPanelList as OxSearchPanelList, SearchPanelGroup as OxSearchPanelGroup, SearchPanelItem as OxSearchPanelItem, SearchPanelEmpty as OxSearchPanelEmpty, Select as OxSelect, SelectTrigger as OxSelectTrigger, SelectContent as OxSelectContent, SelectItem as OxSelectItem, SelectGroup as OxSelectGroup, SelectSeparator as OxSelectSeparator, Textarea as OxTextarea, Switch as OxSwitch, Checkbox as OxCheckbox, RadioButton as OxRadioButton, RadioGroup as OxRadioGroup, ToggleGroup as OxToggleGroup, ToggleLabel as OxToggleLabel, ToggleDescription as OxToggleDescription, SWITCH_SIZES, type InputNumberProps, type InputPasswordProps, type InputPasswordContext, type InputOtpProps, type InputOtpSlotProps, type InputOtpContext, type CalendarProps, type CalendarRangeProps, type CalendarDateRange, type CalendarDayProps, type CalendarDayState, type CalendarDayVariants, type CalendarConstraints, type CalendarNav, type ComboboxProps, type ChatInputActionLabels, type ChatInputState, type DatePickerProps, type DateRangePickerProps, type DatePickerTriggerProps, type DatePickerHeaderProps, type DatePickerMonthSelectProps, type DatePickerYearSelectProps, type SearchBarVariants, type UseSearchDelayReturn, type SelectProps, type TextareaCounterState, type RadioGroupProps, type ToggleGroupProps, type ToggleLabelProps, type ToggleDescriptionProps, } from './Forms/Inputs/index.ts';
|
|
42
48
|
export { Table as OxTable, TableVirtualized as OxTableVirtualized, TableHead as OxTableHead, TableBody as OxTableBody, TableRow as OxTableRow, TableCell as OxTableCell, TableHeaderCell as OxTableHeaderCell, TableSelectCell as OxTableSelectCell, TableDragCell as OxTableDragCell, TableBulkHeader as OxTableBulkHeader, TablePagination as OxTablePagination, TableEmpty as OxTableEmpty, TableRowExpanded as OxTableRowExpanded, TableExpandCell as OxTableExpandCell, TableColumnVisibility as OxTableColumnVisibility, useTable, useTableSelection, useTableSorting, useTablePagination, useTableDetailRow, useTablePinning, useTableColumns, useScrollShadow, useDragToScroll, useFixedColumns, useTableVirtual, } from './Data/Table/index.ts';
|
|
43
49
|
export type { UseTableOptions, UseTableReturn, UseTableSelectionReturn, UseTableSortingReturn, UseTablePaginationOptions, UseTablePaginationReturn, DetailRowInstance, DetailRowOptions, DetailRowPluginDef, UseTablePinningOptions, UseTablePinningReturn, CellInfo, HeaderInfo, UseTableVirtualOptions, UseTableVirtualReturn, UseTableColumnsOptions, UseTableColumnsReturn, UseScrollShadowOptions, UseScrollShadowReturn, UseDragToScrollOptions, UseDragToScrollReturn, UseFixedColumnsOptions, TableProps, TableMode, ColumnDef, ColumnAlign, CellContext, SortingState, PaginationState, PaginationChangePayload, SortingChangePayload, SelectionChangePayload, FilterChangePayload, ColumnResizeMode, ColumnVisibilityState, ColumnOrderState, ExpandedState, ColumnVisibilityChangePayload, ColumnOrderChangePayload, RowExpandChangePayload, ColumnResizePayload, ColumnPinningState, } from './Data/Table/index.ts';
|