@deepnoid/ui 0.0.89 → 0.0.91
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/chunk-75HLCORR.mjs +1 -0
- package/dist/chunk-D5GGG7IO.mjs +122 -0
- package/dist/{chunk-FPCP4OOL.mjs → chunk-EDEV4IK4.mjs} +3 -3
- package/dist/chunk-FWJ2ZKH6.mjs +87 -0
- package/dist/chunk-HHYPMVLY.mjs +359 -0
- package/dist/{chunk-HFVZFUC3.mjs → chunk-L7P6OBUX.mjs} +1 -1
- package/dist/chunk-P732YGHO.mjs +18 -0
- package/dist/{chunk-MOINJECK.mjs → chunk-S3O52LLG.mjs} +1 -2
- package/dist/chunk-WX32MAKV.mjs +219 -0
- package/dist/components/accordion/accordion.d.mts +2 -2
- package/dist/components/accordion/accordion.d.ts +2 -2
- package/dist/components/accordion/accordion.test.mjs +3 -3
- package/dist/components/accordion/accordionItem.d.mts +2 -2
- package/dist/components/accordion/accordionItem.d.ts +2 -2
- package/dist/components/button/button-group.d.mts +2 -2
- package/dist/components/button/button-group.d.ts +2 -2
- package/dist/components/button/button-group.test.mjs +3 -3
- package/dist/components/button/button.d.mts +2 -2
- package/dist/components/button/button.d.ts +2 -2
- package/dist/components/button/button.test.mjs +3 -3
- package/dist/components/card/card.d.mts +2 -2
- package/dist/components/card/card.d.ts +2 -2
- package/dist/components/checkbox/checkbox.d.mts +2 -2
- package/dist/components/checkbox/checkbox.d.ts +2 -2
- package/dist/components/checkbox/checkbox.test.mjs +3 -3
- package/dist/components/dateTimePicker/calendar.d.mts +118 -0
- package/dist/components/dateTimePicker/calendar.d.ts +118 -0
- package/dist/components/dateTimePicker/calendar.js +3854 -0
- package/dist/components/dateTimePicker/calendar.mjs +16 -0
- package/dist/components/dateTimePicker/dateTimePicker.d.mts +445 -0
- package/dist/components/dateTimePicker/dateTimePicker.d.ts +445 -0
- package/dist/components/dateTimePicker/dateTimePicker.js +4540 -0
- package/dist/components/dateTimePicker/dateTimePicker.mjs +22 -0
- package/dist/components/dateTimePicker/index.d.mts +5 -0
- package/dist/components/dateTimePicker/index.d.ts +5 -0
- package/dist/components/dateTimePicker/index.js +4541 -0
- package/dist/components/dateTimePicker/index.mjs +21 -0
- package/dist/components/dateTimePicker/timePicker.d.mts +11 -0
- package/dist/components/dateTimePicker/timePicker.d.ts +11 -0
- package/dist/components/dateTimePicker/timePicker.js +345 -0
- package/dist/components/dateTimePicker/timePicker.mjs +13 -0
- package/dist/components/dateTimePicker/useDateTimePicker.d.mts +34 -0
- package/dist/components/dateTimePicker/useDateTimePicker.d.ts +34 -0
- package/dist/components/dateTimePicker/useDateTimePicker.js +117 -0
- package/dist/components/dateTimePicker/useDateTimePicker.mjs +9 -0
- package/dist/components/dateTimePicker/util.d.mts +4 -0
- package/dist/components/dateTimePicker/util.d.ts +4 -0
- package/dist/components/dateTimePicker/util.js +42 -0
- package/dist/components/dateTimePicker/util.mjs +10 -0
- package/dist/components/input/input.d.mts +2 -2
- package/dist/components/input/input.d.ts +2 -2
- package/dist/components/input/input.test.mjs +1 -1
- package/dist/components/list/index.js +3 -3
- package/dist/components/list/index.mjs +1 -1
- package/dist/components/list/list.d.mts +2 -2
- package/dist/components/list/list.d.ts +2 -2
- package/dist/components/list/listItem.d.mts +3 -3
- package/dist/components/list/listItem.d.ts +3 -3
- package/dist/components/list/listItem.js +3 -3
- package/dist/components/list/listItem.mjs +1 -1
- package/dist/components/modal/index.js +1 -1
- package/dist/components/modal/index.mjs +1 -1
- package/dist/components/modal/modal.d.mts +2 -2
- package/dist/components/modal/modal.d.ts +2 -2
- package/dist/components/modal/modal.js +1 -1
- package/dist/components/modal/modal.mjs +1 -1
- package/dist/components/modal/modal.test.js +1 -1
- package/dist/components/modal/modal.test.mjs +2 -2
- package/dist/components/pagination/pagination.d.mts +2 -2
- package/dist/components/pagination/pagination.d.ts +2 -2
- package/dist/components/progress/progress.d.mts +2 -2
- package/dist/components/progress/progress.d.ts +2 -2
- package/dist/components/radio/radio.d.mts +2 -2
- package/dist/components/radio/radio.d.ts +2 -2
- package/dist/components/select/select.d.mts +2 -2
- package/dist/components/select/select.d.ts +2 -2
- package/dist/components/select/select.test.mjs +3 -3
- package/dist/components/select/useSelect.d.mts +3 -3
- package/dist/components/select/useSelect.d.ts +3 -3
- package/dist/components/slider/slider.d.mts +2 -2
- package/dist/components/slider/slider.d.ts +2 -2
- package/dist/components/switch/index.js +1 -2
- package/dist/components/switch/index.mjs +1 -1
- package/dist/components/switch/switch.d.mts +2 -2
- package/dist/components/switch/switch.d.ts +2 -2
- package/dist/components/switch/switch.js +1 -2
- package/dist/components/switch/switch.mjs +1 -1
- package/dist/components/switch/switch.test.js +1 -2
- package/dist/components/switch/switch.test.mjs +1 -1
- package/dist/components/table/table-body.d.mts +2 -2
- package/dist/components/table/table-body.d.ts +2 -2
- package/dist/components/table/table.d.mts +5 -5
- package/dist/components/table/table.d.ts +5 -5
- package/dist/components/tabs/tabs.d.mts +2 -2
- package/dist/components/tabs/tabs.d.ts +2 -2
- package/dist/components/tabs/tabs.test.mjs +3 -3
- package/dist/components/textarea/textarea.d.mts +2 -2
- package/dist/components/textarea/textarea.d.ts +2 -2
- package/dist/components/textarea/textarea.test.mjs +1 -1
- package/dist/components/toast/toast.d.mts +2 -2
- package/dist/components/toast/toast.d.ts +2 -2
- package/dist/components/tooltip/index.d.mts +1 -1
- package/dist/components/tooltip/index.d.ts +1 -1
- package/dist/components/tooltip/tooltip-utils.d.mts +1 -1
- package/dist/components/tooltip/tooltip-utils.d.ts +1 -1
- package/dist/components/tooltip/tooltip.d.mts +3 -3
- package/dist/components/tooltip/tooltip.d.ts +3 -3
- package/dist/components/tooltip/tooltip.test.mjs +3 -3
- package/dist/components/tooltip/useTooltip.d.mts +1 -1
- package/dist/components/tooltip/useTooltip.d.ts +1 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +751 -6
- package/dist/index.mjs +62 -43
- package/dist/{tooltip-utils-DCKA5gnI.d.ts → tooltip-utils-CrCabndd.d.mts} +2 -2
- package/dist/{tooltip-utils-DCKA5gnI.d.mts → tooltip-utils-CrCabndd.d.ts} +2 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import
|
|
2
|
+
import React__default, { ReactNode } from 'react';
|
|
3
3
|
import { SlotsToClasses } from '../../utils/types.mjs';
|
|
4
4
|
import { TableSlots, TableReturnType, TableRow, TableColumn } from './table.mjs';
|
|
5
5
|
import 'tailwind-variants';
|
|
@@ -19,7 +19,7 @@ type TableBodyProps = {
|
|
|
19
19
|
selectedRows: Set<number>;
|
|
20
20
|
emptyContent?: ReactNode;
|
|
21
21
|
onSelectRow: (index: number) => void;
|
|
22
|
-
onRowAction?: (e:
|
|
22
|
+
onRowAction?: (e: React__default.MouseEvent, params: TableRow) => void;
|
|
23
23
|
};
|
|
24
24
|
declare const TableBody: ({ classNames, size, color, slots, rows, columns, isExpanded, isSelected, isSelectedRow, selectedRows, emptyContent, onSelectRow, onRowAction, }: TableBodyProps) => react_jsx_runtime.JSX.Element;
|
|
25
25
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import
|
|
2
|
+
import React__default, { ReactNode } from 'react';
|
|
3
3
|
import { SlotsToClasses } from '../../utils/types.js';
|
|
4
4
|
import { TableSlots, TableReturnType, TableRow, TableColumn } from './table.js';
|
|
5
5
|
import 'tailwind-variants';
|
|
@@ -19,7 +19,7 @@ type TableBodyProps = {
|
|
|
19
19
|
selectedRows: Set<number>;
|
|
20
20
|
emptyContent?: ReactNode;
|
|
21
21
|
onSelectRow: (index: number) => void;
|
|
22
|
-
onRowAction?: (e:
|
|
22
|
+
onRowAction?: (e: React__default.MouseEvent, params: TableRow) => void;
|
|
23
23
|
};
|
|
24
24
|
declare const TableBody: ({ classNames, size, color, slots, rows, columns, isExpanded, isSelected, isSelectedRow, selectedRows, emptyContent, onSelectRow, onRowAction, }: TableBodyProps) => react_jsx_runtime.JSX.Element;
|
|
25
25
|
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import * as tailwind_variants from 'tailwind-variants';
|
|
2
2
|
import { VariantProps } from 'tailwind-variants';
|
|
3
3
|
import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
4
|
-
import
|
|
4
|
+
import React__default, { ReactElement } from 'react';
|
|
5
5
|
import { SlotsToClasses } from '../../utils/types.mjs';
|
|
6
6
|
|
|
7
|
-
interface Props extends Omit<
|
|
7
|
+
interface Props extends Omit<React__default.ComponentPropsWithRef<"table">, "ref" | "color" | "slot" | "size" | "defaultChecked" | "defaultValue"> {
|
|
8
8
|
rows: TableRow[];
|
|
9
9
|
columns: TableColumn[];
|
|
10
10
|
isLoading?: boolean;
|
|
11
11
|
emptyContent?: ReactElement;
|
|
12
12
|
classNames?: SlotsToClasses<TableSlots>;
|
|
13
|
-
onRowAction?: (e:
|
|
13
|
+
onRowAction?: (e: React__default.MouseEvent, params: TableRow) => void;
|
|
14
14
|
}
|
|
15
15
|
interface TableRef {
|
|
16
16
|
selectedRows: Set<number>;
|
|
17
17
|
setSelectedRows: (rows: Set<number>) => void;
|
|
18
18
|
}
|
|
19
|
-
declare const Table:
|
|
19
|
+
declare const Table: React__default.ForwardRefExoticComponent<Props & TableVariantProps & React__default.RefAttributes<TableRef>>;
|
|
20
20
|
|
|
21
21
|
declare const table: tailwind_variants.TVReturnType<{
|
|
22
22
|
variant: {
|
|
@@ -591,7 +591,7 @@ type TableColumn<R extends RowValue = RowValue, V = any, F = V> = {
|
|
|
591
591
|
headerName?: string | ReactElement;
|
|
592
592
|
className?: string;
|
|
593
593
|
valueFormatter?: (params: ValueFormatterParams<V>) => F;
|
|
594
|
-
renderCell?: (params: CellParams<R, V, F>) =>
|
|
594
|
+
renderCell?: (params: CellParams<R, V, F>) => React__default.ReactNode;
|
|
595
595
|
};
|
|
596
596
|
|
|
597
597
|
export { type TableColumn, type TableRef, type TableReturnType, type TableRow, type TableSlots, type TableVariantProps, Table as default };
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import * as tailwind_variants from 'tailwind-variants';
|
|
2
2
|
import { VariantProps } from 'tailwind-variants';
|
|
3
3
|
import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
4
|
-
import
|
|
4
|
+
import React__default, { ReactElement } from 'react';
|
|
5
5
|
import { SlotsToClasses } from '../../utils/types.js';
|
|
6
6
|
|
|
7
|
-
interface Props extends Omit<
|
|
7
|
+
interface Props extends Omit<React__default.ComponentPropsWithRef<"table">, "ref" | "color" | "slot" | "size" | "defaultChecked" | "defaultValue"> {
|
|
8
8
|
rows: TableRow[];
|
|
9
9
|
columns: TableColumn[];
|
|
10
10
|
isLoading?: boolean;
|
|
11
11
|
emptyContent?: ReactElement;
|
|
12
12
|
classNames?: SlotsToClasses<TableSlots>;
|
|
13
|
-
onRowAction?: (e:
|
|
13
|
+
onRowAction?: (e: React__default.MouseEvent, params: TableRow) => void;
|
|
14
14
|
}
|
|
15
15
|
interface TableRef {
|
|
16
16
|
selectedRows: Set<number>;
|
|
17
17
|
setSelectedRows: (rows: Set<number>) => void;
|
|
18
18
|
}
|
|
19
|
-
declare const Table:
|
|
19
|
+
declare const Table: React__default.ForwardRefExoticComponent<Props & TableVariantProps & React__default.RefAttributes<TableRef>>;
|
|
20
20
|
|
|
21
21
|
declare const table: tailwind_variants.TVReturnType<{
|
|
22
22
|
variant: {
|
|
@@ -591,7 +591,7 @@ type TableColumn<R extends RowValue = RowValue, V = any, F = V> = {
|
|
|
591
591
|
headerName?: string | ReactElement;
|
|
592
592
|
className?: string;
|
|
593
593
|
valueFormatter?: (params: ValueFormatterParams<V>) => F;
|
|
594
|
-
renderCell?: (params: CellParams<R, V, F>) =>
|
|
594
|
+
renderCell?: (params: CellParams<R, V, F>) => React__default.ReactNode;
|
|
595
595
|
};
|
|
596
596
|
|
|
597
597
|
export { type TableColumn, type TableRef, type TableReturnType, type TableRow, type TableSlots, type TableVariantProps, Table as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as tailwind_variants from 'tailwind-variants';
|
|
2
2
|
import { VariantProps } from 'tailwind-variants';
|
|
3
3
|
import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
4
|
-
import
|
|
4
|
+
import React__default, { ReactNode } from 'react';
|
|
5
5
|
import { SlotsToClasses } from '../../utils/types.mjs';
|
|
6
6
|
|
|
7
7
|
interface Props {
|
|
@@ -16,7 +16,7 @@ type TabsDataType = {
|
|
|
16
16
|
disabled: boolean;
|
|
17
17
|
component: ReactNode;
|
|
18
18
|
};
|
|
19
|
-
declare const Tabs:
|
|
19
|
+
declare const Tabs: React__default.ForwardRefExoticComponent<Props & TabsVariantProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
20
20
|
|
|
21
21
|
declare const tabs: tailwind_variants.TVReturnType<{
|
|
22
22
|
variant: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as tailwind_variants from 'tailwind-variants';
|
|
2
2
|
import { VariantProps } from 'tailwind-variants';
|
|
3
3
|
import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
4
|
-
import
|
|
4
|
+
import React__default, { ReactNode } from 'react';
|
|
5
5
|
import { SlotsToClasses } from '../../utils/types.js';
|
|
6
6
|
|
|
7
7
|
interface Props {
|
|
@@ -16,7 +16,7 @@ type TabsDataType = {
|
|
|
16
16
|
disabled: boolean;
|
|
17
17
|
component: ReactNode;
|
|
18
18
|
};
|
|
19
|
-
declare const Tabs:
|
|
19
|
+
declare const Tabs: React__default.ForwardRefExoticComponent<Props & TabsVariantProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
20
20
|
|
|
21
21
|
declare const tabs: tailwind_variants.TVReturnType<{
|
|
22
22
|
variant: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as tailwind_variants from 'tailwind-variants';
|
|
2
2
|
import { VariantProps } from 'tailwind-variants';
|
|
3
3
|
import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
4
|
-
import * as
|
|
4
|
+
import * as React from 'react';
|
|
5
5
|
import { ComponentProps } from 'react';
|
|
6
6
|
import { SlotsToClasses } from '../../utils/types.mjs';
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ interface Props extends Omit<ComponentProps<"textarea">, "size"> {
|
|
|
11
11
|
classNames?: SlotsToClasses<TextareaSlots>;
|
|
12
12
|
}
|
|
13
13
|
type TextareaProps = Props & TextareaVariantProps;
|
|
14
|
-
declare const Textarea:
|
|
14
|
+
declare const Textarea: React.ForwardRefExoticComponent<Omit<TextareaProps, "ref"> & React.RefAttributes<HTMLTextAreaElement>>;
|
|
15
15
|
|
|
16
16
|
declare const textareaStyle: tailwind_variants.TVReturnType<{
|
|
17
17
|
variant: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as tailwind_variants from 'tailwind-variants';
|
|
2
2
|
import { VariantProps } from 'tailwind-variants';
|
|
3
3
|
import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
4
|
-
import * as
|
|
4
|
+
import * as React from 'react';
|
|
5
5
|
import { ComponentProps } from 'react';
|
|
6
6
|
import { SlotsToClasses } from '../../utils/types.js';
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ interface Props extends Omit<ComponentProps<"textarea">, "size"> {
|
|
|
11
11
|
classNames?: SlotsToClasses<TextareaSlots>;
|
|
12
12
|
}
|
|
13
13
|
type TextareaProps = Props & TextareaVariantProps;
|
|
14
|
-
declare const Textarea:
|
|
14
|
+
declare const Textarea: React.ForwardRefExoticComponent<Omit<TextareaProps, "ref"> & React.RefAttributes<HTMLTextAreaElement>>;
|
|
15
15
|
|
|
16
16
|
declare const textareaStyle: tailwind_variants.TVReturnType<{
|
|
17
17
|
variant: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as tailwind_variants from 'tailwind-variants';
|
|
2
2
|
import { VariantProps } from 'tailwind-variants';
|
|
3
3
|
import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
4
|
-
import * as
|
|
4
|
+
import * as React from 'react';
|
|
5
5
|
import { ReactNode } from 'react';
|
|
6
6
|
import { ToastPlacement } from './toast-utils.mjs';
|
|
7
7
|
import { IconName } from '../icon/Icon.mjs';
|
|
@@ -19,7 +19,7 @@ interface Props {
|
|
|
19
19
|
onClose?: () => void;
|
|
20
20
|
}
|
|
21
21
|
type ToastProps = Props & ToastVariantProps;
|
|
22
|
-
declare const Toast:
|
|
22
|
+
declare const Toast: React.ForwardRefExoticComponent<Props & ToastVariantProps & React.RefAttributes<any>>;
|
|
23
23
|
|
|
24
24
|
declare const toast: tailwind_variants.TVReturnType<{
|
|
25
25
|
color: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as tailwind_variants from 'tailwind-variants';
|
|
2
2
|
import { VariantProps } from 'tailwind-variants';
|
|
3
3
|
import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
4
|
-
import * as
|
|
4
|
+
import * as React from 'react';
|
|
5
5
|
import { ReactNode } from 'react';
|
|
6
6
|
import { ToastPlacement } from './toast-utils.js';
|
|
7
7
|
import { IconName } from '../icon/Icon.js';
|
|
@@ -19,7 +19,7 @@ interface Props {
|
|
|
19
19
|
onClose?: () => void;
|
|
20
20
|
}
|
|
21
21
|
type ToastProps = Props & ToastVariantProps;
|
|
22
|
-
declare const Toast:
|
|
22
|
+
declare const Toast: React.ForwardRefExoticComponent<Props & ToastVariantProps & React.RefAttributes<any>>;
|
|
23
23
|
|
|
24
24
|
declare const toast: tailwind_variants.TVReturnType<{
|
|
25
25
|
color: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { T as TooltipPlacement, g as getTooltipPosition } from '../../tooltip-utils-
|
|
1
|
+
export { T as TooltipPlacement, g as getTooltipPosition } from '../../tooltip-utils-CrCabndd.mjs';
|
|
2
2
|
import 'react';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { T as TooltipPlacement, g as getTooltipPosition } from '../../tooltip-utils-
|
|
1
|
+
export { T as TooltipPlacement, g as getTooltipPosition } from '../../tooltip-utils-CrCabndd.js';
|
|
2
2
|
import 'react';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as tailwind_variants from 'tailwind-variants';
|
|
2
2
|
import { VariantProps } from 'tailwind-variants';
|
|
3
3
|
import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
4
|
-
import * as
|
|
4
|
+
import * as React from 'react';
|
|
5
5
|
import { ReactNode } from 'react';
|
|
6
6
|
import { SlotsToClasses } from '../../utils/types.mjs';
|
|
7
|
-
import { T as TooltipPlacement } from '../../tooltip-utils-
|
|
7
|
+
import { T as TooltipPlacement } from '../../tooltip-utils-CrCabndd.mjs';
|
|
8
8
|
|
|
9
9
|
interface Props {
|
|
10
10
|
children?: ReactNode;
|
|
@@ -14,7 +14,7 @@ interface Props {
|
|
|
14
14
|
classNames?: SlotsToClasses<TooltipSlots>;
|
|
15
15
|
}
|
|
16
16
|
type TooltipProps = Props & TooltipVariantProps;
|
|
17
|
-
declare const Tooltip:
|
|
17
|
+
declare const Tooltip: React.ForwardRefExoticComponent<Props & TooltipVariantProps & React.RefAttributes<HTMLDivElement>>;
|
|
18
18
|
|
|
19
19
|
declare const tooltip: tailwind_variants.TVReturnType<{
|
|
20
20
|
size: {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as tailwind_variants from 'tailwind-variants';
|
|
2
2
|
import { VariantProps } from 'tailwind-variants';
|
|
3
3
|
import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
4
|
-
import * as
|
|
4
|
+
import * as React from 'react';
|
|
5
5
|
import { ReactNode } from 'react';
|
|
6
6
|
import { SlotsToClasses } from '../../utils/types.js';
|
|
7
|
-
import { T as TooltipPlacement } from '../../tooltip-utils-
|
|
7
|
+
import { T as TooltipPlacement } from '../../tooltip-utils-CrCabndd.js';
|
|
8
8
|
|
|
9
9
|
interface Props {
|
|
10
10
|
children?: ReactNode;
|
|
@@ -14,7 +14,7 @@ interface Props {
|
|
|
14
14
|
classNames?: SlotsToClasses<TooltipSlots>;
|
|
15
15
|
}
|
|
16
16
|
type TooltipProps = Props & TooltipVariantProps;
|
|
17
|
-
declare const Tooltip:
|
|
17
|
+
declare const Tooltip: React.ForwardRefExoticComponent<Props & TooltipVariantProps & React.RefAttributes<HTMLDivElement>>;
|
|
18
18
|
|
|
19
19
|
declare const tooltip: tailwind_variants.TVReturnType<{
|
|
20
20
|
size: {
|
|
@@ -6,12 +6,12 @@ import "../../chunk-DSBSLSJW.mjs";
|
|
|
6
6
|
import "../../chunk-ODMRJXLJ.mjs";
|
|
7
7
|
import "../../chunk-VUYUQGLF.mjs";
|
|
8
8
|
import "../../chunk-NGQ3MK2J.mjs";
|
|
9
|
-
import {
|
|
10
|
-
render
|
|
11
|
-
} from "../../chunk-FNPWLOGV.mjs";
|
|
12
9
|
import {
|
|
13
10
|
button_default
|
|
14
11
|
} from "../../chunk-UR64ZUAU.mjs";
|
|
12
|
+
import {
|
|
13
|
+
render
|
|
14
|
+
} from "../../chunk-FNPWLOGV.mjs";
|
|
15
15
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
16
16
|
import "../../chunk-LCI6RPWE.mjs";
|
|
17
17
|
import "../../chunk-IOCRFIQF.mjs";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { a as TargetRect, u as useTooltip } from '../../tooltip-utils-
|
|
2
|
+
export { a as TargetRect, u as useTooltip } from '../../tooltip-utils-CrCabndd.mjs';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import 'react';
|
|
2
|
-
export { a as TargetRect, u as useTooltip } from '../../tooltip-utils-
|
|
2
|
+
export { a as TargetRect, u as useTooltip } from '../../tooltip-utils-CrCabndd.js';
|
package/dist/index.d.mts
CHANGED
|
@@ -21,6 +21,7 @@ export { default as List } from './components/list/list.mjs';
|
|
|
21
21
|
export { default as ListItem } from './components/list/listItem.mjs';
|
|
22
22
|
export { default as Toast } from './components/toast/toast.mjs';
|
|
23
23
|
export { ToastProvider, useToast } from './components/toast/use-toast.mjs';
|
|
24
|
+
export { default as DateTimePicker } from './components/dateTimePicker/dateTimePicker.mjs';
|
|
24
25
|
export { tv } from './utils/tailwind-variants.mjs';
|
|
25
26
|
export { deepnoidUi } from '@deepnoid/tailwind-config';
|
|
26
27
|
export { VariantProps } from 'tailwind-variants';
|
|
@@ -29,5 +30,5 @@ import 'react';
|
|
|
29
30
|
import './utils/types.mjs';
|
|
30
31
|
import 'react/jsx-runtime';
|
|
31
32
|
import './components/icon/template.mjs';
|
|
32
|
-
import './tooltip-utils-
|
|
33
|
+
import './tooltip-utils-CrCabndd.mjs';
|
|
33
34
|
import './components/toast/toast-utils.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ export { default as List } from './components/list/list.js';
|
|
|
21
21
|
export { default as ListItem } from './components/list/listItem.js';
|
|
22
22
|
export { default as Toast } from './components/toast/toast.js';
|
|
23
23
|
export { ToastProvider, useToast } from './components/toast/use-toast.js';
|
|
24
|
+
export { default as DateTimePicker } from './components/dateTimePicker/dateTimePicker.js';
|
|
24
25
|
export { tv } from './utils/tailwind-variants.js';
|
|
25
26
|
export { deepnoidUi } from '@deepnoid/tailwind-config';
|
|
26
27
|
export { VariantProps } from 'tailwind-variants';
|
|
@@ -29,5 +30,5 @@ import 'react';
|
|
|
29
30
|
import './utils/types.js';
|
|
30
31
|
import 'react/jsx-runtime';
|
|
31
32
|
import './components/icon/template.js';
|
|
32
|
-
import './tooltip-utils-
|
|
33
|
+
import './tooltip-utils-CrCabndd.js';
|
|
33
34
|
import './components/toast/toast-utils.js';
|