@luxfi/ui 7.4.5 → 7.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/accordion.d.cts +74 -0
- package/dist/accordion.d.ts +74 -0
- package/dist/alert.d.cts +30 -0
- package/dist/alert.d.ts +30 -0
- package/dist/avatar.d.cts +25 -0
- package/dist/avatar.d.ts +25 -0
- package/dist/badge.d.cts +19 -0
- package/dist/badge.d.ts +19 -0
- package/dist/bank.d.cts +83 -0
- package/dist/bank.d.ts +83 -0
- package/dist/button.d.cts +55 -0
- package/dist/button.d.ts +55 -0
- package/dist/checkbox.d.cts +32 -0
- package/dist/checkbox.d.ts +32 -0
- package/dist/chrome.d.cts +93 -0
- package/dist/chrome.d.ts +93 -0
- package/dist/close-button.d.cts +9 -0
- package/dist/close-button.d.ts +9 -0
- package/dist/collapsible.d.cts +23 -0
- package/dist/collapsible.d.ts +23 -0
- package/dist/color-mode.d.cts +25 -0
- package/dist/color-mode.d.ts +25 -0
- package/dist/dialog.d.cts +118 -0
- package/dist/dialog.d.ts +118 -0
- package/dist/drawer.d.cts +36 -0
- package/dist/drawer.d.ts +36 -0
- package/dist/empty-state.d.cts +13 -0
- package/dist/empty-state.d.ts +13 -0
- package/dist/expiration-selector.d.cts +16 -0
- package/dist/expiration-selector.d.ts +16 -0
- package/dist/field.d.cts +24 -0
- package/dist/field.d.ts +24 -0
- package/dist/greeks-display.d.cts +14 -0
- package/dist/greeks-display.d.ts +14 -0
- package/dist/gui.d.cts +2 -0
- package/dist/gui.d.ts +2 -0
- package/dist/heading.d.cts +10 -0
- package/dist/heading.d.ts +10 -0
- package/dist/iam.d.cts +65 -0
- package/dist/iam.d.ts +65 -0
- package/dist/icon-button.d.cts +33 -0
- package/dist/icon-button.d.ts +33 -0
- package/dist/icons.d.cts +1 -0
- package/dist/icons.d.ts +1 -0
- package/dist/identity.d.cts +64 -0
- package/dist/identity.d.ts +64 -0
- package/dist/image.d.cts +57 -0
- package/dist/image.d.ts +57 -0
- package/dist/index.d.cts +64 -0
- package/dist/index.d.ts +64 -0
- package/dist/input-group.d.cts +17 -0
- package/dist/input-group.d.ts +17 -0
- package/dist/input.d.cts +17 -0
- package/dist/input.d.ts +17 -0
- package/dist/link.d.cts +37 -0
- package/dist/link.d.ts +37 -0
- package/dist/lux.config.d.cts +433 -0
- package/dist/lux.config.d.ts +433 -0
- package/dist/menu.d.cts +84 -0
- package/dist/menu.d.ts +84 -0
- package/dist/next.d.cts +32 -0
- package/dist/next.d.ts +32 -0
- package/dist/option-chain.d.cts +37 -0
- package/dist/option-chain.d.ts +37 -0
- package/dist/option-position.d.cts +29 -0
- package/dist/option-position.d.ts +29 -0
- package/dist/pin-input.d.cts +25 -0
- package/dist/pin-input.d.ts +25 -0
- package/dist/pnl-diagram.d.cts +11 -0
- package/dist/pnl-diagram.d.ts +11 -0
- package/dist/popover.d.cts +73 -0
- package/dist/popover.d.ts +73 -0
- package/dist/progress-circle.d.cts +47 -0
- package/dist/progress-circle.d.ts +47 -0
- package/dist/progress.d.cts +28 -0
- package/dist/progress.d.ts +28 -0
- package/dist/provider.d.cts +25 -0
- package/dist/provider.d.ts +25 -0
- package/dist/radio.d.cts +53 -0
- package/dist/radio.d.ts +53 -0
- package/dist/rating.d.cts +14 -0
- package/dist/rating.d.ts +14 -0
- package/dist/select.d.cts +130 -0
- package/dist/select.d.ts +130 -0
- package/dist/separator.d.cts +13 -0
- package/dist/separator.d.ts +13 -0
- package/dist/skeleton.d.cts +60 -0
- package/dist/skeleton.d.ts +60 -0
- package/dist/slider.d.cts +24 -0
- package/dist/slider.d.ts +24 -0
- package/dist/strategy-builder.d.cts +26 -0
- package/dist/strategy-builder.d.ts +26 -0
- package/dist/switch.d.cts +27 -0
- package/dist/switch.d.ts +27 -0
- package/dist/table.d.cts +107 -0
- package/dist/table.d.ts +107 -0
- package/dist/tabs.d.cts +78 -0
- package/dist/tabs.d.ts +78 -0
- package/dist/tag.d.cts +21 -0
- package/dist/tag.d.ts +21 -0
- package/dist/textarea.d.cts +13 -0
- package/dist/textarea.d.ts +13 -0
- package/dist/toaster.d.cts +29 -0
- package/dist/toaster.d.ts +29 -0
- package/dist/tooltip.d.cts +38 -0
- package/dist/tooltip.d.ts +38 -0
- package/dist/use-narrow.d.cts +12 -0
- package/dist/use-narrow.d.ts +12 -0
- package/dist/utils.d.cts +5 -0
- package/dist/utils.d.ts +5 -0
- package/dist/vite.d.cts +29 -0
- package/dist/vite.d.ts +29 -0
- package/dist/white-label.d.cts +59 -0
- package/dist/white-label.d.ts +59 -0
- package/package.json +1 -1
- package/tokens.css +613 -319
package/dist/table.d.cts
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
interface ChakraStyleProps {
|
|
5
|
+
width?: React.CSSProperties['width'];
|
|
6
|
+
w?: React.CSSProperties['width'];
|
|
7
|
+
minWidth?: React.CSSProperties['minWidth'];
|
|
8
|
+
minW?: React.CSSProperties['minWidth'];
|
|
9
|
+
maxWidth?: React.CSSProperties['maxWidth'];
|
|
10
|
+
maxW?: React.CSSProperties['maxWidth'];
|
|
11
|
+
height?: React.CSSProperties['height'];
|
|
12
|
+
h?: React.CSSProperties['height'];
|
|
13
|
+
textAlign?: React.CSSProperties['textAlign'];
|
|
14
|
+
verticalAlign?: React.CSSProperties['verticalAlign'];
|
|
15
|
+
whiteSpace?: React.CSSProperties['whiteSpace'];
|
|
16
|
+
wordBreak?: React.CSSProperties['wordBreak'];
|
|
17
|
+
textTransform?: React.CSSProperties['textTransform'];
|
|
18
|
+
fontSize?: React.CSSProperties['fontSize'];
|
|
19
|
+
lineHeight?: React.CSSProperties['lineHeight'];
|
|
20
|
+
animation?: React.CSSProperties['animation'];
|
|
21
|
+
tableLayout?: React.CSSProperties['tableLayout'];
|
|
22
|
+
p?: number | string;
|
|
23
|
+
px?: number | string;
|
|
24
|
+
py?: number | string;
|
|
25
|
+
pr?: number | string;
|
|
26
|
+
pl?: number | string;
|
|
27
|
+
pt?: number | string;
|
|
28
|
+
pb?: number | string;
|
|
29
|
+
m?: number | string;
|
|
30
|
+
mx?: number | string;
|
|
31
|
+
my?: number | string;
|
|
32
|
+
mr?: number | string;
|
|
33
|
+
ml?: number | string;
|
|
34
|
+
mt?: number | string;
|
|
35
|
+
mb?: number | string;
|
|
36
|
+
position?: React.CSSProperties['position'];
|
|
37
|
+
top?: number | string;
|
|
38
|
+
left?: number | string;
|
|
39
|
+
right?: number | string;
|
|
40
|
+
bottom?: number | string;
|
|
41
|
+
zIndex?: React.CSSProperties['zIndex'];
|
|
42
|
+
backgroundColor?: React.CSSProperties['backgroundColor'] | Record<string, string>;
|
|
43
|
+
boxShadow?: React.CSSProperties['boxShadow'];
|
|
44
|
+
alignItems?: React.CSSProperties['alignItems'];
|
|
45
|
+
fontWeight?: React.CSSProperties['fontWeight'];
|
|
46
|
+
color?: React.CSSProperties['color'] | string;
|
|
47
|
+
overflow?: React.CSSProperties['overflow'];
|
|
48
|
+
borderBottomStyle?: React.CSSProperties['borderBottomStyle'];
|
|
49
|
+
borderRadius?: React.CSSProperties['borderRadius'];
|
|
50
|
+
display?: React.CSSProperties['display'];
|
|
51
|
+
_first?: Record<string, unknown>;
|
|
52
|
+
_last?: Record<string, unknown>;
|
|
53
|
+
}
|
|
54
|
+
interface TableRootProps extends Omit<ChakraStyleProps, 'minWidth' | 'minW'>, Omit<React.HTMLAttributes<HTMLTableElement>, 'color'> {
|
|
55
|
+
children?: React.ReactNode;
|
|
56
|
+
minWidth?: React.CSSProperties['minWidth'] | Record<string, string>;
|
|
57
|
+
minW?: React.CSSProperties['minWidth'] | Record<string, string>;
|
|
58
|
+
}
|
|
59
|
+
declare const TableRoot: React.ForwardRefExoticComponent<TableRootProps & React.RefAttributes<HTMLTableElement>>;
|
|
60
|
+
interface TableHeaderProps extends ChakraStyleProps, Omit<React.HTMLAttributes<HTMLTableSectionElement>, 'color'> {
|
|
61
|
+
children?: React.ReactNode;
|
|
62
|
+
}
|
|
63
|
+
declare const TableHeader: React.ForwardRefExoticComponent<TableHeaderProps & React.RefAttributes<HTMLTableSectionElement>>;
|
|
64
|
+
interface TableBodyProps extends ChakraStyleProps, Omit<React.HTMLAttributes<HTMLTableSectionElement>, 'color'> {
|
|
65
|
+
children?: React.ReactNode;
|
|
66
|
+
}
|
|
67
|
+
declare const TableBody: React.ForwardRefExoticComponent<TableBodyProps & React.RefAttributes<HTMLTableSectionElement>>;
|
|
68
|
+
interface TableRowProps extends ChakraStyleProps, Omit<React.HTMLAttributes<HTMLTableRowElement>, 'color'> {
|
|
69
|
+
children?: React.ReactNode;
|
|
70
|
+
}
|
|
71
|
+
declare const TableRow: React.ForwardRefExoticComponent<TableRowProps & React.RefAttributes<HTMLTableRowElement>>;
|
|
72
|
+
interface TableCellProps extends Omit<ChakraStyleProps, 'width' | 'height'>, Omit<React.TdHTMLAttributes<HTMLTableCellElement>, 'color'> {
|
|
73
|
+
isNumeric?: boolean;
|
|
74
|
+
children?: React.ReactNode;
|
|
75
|
+
display?: string;
|
|
76
|
+
justifyContent?: string;
|
|
77
|
+
}
|
|
78
|
+
declare const TableCell: React.ForwardRefExoticComponent<TableCellProps & React.RefAttributes<HTMLTableCellElement>>;
|
|
79
|
+
interface TableColumnHeaderProps extends ChakraStyleProps, Omit<React.ThHTMLAttributes<HTMLTableCellElement>, 'color'> {
|
|
80
|
+
isNumeric?: boolean;
|
|
81
|
+
children?: React.ReactNode;
|
|
82
|
+
}
|
|
83
|
+
declare const TableColumnHeader: React.ForwardRefExoticComponent<TableColumnHeaderProps & React.RefAttributes<HTMLTableCellElement>>;
|
|
84
|
+
interface TableColumnHeaderSortableProps<F extends string> extends TableColumnHeaderProps {
|
|
85
|
+
sortField: F;
|
|
86
|
+
sortValue: string;
|
|
87
|
+
onSortToggle: (sortField: F) => void;
|
|
88
|
+
disabled?: boolean;
|
|
89
|
+
indicatorPosition?: 'left' | 'right';
|
|
90
|
+
contentAfter?: React.ReactNode;
|
|
91
|
+
}
|
|
92
|
+
declare const TableColumnHeaderSortable: <F extends string>(props: TableColumnHeaderSortableProps<F>) => react_jsx_runtime.JSX.Element;
|
|
93
|
+
declare const TableHeaderSticky: (props: TableHeaderProps) => react_jsx_runtime.JSX.Element;
|
|
94
|
+
interface TableCaptionProps extends ChakraStyleProps, Omit<React.HTMLAttributes<HTMLTableCaptionElement>, 'color'> {
|
|
95
|
+
children?: React.ReactNode;
|
|
96
|
+
}
|
|
97
|
+
declare const TableCaption: React.ForwardRefExoticComponent<TableCaptionProps & React.RefAttributes<HTMLTableCaptionElement>>;
|
|
98
|
+
interface TableFooterProps extends ChakraStyleProps, Omit<React.HTMLAttributes<HTMLTableSectionElement>, 'color'> {
|
|
99
|
+
children?: React.ReactNode;
|
|
100
|
+
}
|
|
101
|
+
declare const TableFooter: React.ForwardRefExoticComponent<TableFooterProps & React.RefAttributes<HTMLTableSectionElement>>;
|
|
102
|
+
interface TableScrollWrapperProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
103
|
+
children?: React.ReactNode;
|
|
104
|
+
}
|
|
105
|
+
declare const TableScrollWrapper: React.ForwardRefExoticComponent<TableScrollWrapperProps & React.RefAttributes<HTMLDivElement>>;
|
|
106
|
+
|
|
107
|
+
export { TableBody, type TableBodyProps, TableCaption, type TableCaptionProps, TableCell, type TableCellProps, TableColumnHeader, type TableColumnHeaderProps, TableColumnHeaderSortable, type TableColumnHeaderSortableProps, TableFooter, type TableFooterProps, TableHeader, type TableHeaderProps, TableHeaderSticky, TableRoot, type TableRootProps, TableRow, type TableRowProps, TableScrollWrapper, type TableScrollWrapperProps };
|
package/dist/table.d.ts
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
interface ChakraStyleProps {
|
|
5
|
+
width?: React.CSSProperties['width'];
|
|
6
|
+
w?: React.CSSProperties['width'];
|
|
7
|
+
minWidth?: React.CSSProperties['minWidth'];
|
|
8
|
+
minW?: React.CSSProperties['minWidth'];
|
|
9
|
+
maxWidth?: React.CSSProperties['maxWidth'];
|
|
10
|
+
maxW?: React.CSSProperties['maxWidth'];
|
|
11
|
+
height?: React.CSSProperties['height'];
|
|
12
|
+
h?: React.CSSProperties['height'];
|
|
13
|
+
textAlign?: React.CSSProperties['textAlign'];
|
|
14
|
+
verticalAlign?: React.CSSProperties['verticalAlign'];
|
|
15
|
+
whiteSpace?: React.CSSProperties['whiteSpace'];
|
|
16
|
+
wordBreak?: React.CSSProperties['wordBreak'];
|
|
17
|
+
textTransform?: React.CSSProperties['textTransform'];
|
|
18
|
+
fontSize?: React.CSSProperties['fontSize'];
|
|
19
|
+
lineHeight?: React.CSSProperties['lineHeight'];
|
|
20
|
+
animation?: React.CSSProperties['animation'];
|
|
21
|
+
tableLayout?: React.CSSProperties['tableLayout'];
|
|
22
|
+
p?: number | string;
|
|
23
|
+
px?: number | string;
|
|
24
|
+
py?: number | string;
|
|
25
|
+
pr?: number | string;
|
|
26
|
+
pl?: number | string;
|
|
27
|
+
pt?: number | string;
|
|
28
|
+
pb?: number | string;
|
|
29
|
+
m?: number | string;
|
|
30
|
+
mx?: number | string;
|
|
31
|
+
my?: number | string;
|
|
32
|
+
mr?: number | string;
|
|
33
|
+
ml?: number | string;
|
|
34
|
+
mt?: number | string;
|
|
35
|
+
mb?: number | string;
|
|
36
|
+
position?: React.CSSProperties['position'];
|
|
37
|
+
top?: number | string;
|
|
38
|
+
left?: number | string;
|
|
39
|
+
right?: number | string;
|
|
40
|
+
bottom?: number | string;
|
|
41
|
+
zIndex?: React.CSSProperties['zIndex'];
|
|
42
|
+
backgroundColor?: React.CSSProperties['backgroundColor'] | Record<string, string>;
|
|
43
|
+
boxShadow?: React.CSSProperties['boxShadow'];
|
|
44
|
+
alignItems?: React.CSSProperties['alignItems'];
|
|
45
|
+
fontWeight?: React.CSSProperties['fontWeight'];
|
|
46
|
+
color?: React.CSSProperties['color'] | string;
|
|
47
|
+
overflow?: React.CSSProperties['overflow'];
|
|
48
|
+
borderBottomStyle?: React.CSSProperties['borderBottomStyle'];
|
|
49
|
+
borderRadius?: React.CSSProperties['borderRadius'];
|
|
50
|
+
display?: React.CSSProperties['display'];
|
|
51
|
+
_first?: Record<string, unknown>;
|
|
52
|
+
_last?: Record<string, unknown>;
|
|
53
|
+
}
|
|
54
|
+
interface TableRootProps extends Omit<ChakraStyleProps, 'minWidth' | 'minW'>, Omit<React.HTMLAttributes<HTMLTableElement>, 'color'> {
|
|
55
|
+
children?: React.ReactNode;
|
|
56
|
+
minWidth?: React.CSSProperties['minWidth'] | Record<string, string>;
|
|
57
|
+
minW?: React.CSSProperties['minWidth'] | Record<string, string>;
|
|
58
|
+
}
|
|
59
|
+
declare const TableRoot: React.ForwardRefExoticComponent<TableRootProps & React.RefAttributes<HTMLTableElement>>;
|
|
60
|
+
interface TableHeaderProps extends ChakraStyleProps, Omit<React.HTMLAttributes<HTMLTableSectionElement>, 'color'> {
|
|
61
|
+
children?: React.ReactNode;
|
|
62
|
+
}
|
|
63
|
+
declare const TableHeader: React.ForwardRefExoticComponent<TableHeaderProps & React.RefAttributes<HTMLTableSectionElement>>;
|
|
64
|
+
interface TableBodyProps extends ChakraStyleProps, Omit<React.HTMLAttributes<HTMLTableSectionElement>, 'color'> {
|
|
65
|
+
children?: React.ReactNode;
|
|
66
|
+
}
|
|
67
|
+
declare const TableBody: React.ForwardRefExoticComponent<TableBodyProps & React.RefAttributes<HTMLTableSectionElement>>;
|
|
68
|
+
interface TableRowProps extends ChakraStyleProps, Omit<React.HTMLAttributes<HTMLTableRowElement>, 'color'> {
|
|
69
|
+
children?: React.ReactNode;
|
|
70
|
+
}
|
|
71
|
+
declare const TableRow: React.ForwardRefExoticComponent<TableRowProps & React.RefAttributes<HTMLTableRowElement>>;
|
|
72
|
+
interface TableCellProps extends Omit<ChakraStyleProps, 'width' | 'height'>, Omit<React.TdHTMLAttributes<HTMLTableCellElement>, 'color'> {
|
|
73
|
+
isNumeric?: boolean;
|
|
74
|
+
children?: React.ReactNode;
|
|
75
|
+
display?: string;
|
|
76
|
+
justifyContent?: string;
|
|
77
|
+
}
|
|
78
|
+
declare const TableCell: React.ForwardRefExoticComponent<TableCellProps & React.RefAttributes<HTMLTableCellElement>>;
|
|
79
|
+
interface TableColumnHeaderProps extends ChakraStyleProps, Omit<React.ThHTMLAttributes<HTMLTableCellElement>, 'color'> {
|
|
80
|
+
isNumeric?: boolean;
|
|
81
|
+
children?: React.ReactNode;
|
|
82
|
+
}
|
|
83
|
+
declare const TableColumnHeader: React.ForwardRefExoticComponent<TableColumnHeaderProps & React.RefAttributes<HTMLTableCellElement>>;
|
|
84
|
+
interface TableColumnHeaderSortableProps<F extends string> extends TableColumnHeaderProps {
|
|
85
|
+
sortField: F;
|
|
86
|
+
sortValue: string;
|
|
87
|
+
onSortToggle: (sortField: F) => void;
|
|
88
|
+
disabled?: boolean;
|
|
89
|
+
indicatorPosition?: 'left' | 'right';
|
|
90
|
+
contentAfter?: React.ReactNode;
|
|
91
|
+
}
|
|
92
|
+
declare const TableColumnHeaderSortable: <F extends string>(props: TableColumnHeaderSortableProps<F>) => react_jsx_runtime.JSX.Element;
|
|
93
|
+
declare const TableHeaderSticky: (props: TableHeaderProps) => react_jsx_runtime.JSX.Element;
|
|
94
|
+
interface TableCaptionProps extends ChakraStyleProps, Omit<React.HTMLAttributes<HTMLTableCaptionElement>, 'color'> {
|
|
95
|
+
children?: React.ReactNode;
|
|
96
|
+
}
|
|
97
|
+
declare const TableCaption: React.ForwardRefExoticComponent<TableCaptionProps & React.RefAttributes<HTMLTableCaptionElement>>;
|
|
98
|
+
interface TableFooterProps extends ChakraStyleProps, Omit<React.HTMLAttributes<HTMLTableSectionElement>, 'color'> {
|
|
99
|
+
children?: React.ReactNode;
|
|
100
|
+
}
|
|
101
|
+
declare const TableFooter: React.ForwardRefExoticComponent<TableFooterProps & React.RefAttributes<HTMLTableSectionElement>>;
|
|
102
|
+
interface TableScrollWrapperProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
103
|
+
children?: React.ReactNode;
|
|
104
|
+
}
|
|
105
|
+
declare const TableScrollWrapper: React.ForwardRefExoticComponent<TableScrollWrapperProps & React.RefAttributes<HTMLDivElement>>;
|
|
106
|
+
|
|
107
|
+
export { TableBody, type TableBodyProps, TableCaption, type TableCaptionProps, TableCell, type TableCellProps, TableColumnHeader, type TableColumnHeaderProps, TableColumnHeaderSortable, type TableColumnHeaderSortableProps, TableFooter, type TableFooterProps, TableHeader, type TableHeaderProps, TableHeaderSticky, TableRoot, type TableRootProps, TableRow, type TableRowProps, TableScrollWrapper, type TableScrollWrapperProps };
|
package/dist/tabs.d.cts
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import * as RadixTabs from '@radix-ui/react-tabs';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
type TabsVariant = 'solid' | 'secondary' | 'segmented' | 'unstyled';
|
|
5
|
+
type TabsSize = 'sm' | 'md' | 'free';
|
|
6
|
+
interface TabsProps extends Omit<React.ComponentPropsWithoutRef<typeof RadixTabs.Root>, 'onValueChange'> {
|
|
7
|
+
/** Visual variant. Default: "solid". */
|
|
8
|
+
variant?: TabsVariant;
|
|
9
|
+
/** Size preset. Default: "md". */
|
|
10
|
+
size?: TabsSize;
|
|
11
|
+
/** Stretch triggers to fill the list width. */
|
|
12
|
+
fitted?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* @deprecated Chakra-compat. Radix mounts lazily by default (content only
|
|
15
|
+
* renders when active). Kept so call-sites don't break at compile time.
|
|
16
|
+
*/
|
|
17
|
+
lazyMount?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* @deprecated Chakra-compat. Radix unmounts inactive content by default.
|
|
20
|
+
* Kept so call-sites don't break at compile time.
|
|
21
|
+
*/
|
|
22
|
+
unmountOnExit?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Chakra-compatible value-change handler.
|
|
25
|
+
* Accepts both `(details: { value: string }) => void` (Chakra convention)
|
|
26
|
+
* and `(value: string) => void` (Radix convention).
|
|
27
|
+
*/
|
|
28
|
+
onValueChange?: ((details: {
|
|
29
|
+
value: string;
|
|
30
|
+
}) => void) | ((value: string) => void);
|
|
31
|
+
}
|
|
32
|
+
declare const TabsRoot: React.ForwardRefExoticComponent<TabsProps & React.RefAttributes<HTMLDivElement>>;
|
|
33
|
+
interface TabsListProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
34
|
+
asChild?: boolean;
|
|
35
|
+
loop?: boolean;
|
|
36
|
+
flexWrap?: string;
|
|
37
|
+
alignItems?: string;
|
|
38
|
+
whiteSpace?: string;
|
|
39
|
+
bgColor?: string;
|
|
40
|
+
marginBottom?: number | string;
|
|
41
|
+
mx?: string | Record<string, string>;
|
|
42
|
+
px?: string | Record<string, string>;
|
|
43
|
+
w?: string | Record<string, string>;
|
|
44
|
+
overflowX?: string | Record<string, string>;
|
|
45
|
+
overscrollBehaviorX?: string;
|
|
46
|
+
css?: Record<string, unknown>;
|
|
47
|
+
position?: string;
|
|
48
|
+
boxShadow?: string | Record<string, string>;
|
|
49
|
+
top?: number | string;
|
|
50
|
+
zIndex?: string | Record<string, string>;
|
|
51
|
+
}
|
|
52
|
+
declare const TabsList: React.ForwardRefExoticComponent<TabsListProps & React.RefAttributes<HTMLDivElement>>;
|
|
53
|
+
interface TabsTriggerProps extends Omit<React.ComponentPropsWithoutRef<typeof RadixTabs.Trigger>, 'dir'> {
|
|
54
|
+
scrollSnapAlign?: string;
|
|
55
|
+
flexShrink?: number;
|
|
56
|
+
bgColor?: string | Record<string, string>;
|
|
57
|
+
w?: string;
|
|
58
|
+
py?: string;
|
|
59
|
+
borderRadius?: string;
|
|
60
|
+
fontWeight?: string;
|
|
61
|
+
color?: string;
|
|
62
|
+
_hover?: Record<string, string>;
|
|
63
|
+
position?: string;
|
|
64
|
+
top?: string;
|
|
65
|
+
left?: string;
|
|
66
|
+
visibility?: string;
|
|
67
|
+
}
|
|
68
|
+
declare const TabsTrigger: React.ForwardRefExoticComponent<TabsTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
69
|
+
interface TabsContentProps extends React.ComponentPropsWithoutRef<typeof RadixTabs.Content> {
|
|
70
|
+
padding?: number | string;
|
|
71
|
+
}
|
|
72
|
+
declare const TabsContent: React.ForwardRefExoticComponent<TabsContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
73
|
+
interface TabsCounterProps {
|
|
74
|
+
count?: number | null;
|
|
75
|
+
}
|
|
76
|
+
declare const TabsCounter: ({ count }: TabsCounterProps) => React.ReactElement | null;
|
|
77
|
+
|
|
78
|
+
export { TabsContent, type TabsContentProps, TabsCounter, type TabsCounterProps, TabsList, type TabsListProps, type TabsProps, TabsRoot, TabsTrigger, type TabsTriggerProps };
|
package/dist/tabs.d.ts
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import * as RadixTabs from '@radix-ui/react-tabs';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
type TabsVariant = 'solid' | 'secondary' | 'segmented' | 'unstyled';
|
|
5
|
+
type TabsSize = 'sm' | 'md' | 'free';
|
|
6
|
+
interface TabsProps extends Omit<React.ComponentPropsWithoutRef<typeof RadixTabs.Root>, 'onValueChange'> {
|
|
7
|
+
/** Visual variant. Default: "solid". */
|
|
8
|
+
variant?: TabsVariant;
|
|
9
|
+
/** Size preset. Default: "md". */
|
|
10
|
+
size?: TabsSize;
|
|
11
|
+
/** Stretch triggers to fill the list width. */
|
|
12
|
+
fitted?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* @deprecated Chakra-compat. Radix mounts lazily by default (content only
|
|
15
|
+
* renders when active). Kept so call-sites don't break at compile time.
|
|
16
|
+
*/
|
|
17
|
+
lazyMount?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* @deprecated Chakra-compat. Radix unmounts inactive content by default.
|
|
20
|
+
* Kept so call-sites don't break at compile time.
|
|
21
|
+
*/
|
|
22
|
+
unmountOnExit?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Chakra-compatible value-change handler.
|
|
25
|
+
* Accepts both `(details: { value: string }) => void` (Chakra convention)
|
|
26
|
+
* and `(value: string) => void` (Radix convention).
|
|
27
|
+
*/
|
|
28
|
+
onValueChange?: ((details: {
|
|
29
|
+
value: string;
|
|
30
|
+
}) => void) | ((value: string) => void);
|
|
31
|
+
}
|
|
32
|
+
declare const TabsRoot: React.ForwardRefExoticComponent<TabsProps & React.RefAttributes<HTMLDivElement>>;
|
|
33
|
+
interface TabsListProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
34
|
+
asChild?: boolean;
|
|
35
|
+
loop?: boolean;
|
|
36
|
+
flexWrap?: string;
|
|
37
|
+
alignItems?: string;
|
|
38
|
+
whiteSpace?: string;
|
|
39
|
+
bgColor?: string;
|
|
40
|
+
marginBottom?: number | string;
|
|
41
|
+
mx?: string | Record<string, string>;
|
|
42
|
+
px?: string | Record<string, string>;
|
|
43
|
+
w?: string | Record<string, string>;
|
|
44
|
+
overflowX?: string | Record<string, string>;
|
|
45
|
+
overscrollBehaviorX?: string;
|
|
46
|
+
css?: Record<string, unknown>;
|
|
47
|
+
position?: string;
|
|
48
|
+
boxShadow?: string | Record<string, string>;
|
|
49
|
+
top?: number | string;
|
|
50
|
+
zIndex?: string | Record<string, string>;
|
|
51
|
+
}
|
|
52
|
+
declare const TabsList: React.ForwardRefExoticComponent<TabsListProps & React.RefAttributes<HTMLDivElement>>;
|
|
53
|
+
interface TabsTriggerProps extends Omit<React.ComponentPropsWithoutRef<typeof RadixTabs.Trigger>, 'dir'> {
|
|
54
|
+
scrollSnapAlign?: string;
|
|
55
|
+
flexShrink?: number;
|
|
56
|
+
bgColor?: string | Record<string, string>;
|
|
57
|
+
w?: string;
|
|
58
|
+
py?: string;
|
|
59
|
+
borderRadius?: string;
|
|
60
|
+
fontWeight?: string;
|
|
61
|
+
color?: string;
|
|
62
|
+
_hover?: Record<string, string>;
|
|
63
|
+
position?: string;
|
|
64
|
+
top?: string;
|
|
65
|
+
left?: string;
|
|
66
|
+
visibility?: string;
|
|
67
|
+
}
|
|
68
|
+
declare const TabsTrigger: React.ForwardRefExoticComponent<TabsTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
69
|
+
interface TabsContentProps extends React.ComponentPropsWithoutRef<typeof RadixTabs.Content> {
|
|
70
|
+
padding?: number | string;
|
|
71
|
+
}
|
|
72
|
+
declare const TabsContent: React.ForwardRefExoticComponent<TabsContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
73
|
+
interface TabsCounterProps {
|
|
74
|
+
count?: number | null;
|
|
75
|
+
}
|
|
76
|
+
declare const TabsCounter: ({ count }: TabsCounterProps) => React.ReactElement | null;
|
|
77
|
+
|
|
78
|
+
export { TabsContent, type TabsContentProps, TabsCounter, type TabsCounterProps, TabsList, type TabsListProps, type TabsProps, TabsRoot, TabsTrigger, type TabsTriggerProps };
|
package/dist/tag.d.cts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
type TagVariant = 'subtle' | 'clickable' | 'filter' | 'select';
|
|
4
|
+
type TagSize = 'sm' | 'md' | 'lg';
|
|
5
|
+
interface TagProps extends Omit<React.ComponentPropsWithRef<'span'>, 'size'> {
|
|
6
|
+
readonly variant?: TagVariant;
|
|
7
|
+
readonly size?: TagSize;
|
|
8
|
+
readonly startElement?: React.ReactNode;
|
|
9
|
+
readonly endElement?: React.ReactNode;
|
|
10
|
+
readonly endElementProps?: React.HTMLAttributes<HTMLSpanElement>;
|
|
11
|
+
readonly label?: string;
|
|
12
|
+
readonly onClose?: VoidFunction;
|
|
13
|
+
readonly closable?: boolean;
|
|
14
|
+
readonly truncated?: boolean;
|
|
15
|
+
readonly loading?: boolean;
|
|
16
|
+
readonly selected?: boolean;
|
|
17
|
+
readonly disabled?: boolean;
|
|
18
|
+
}
|
|
19
|
+
declare const Tag: React.ForwardRefExoticComponent<Omit<TagProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
20
|
+
|
|
21
|
+
export { Tag, type TagProps };
|
package/dist/tag.d.ts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
type TagVariant = 'subtle' | 'clickable' | 'filter' | 'select';
|
|
4
|
+
type TagSize = 'sm' | 'md' | 'lg';
|
|
5
|
+
interface TagProps extends Omit<React.ComponentPropsWithRef<'span'>, 'size'> {
|
|
6
|
+
readonly variant?: TagVariant;
|
|
7
|
+
readonly size?: TagSize;
|
|
8
|
+
readonly startElement?: React.ReactNode;
|
|
9
|
+
readonly endElement?: React.ReactNode;
|
|
10
|
+
readonly endElementProps?: React.HTMLAttributes<HTMLSpanElement>;
|
|
11
|
+
readonly label?: string;
|
|
12
|
+
readonly onClose?: VoidFunction;
|
|
13
|
+
readonly closable?: boolean;
|
|
14
|
+
readonly truncated?: boolean;
|
|
15
|
+
readonly loading?: boolean;
|
|
16
|
+
readonly selected?: boolean;
|
|
17
|
+
readonly disabled?: boolean;
|
|
18
|
+
}
|
|
19
|
+
declare const Tag: React.ForwardRefExoticComponent<Omit<TagProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
20
|
+
|
|
21
|
+
export { Tag, type TagProps };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
|
|
3
|
+
type TextareaSize = 'xs' | 'sm' | 'md' | 'lg' | '2xl';
|
|
4
|
+
type TextareaVariant = 'outline' | 'filled' | 'unstyled';
|
|
5
|
+
interface TextareaProps extends Omit<React__default.ComponentPropsWithRef<'textarea'>, 'size'> {
|
|
6
|
+
readonly size?: TextareaSize;
|
|
7
|
+
readonly variant?: TextareaVariant;
|
|
8
|
+
/** Tamagui / React-Native convention — bridged to native `onChange` (see Input). */
|
|
9
|
+
readonly onChangeText?: (text: string) => void;
|
|
10
|
+
}
|
|
11
|
+
declare const Textarea: React__default.ForwardRefExoticComponent<Omit<TextareaProps, "ref"> & React__default.RefAttributes<HTMLTextAreaElement>>;
|
|
12
|
+
|
|
13
|
+
export { Textarea, type TextareaProps };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
|
|
3
|
+
type TextareaSize = 'xs' | 'sm' | 'md' | 'lg' | '2xl';
|
|
4
|
+
type TextareaVariant = 'outline' | 'filled' | 'unstyled';
|
|
5
|
+
interface TextareaProps extends Omit<React__default.ComponentPropsWithRef<'textarea'>, 'size'> {
|
|
6
|
+
readonly size?: TextareaSize;
|
|
7
|
+
readonly variant?: TextareaVariant;
|
|
8
|
+
/** Tamagui / React-Native convention — bridged to native `onChange` (see Input). */
|
|
9
|
+
readonly onChangeText?: (text: string) => void;
|
|
10
|
+
}
|
|
11
|
+
declare const Textarea: React__default.ForwardRefExoticComponent<Omit<TextareaProps, "ref"> & React__default.RefAttributes<HTMLTextAreaElement>>;
|
|
12
|
+
|
|
13
|
+
export { Textarea, type TextareaProps };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
|
|
3
|
+
interface ToastOptions {
|
|
4
|
+
readonly id?: string | number;
|
|
5
|
+
readonly title?: string;
|
|
6
|
+
readonly description?: string;
|
|
7
|
+
readonly type?: 'info' | 'warning' | 'success' | 'error' | 'loading';
|
|
8
|
+
readonly duration?: number;
|
|
9
|
+
readonly action?: {
|
|
10
|
+
readonly label: string;
|
|
11
|
+
readonly onClick: () => void;
|
|
12
|
+
};
|
|
13
|
+
readonly onStatusChange?: (details: {
|
|
14
|
+
readonly status: string;
|
|
15
|
+
}) => void;
|
|
16
|
+
}
|
|
17
|
+
declare function create(opts: ToastOptions): string | number;
|
|
18
|
+
declare function update(id: string | number, opts: ToastOptions): void;
|
|
19
|
+
declare const toaster: {
|
|
20
|
+
readonly create: typeof create;
|
|
21
|
+
readonly success: (opts: ToastOptions) => string | number;
|
|
22
|
+
readonly error: (opts: ToastOptions) => string | number;
|
|
23
|
+
readonly loading: (opts: ToastOptions) => string | number;
|
|
24
|
+
readonly update: typeof update;
|
|
25
|
+
readonly remove: (id: string | number) => string | number;
|
|
26
|
+
};
|
|
27
|
+
declare const Toaster: React__default.FC;
|
|
28
|
+
|
|
29
|
+
export { Toaster, toaster };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import React__default from 'react';
|
|
2
|
+
|
|
3
|
+
interface ToastOptions {
|
|
4
|
+
readonly id?: string | number;
|
|
5
|
+
readonly title?: string;
|
|
6
|
+
readonly description?: string;
|
|
7
|
+
readonly type?: 'info' | 'warning' | 'success' | 'error' | 'loading';
|
|
8
|
+
readonly duration?: number;
|
|
9
|
+
readonly action?: {
|
|
10
|
+
readonly label: string;
|
|
11
|
+
readonly onClick: () => void;
|
|
12
|
+
};
|
|
13
|
+
readonly onStatusChange?: (details: {
|
|
14
|
+
readonly status: string;
|
|
15
|
+
}) => void;
|
|
16
|
+
}
|
|
17
|
+
declare function create(opts: ToastOptions): string | number;
|
|
18
|
+
declare function update(id: string | number, opts: ToastOptions): void;
|
|
19
|
+
declare const toaster: {
|
|
20
|
+
readonly create: typeof create;
|
|
21
|
+
readonly success: (opts: ToastOptions) => string | number;
|
|
22
|
+
readonly error: (opts: ToastOptions) => string | number;
|
|
23
|
+
readonly loading: (opts: ToastOptions) => string | number;
|
|
24
|
+
readonly update: typeof update;
|
|
25
|
+
readonly remove: (id: string | number) => string | number;
|
|
26
|
+
};
|
|
27
|
+
declare const Toaster: React__default.FC;
|
|
28
|
+
|
|
29
|
+
export { Toaster, toaster };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
interface TooltipProps {
|
|
4
|
+
selected?: boolean;
|
|
5
|
+
showArrow?: boolean;
|
|
6
|
+
portalled?: boolean;
|
|
7
|
+
portalRef?: React.RefObject<HTMLElement>;
|
|
8
|
+
content: React.ReactNode;
|
|
9
|
+
contentProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
10
|
+
triggerProps?: React.HTMLAttributes<HTMLButtonElement>;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
disableOnMobile?: boolean;
|
|
13
|
+
children?: React.ReactNode;
|
|
14
|
+
variant?: string;
|
|
15
|
+
open?: boolean;
|
|
16
|
+
defaultOpen?: boolean;
|
|
17
|
+
onOpenChange?: (details: {
|
|
18
|
+
open: boolean;
|
|
19
|
+
}) => void;
|
|
20
|
+
closeDelay?: number;
|
|
21
|
+
openDelay?: number;
|
|
22
|
+
interactive?: boolean;
|
|
23
|
+
lazyMount?: boolean;
|
|
24
|
+
unmountOnExit?: boolean;
|
|
25
|
+
positioning?: {
|
|
26
|
+
placement?: 'top' | 'bottom' | 'left' | 'right' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end' | 'right-start' | 'right-end';
|
|
27
|
+
overflowPadding?: number;
|
|
28
|
+
offset?: {
|
|
29
|
+
mainAxis?: number;
|
|
30
|
+
crossAxis?: number;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
closeOnClick?: boolean;
|
|
34
|
+
closeOnPointerDown?: boolean;
|
|
35
|
+
}
|
|
36
|
+
declare const Tooltip: React.ForwardRefExoticComponent<TooltipProps & React.RefAttributes<HTMLDivElement>>;
|
|
37
|
+
|
|
38
|
+
export { Tooltip, type TooltipProps };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
interface TooltipProps {
|
|
4
|
+
selected?: boolean;
|
|
5
|
+
showArrow?: boolean;
|
|
6
|
+
portalled?: boolean;
|
|
7
|
+
portalRef?: React.RefObject<HTMLElement>;
|
|
8
|
+
content: React.ReactNode;
|
|
9
|
+
contentProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
10
|
+
triggerProps?: React.HTMLAttributes<HTMLButtonElement>;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
disableOnMobile?: boolean;
|
|
13
|
+
children?: React.ReactNode;
|
|
14
|
+
variant?: string;
|
|
15
|
+
open?: boolean;
|
|
16
|
+
defaultOpen?: boolean;
|
|
17
|
+
onOpenChange?: (details: {
|
|
18
|
+
open: boolean;
|
|
19
|
+
}) => void;
|
|
20
|
+
closeDelay?: number;
|
|
21
|
+
openDelay?: number;
|
|
22
|
+
interactive?: boolean;
|
|
23
|
+
lazyMount?: boolean;
|
|
24
|
+
unmountOnExit?: boolean;
|
|
25
|
+
positioning?: {
|
|
26
|
+
placement?: 'top' | 'bottom' | 'left' | 'right' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'left-start' | 'left-end' | 'right-start' | 'right-end';
|
|
27
|
+
overflowPadding?: number;
|
|
28
|
+
offset?: {
|
|
29
|
+
mainAxis?: number;
|
|
30
|
+
crossAxis?: number;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
closeOnClick?: boolean;
|
|
34
|
+
closeOnPointerDown?: boolean;
|
|
35
|
+
}
|
|
36
|
+
declare const Tooltip: React.ForwardRefExoticComponent<TooltipProps & React.RefAttributes<HTMLDivElement>>;
|
|
37
|
+
|
|
38
|
+
export { Tooltip, type TooltipProps };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/** Below this the UI is a phone: menus become sheets, drawers drag. */
|
|
2
|
+
declare const NARROW_PX = 640;
|
|
3
|
+
/** Below this the pointer is a finger: hover-only affordances are suppressed. */
|
|
4
|
+
declare const TOUCH_PX = 1024;
|
|
5
|
+
/** True while the viewport is narrower than `px`. */
|
|
6
|
+
declare function useBelow(px: number): boolean;
|
|
7
|
+
/** Phone-sized: present menus as sheets. */
|
|
8
|
+
declare const useIsNarrow: () => boolean;
|
|
9
|
+
/** Touch-sized: no hover, so hover-only affordances must not be the only path. */
|
|
10
|
+
declare const useIsTouch: () => boolean;
|
|
11
|
+
|
|
12
|
+
export { NARROW_PX, TOUCH_PX, useBelow, useIsNarrow, useIsTouch };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/** Below this the UI is a phone: menus become sheets, drawers drag. */
|
|
2
|
+
declare const NARROW_PX = 640;
|
|
3
|
+
/** Below this the pointer is a finger: hover-only affordances are suppressed. */
|
|
4
|
+
declare const TOUCH_PX = 1024;
|
|
5
|
+
/** True while the viewport is narrower than `px`. */
|
|
6
|
+
declare function useBelow(px: number): boolean;
|
|
7
|
+
/** Phone-sized: present menus as sheets. */
|
|
8
|
+
declare const useIsNarrow: () => boolean;
|
|
9
|
+
/** Touch-sized: no hover, so hover-only affordances must not be the only path. */
|
|
10
|
+
declare const useIsTouch: () => boolean;
|
|
11
|
+
|
|
12
|
+
export { NARROW_PX, TOUCH_PX, useBelow, useIsNarrow, useIsTouch };
|
package/dist/utils.d.cts
ADDED
package/dist/utils.d.ts
ADDED
package/dist/vite.d.cts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
interface LuxUiViteOptions {
|
|
2
|
+
/**
|
|
3
|
+
* Extra packages to keep to a single physical copy. React, the gui engine and
|
|
4
|
+
* TanStack Query are always deduped.
|
|
5
|
+
*/
|
|
6
|
+
readonly dedupe?: ReadonlyArray<string>;
|
|
7
|
+
/**
|
|
8
|
+
* Extra packages to pre-bundle. The engine, react-native-web and the CJS-only
|
|
9
|
+
* colour helper are always included.
|
|
10
|
+
*/
|
|
11
|
+
readonly include?: ReadonlyArray<string>;
|
|
12
|
+
}
|
|
13
|
+
/** Minimal structural shape of a Vite plugin — avoids a hard `vite` type dep. */
|
|
14
|
+
interface LuxUiVitePlugin {
|
|
15
|
+
readonly name: string;
|
|
16
|
+
readonly config: () => {
|
|
17
|
+
define: Record<string, string>;
|
|
18
|
+
resolve: {
|
|
19
|
+
alias: Record<string, string>;
|
|
20
|
+
dedupe: Array<string>;
|
|
21
|
+
};
|
|
22
|
+
optimizeDeps: {
|
|
23
|
+
include: Array<string>;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
declare function luxUi(options?: LuxUiViteOptions): LuxUiVitePlugin;
|
|
28
|
+
|
|
29
|
+
export { type LuxUiViteOptions, luxUi };
|