@deepnoid/ui 0.0.83 → 0.0.84
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-KWOLWE6I.mjs → chunk-463XE4SI.mjs} +4 -4
- package/dist/chunk-5T5F5WVS.mjs +32 -0
- package/dist/{chunk-S4DTK5GI.mjs → chunk-ADDUBJ4I.mjs} +1 -1
- package/dist/{chunk-GJKNTX2T.mjs → chunk-AHORH5PH.mjs} +6 -4
- package/dist/{chunk-7LYJAJIS.mjs → chunk-EWKYBS7I.mjs} +13 -6
- package/dist/{chunk-H7BLXC5M.mjs → chunk-ILMIS63S.mjs} +14 -14
- package/dist/{chunk-H737LHAY.mjs → chunk-KA4L5SCT.mjs} +8 -8
- package/dist/{chunk-BHSCW5D6.mjs → chunk-LGELMZCN.mjs} +1 -1
- package/dist/chunk-LXPWTJ3F.mjs +58 -0
- package/dist/{chunk-FNPWLOGV.mjs → chunk-NTTHTGDK.mjs} +39 -37
- package/dist/{chunk-WIKB37T7.mjs → chunk-QCOPD2HG.mjs} +1 -1
- package/dist/{chunk-TLYAFXE2.mjs → chunk-QURXBWKK.mjs} +1902 -746
- package/dist/{chunk-6U736HAX.mjs → chunk-RTH3FPAS.mjs} +3 -3
- package/dist/chunk-SDNTEP5C.mjs +61 -0
- package/dist/{chunk-FLJ4ZZXV.mjs → chunk-SQLRQTFC.mjs} +1 -1
- package/dist/chunk-W7ABNK3K.mjs +1 -0
- package/dist/chunk-XTJL67KM.mjs +127 -0
- package/dist/chunk-ZYIIXWVY.mjs +1 -0
- package/dist/components/accordion/accordion.test.js +39 -37
- package/dist/components/accordion/accordion.test.mjs +1 -1
- package/dist/components/accordion/accordionItem.js +1905 -749
- package/dist/components/accordion/accordionItem.mjs +4 -4
- package/dist/components/accordion/index.js +1905 -749
- package/dist/components/accordion/index.mjs +4 -4
- package/dist/components/button/button-group.test.js +39 -37
- package/dist/components/button/button-group.test.mjs +2 -2
- package/dist/components/button/button.test.js +52 -50
- package/dist/components/button/button.test.mjs +2 -2
- package/dist/components/card/card.test.js +39 -37
- package/dist/components/card/card.test.mjs +1 -1
- package/dist/components/checkbox/checkbox.test.js +39 -37
- package/dist/components/checkbox/checkbox.test.mjs +2 -2
- package/dist/components/{list/list.d.mts → dropdown/dropdown.d.ts} +9 -9
- package/dist/components/dropdown/dropdown.js +122 -0
- package/dist/components/dropdown/dropdown.mjs +10 -0
- package/dist/components/dropdown/dropdown.test.js +12997 -0
- package/dist/components/dropdown/dropdown.test.mjs +25 -0
- package/dist/components/dropdown/index.js +128 -0
- package/dist/components/dropdown/index.mjs +11 -0
- package/dist/components/icon/Icon.d.ts +499 -1
- package/dist/components/icon/Icon.js +1940 -778
- package/dist/components/icon/Icon.mjs +6 -4
- package/dist/components/icon/index.js +1910 -751
- package/dist/components/icon/index.mjs +7 -5
- package/dist/components/icon/template.d.ts +98 -61
- package/dist/components/icon/template.js +1902 -746
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +1912 -756
- package/dist/components/input/index.mjs +4 -4
- package/dist/components/input/input.js +1912 -756
- package/dist/components/input/input.mjs +4 -4
- package/dist/components/input/input.test.js +1983 -825
- package/dist/components/input/input.test.mjs +6 -6
- package/dist/components/list/index.mjs +3 -3
- package/dist/components/list/list.test.js +39 -37
- package/dist/components/list/list.test.mjs +1 -1
- package/dist/components/modal/index.js +1942 -779
- package/dist/components/modal/index.mjs +3 -3
- package/dist/components/modal/modal.js +1942 -779
- package/dist/components/modal/modal.mjs +3 -3
- package/dist/components/modal/modal.test.js +1981 -816
- package/dist/components/modal/modal.test.mjs +4 -4
- package/dist/components/pagination/pagination.test.js +39 -37
- package/dist/components/pagination/pagination.test.mjs +1 -1
- package/dist/components/progress/progress.test.d.ts +0 -2
- package/dist/components/progress/progress.test.js +39 -37
- package/dist/components/progress/progress.test.mjs +1 -1
- package/dist/components/radio/radio.test.js +39 -37
- package/dist/components/radio/radio.test.mjs +1 -1
- package/dist/components/select/index.js +1905 -749
- package/dist/components/select/index.mjs +5 -5
- package/dist/components/select/option.js +1905 -749
- package/dist/components/select/option.mjs +4 -4
- package/dist/components/select/select.js +1905 -749
- package/dist/components/select/select.mjs +5 -5
- package/dist/components/select/select.test.js +1951 -793
- package/dist/components/select/select.test.mjs +7 -7
- package/dist/components/slider/slider.test.d.ts +0 -2
- package/dist/components/slider/slider.test.js +39 -37
- package/dist/components/slider/slider.test.mjs +1 -1
- package/dist/components/switch/switch.test.d.ts +0 -2
- package/dist/components/switch/switch.test.js +39 -37
- package/dist/components/switch/switch.test.mjs +1 -1
- package/dist/components/table/index.js +1905 -749
- package/dist/components/table/index.mjs +5 -5
- package/dist/components/table/table-body.js +1905 -749
- package/dist/components/table/table-body.mjs +4 -4
- package/dist/components/table/table.js +1905 -749
- package/dist/components/table/table.mjs +5 -5
- package/dist/components/table/table.test.d.ts +0 -2
- package/dist/components/table/table.test.js +1951 -793
- package/dist/components/table/table.test.mjs +6 -6
- package/dist/components/tabs/tabs.test.d.ts +0 -2
- package/dist/components/tabs/tabs.test.js +39 -37
- package/dist/components/tabs/tabs.test.mjs +2 -2
- package/dist/components/textarea/textarea.test.d.ts +0 -2
- package/dist/components/textarea/textarea.test.js +52 -50
- package/dist/components/textarea/textarea.test.mjs +2 -2
- package/dist/components/toast/index.js +3810 -0
- package/dist/components/toast/index.mjs +16 -0
- package/dist/components/toast/toast-utils.js +84 -0
- package/dist/components/toast/toast-utils.mjs +8 -0
- package/dist/components/toast/toast.d.ts +204 -0
- package/dist/components/toast/toast.js +3804 -0
- package/dist/components/toast/toast.mjs +15 -0
- package/dist/components/toast/toast.test.d.ts +0 -0
- package/dist/components/toast/toast.test.js +16689 -0
- package/dist/components/toast/toast.test.mjs +30 -0
- package/dist/components/toast/useToast.d.ts +0 -0
- package/dist/components/toast/useToast.js +110 -0
- package/dist/components/toast/useToast.mjs +9 -0
- package/dist/components/tooltip/tooltip-utils.d.ts +0 -2
- package/dist/components/tooltip/tooltip.test.d.ts +0 -2
- package/dist/components/tooltip/tooltip.test.js +39 -37
- package/dist/components/tooltip/tooltip.test.mjs +1 -1
- package/dist/components/tooltip/useTooltip.d.ts +0 -2
- package/dist/index.d.ts +4 -1
- package/dist/index.js +2172 -761
- package/dist/index.mjs +44 -30
- package/package.json +4 -3
- package/dist/components/accordion/accordion.d.mts +0 -154
- package/dist/components/accordion/accordionItem.d.mts +0 -282
- package/dist/components/accordion/index.d.mts +0 -6
- package/dist/components/button/button-group.d.mts +0 -14
- package/dist/components/button/button-group.test.d.mts +0 -2
- package/dist/components/button/button.d.mts +0 -18
- package/dist/components/button/button.test.d.mts +0 -2
- package/dist/components/button/index.d.mts +0 -3
- package/dist/components/card/card.d.mts +0 -124
- package/dist/components/card/card.test.d.mts +0 -2
- package/dist/components/card/index.d.mts +0 -5
- package/dist/components/card/index.d.ts +0 -5
- package/dist/components/checkbox/checkbox.d.mts +0 -349
- package/dist/components/checkbox/checkbox.test.d.mts +0 -2
- package/dist/components/checkbox/index.d.mts +0 -5
- package/dist/components/checkbox/index.d.ts +0 -5
- package/dist/components/icon/Icon.d.mts +0 -15
- package/dist/components/icon/index.d.mts +0 -4
- package/dist/components/icon/index.d.ts +0 -4
- package/dist/components/icon/template.d.mts +0 -97
- package/dist/components/input/index.d.mts +0 -5
- package/dist/components/input/index.d.ts +0 -5
- package/dist/components/input/input.d.mts +0 -437
- package/dist/components/input/input.test.d.mts +0 -2
- package/dist/components/list/index.d.mts +0 -6
- package/dist/components/list/list.test.d.mts +0 -2
- package/dist/components/list/listItem.d.mts +0 -183
- package/dist/components/modal/index.d.mts +0 -8
- package/dist/components/modal/index.d.ts +0 -8
- package/dist/components/modal/modal.d.mts +0 -214
- package/dist/components/modal/modal.test.d.mts +0 -2
- package/dist/components/pagination/index.d.mts +0 -4
- package/dist/components/pagination/index.d.ts +0 -4
- package/dist/components/pagination/pagination.d.mts +0 -186
- package/dist/components/pagination/pagination.test.d.mts +0 -2
- package/dist/components/pagination/usePagination.d.mts +0 -16
- package/dist/components/progress/index.d.mts +0 -5
- package/dist/components/progress/index.d.ts +0 -5
- package/dist/components/progress/progress.d.mts +0 -281
- package/dist/components/progress/progress.test.d.mts +0 -2
- package/dist/components/radio/index.d.mts +0 -5
- package/dist/components/radio/index.d.ts +0 -5
- package/dist/components/radio/radio.d.mts +0 -278
- package/dist/components/radio/radio.test.d.mts +0 -2
- package/dist/components/select/index.d.mts +0 -5
- package/dist/components/select/index.d.ts +0 -5
- package/dist/components/select/option.d.mts +0 -18
- package/dist/components/select/select.d.mts +0 -449
- package/dist/components/select/select.test.d.mts +0 -2
- package/dist/components/select/useSelect.d.mts +0 -32
- package/dist/components/slider/index.d.mts +0 -5
- package/dist/components/slider/index.d.ts +0 -5
- package/dist/components/slider/slider.d.mts +0 -333
- package/dist/components/slider/slider.test.d.mts +0 -2
- package/dist/components/switch/index.d.mts +0 -5
- package/dist/components/switch/index.d.ts +0 -5
- package/dist/components/switch/switch.d.mts +0 -304
- package/dist/components/switch/switch.test.d.mts +0 -2
- package/dist/components/table/index.d.mts +0 -5
- package/dist/components/table/index.d.ts +0 -5
- package/dist/components/table/table-body.d.mts +0 -26
- package/dist/components/table/table-head.d.mts +0 -21
- package/dist/components/table/table.d.mts +0 -583
- package/dist/components/table/table.test.d.mts +0 -2
- package/dist/components/tabs/index.d.mts +0 -5
- package/dist/components/tabs/index.d.ts +0 -5
- package/dist/components/tabs/tabs.d.mts +0 -241
- package/dist/components/tabs/tabs.test.d.mts +0 -2
- package/dist/components/textarea/index.d.mts +0 -2
- package/dist/components/textarea/index.d.ts +0 -2
- package/dist/components/textarea/textarea.d.mts +0 -17
- package/dist/components/textarea/textarea.test.d.mts +0 -2
- package/dist/components/tooltip/index.d.mts +0 -6
- package/dist/components/tooltip/index.d.ts +0 -6
- package/dist/components/tooltip/tooltip-utils.d.mts +0 -2
- package/dist/components/tooltip/tooltip.d.mts +0 -143
- package/dist/components/tooltip/tooltip.test.d.mts +0 -2
- package/dist/components/tooltip/useTooltip.d.mts +0 -2
- package/dist/index.d.mts +0 -30
- package/dist/tooltip-utils-DCKA5gnI.d.mts +0 -30
- package/dist/tooltip-utils-DCKA5gnI.d.ts +0 -30
- package/dist/utils/clsx.d.mts +0 -3
- package/dist/utils/props.d.mts +0 -3
- package/dist/utils/tailwind-variants.d.mts +0 -26
- package/dist/utils/types.d.mts +0 -10
- /package/dist/{chunk-M5PMA3CT.mjs → chunk-RDEWIZV3.mjs} +0 -0
- /package/dist/components/{accordion/accordion.test.d.mts → dropdown/dropdown.test.d.ts} +0 -0
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
import * as tailwind_variants from 'tailwind-variants';
|
|
2
|
-
import { VariantProps } from 'tailwind-variants';
|
|
3
|
-
import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
4
|
-
import * as react from 'react';
|
|
5
|
-
import { ReactNode } from 'react';
|
|
6
|
-
import { SlotsToClasses } from '../../utils/types.mjs';
|
|
7
|
-
|
|
8
|
-
interface Props {
|
|
9
|
-
title?: string;
|
|
10
|
-
subTitle?: string;
|
|
11
|
-
children?: ReactNode;
|
|
12
|
-
classNames?: SlotsToClasses<CardSlots>;
|
|
13
|
-
}
|
|
14
|
-
type CardProps = Props & CardVariantProps;
|
|
15
|
-
declare const Card: react.ForwardRefExoticComponent<Props & CardVariantProps & react.RefAttributes<HTMLDivElement>>;
|
|
16
|
-
|
|
17
|
-
declare const card: tailwind_variants.TVReturnType<{
|
|
18
|
-
variant: {
|
|
19
|
-
solid: {};
|
|
20
|
-
line: {};
|
|
21
|
-
};
|
|
22
|
-
color: {
|
|
23
|
-
primary: {};
|
|
24
|
-
secondary: {};
|
|
25
|
-
};
|
|
26
|
-
isPressable: {
|
|
27
|
-
true: {
|
|
28
|
-
base: string[];
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
}, {
|
|
32
|
-
base: string[];
|
|
33
|
-
}, undefined, {
|
|
34
|
-
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
35
|
-
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
36
|
-
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
37
|
-
isPressable?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
38
|
-
} | undefined;
|
|
39
|
-
} & tailwind_variants_dist_config.TWMConfig & {
|
|
40
|
-
twMergeConfig: {
|
|
41
|
-
classGroups: {
|
|
42
|
-
fontSize: {
|
|
43
|
-
text: string[];
|
|
44
|
-
}[];
|
|
45
|
-
borderRadius: {
|
|
46
|
-
rounded: string[];
|
|
47
|
-
}[];
|
|
48
|
-
boxShadow: {
|
|
49
|
-
shadow: string[];
|
|
50
|
-
}[];
|
|
51
|
-
padding: {
|
|
52
|
-
p: string[];
|
|
53
|
-
}[];
|
|
54
|
-
gap: {
|
|
55
|
-
gap: string[];
|
|
56
|
-
}[];
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
}, {
|
|
60
|
-
variant: {
|
|
61
|
-
solid: {};
|
|
62
|
-
line: {};
|
|
63
|
-
};
|
|
64
|
-
color: {
|
|
65
|
-
primary: {};
|
|
66
|
-
secondary: {};
|
|
67
|
-
};
|
|
68
|
-
isPressable: {
|
|
69
|
-
true: {
|
|
70
|
-
base: string[];
|
|
71
|
-
};
|
|
72
|
-
};
|
|
73
|
-
}, {
|
|
74
|
-
base: string[];
|
|
75
|
-
}, tailwind_variants.TVReturnType<{
|
|
76
|
-
variant: {
|
|
77
|
-
solid: {};
|
|
78
|
-
line: {};
|
|
79
|
-
};
|
|
80
|
-
color: {
|
|
81
|
-
primary: {};
|
|
82
|
-
secondary: {};
|
|
83
|
-
};
|
|
84
|
-
isPressable: {
|
|
85
|
-
true: {
|
|
86
|
-
base: string[];
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
}, {
|
|
90
|
-
base: string[];
|
|
91
|
-
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
92
|
-
variant: {
|
|
93
|
-
solid: {};
|
|
94
|
-
line: {};
|
|
95
|
-
};
|
|
96
|
-
color: {
|
|
97
|
-
primary: {};
|
|
98
|
-
secondary: {};
|
|
99
|
-
};
|
|
100
|
-
isPressable: {
|
|
101
|
-
true: {
|
|
102
|
-
base: string[];
|
|
103
|
-
};
|
|
104
|
-
};
|
|
105
|
-
}, {
|
|
106
|
-
variant: {
|
|
107
|
-
solid: {};
|
|
108
|
-
line: {};
|
|
109
|
-
};
|
|
110
|
-
color: {
|
|
111
|
-
primary: {};
|
|
112
|
-
secondary: {};
|
|
113
|
-
};
|
|
114
|
-
isPressable: {
|
|
115
|
-
true: {
|
|
116
|
-
base: string[];
|
|
117
|
-
};
|
|
118
|
-
};
|
|
119
|
-
}>, unknown, unknown, undefined>>;
|
|
120
|
-
type CardVariantProps = VariantProps<typeof card>;
|
|
121
|
-
type CardSlots = keyof ReturnType<typeof card>;
|
|
122
|
-
type CardReturnType = ReturnType<typeof card>;
|
|
123
|
-
|
|
124
|
-
export { type CardProps, type CardReturnType, type CardSlots, type CardVariantProps, type Props, Card as default };
|
|
@@ -1,349 +0,0 @@
|
|
|
1
|
-
import * as tailwind_variants from 'tailwind-variants';
|
|
2
|
-
import { VariantProps } from 'tailwind-variants';
|
|
3
|
-
import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
4
|
-
import * as react from 'react';
|
|
5
|
-
import { ReactNode } from 'react';
|
|
6
|
-
import { SlotsToClasses } from '../../utils/types.mjs';
|
|
7
|
-
|
|
8
|
-
interface Props extends Omit<React.ComponentPropsWithRef<"input">, "ref" | "color" | "slot" | "size" | keyof CheckboxVariantProps> {
|
|
9
|
-
children?: ReactNode;
|
|
10
|
-
classNames?: SlotsToClasses<CheckboxSlots>;
|
|
11
|
-
}
|
|
12
|
-
type CheckboxProps = Props & CheckboxVariantProps;
|
|
13
|
-
type CheckboxVariantProps = VariantProps<typeof checkbox>;
|
|
14
|
-
type CheckboxSlots = keyof ReturnType<typeof checkbox>;
|
|
15
|
-
type CheckboxReturnType = ReturnType<typeof checkbox>;
|
|
16
|
-
declare const CheckBox: react.ForwardRefExoticComponent<Props & CheckboxVariantProps & react.RefAttributes<HTMLInputElement>>;
|
|
17
|
-
|
|
18
|
-
declare const checkbox: tailwind_variants.TVReturnType<{
|
|
19
|
-
color: {
|
|
20
|
-
primary: {
|
|
21
|
-
wrapper: string;
|
|
22
|
-
};
|
|
23
|
-
secondary: {
|
|
24
|
-
wrapper: string;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
size: {
|
|
28
|
-
sm: {
|
|
29
|
-
wrapper: string[];
|
|
30
|
-
label: string;
|
|
31
|
-
icon: string;
|
|
32
|
-
};
|
|
33
|
-
md: {
|
|
34
|
-
wrapper: string[];
|
|
35
|
-
label: string;
|
|
36
|
-
icon: string;
|
|
37
|
-
};
|
|
38
|
-
lg: {
|
|
39
|
-
wrapper: string[];
|
|
40
|
-
label: string;
|
|
41
|
-
icon: string;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
lineThrough: {
|
|
45
|
-
true: {
|
|
46
|
-
label: string[];
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
isInvalid: {
|
|
50
|
-
true: {
|
|
51
|
-
wrapper: string;
|
|
52
|
-
label: string;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
isDisabled: {
|
|
56
|
-
true: {
|
|
57
|
-
base: string;
|
|
58
|
-
wrapper: string;
|
|
59
|
-
label: string;
|
|
60
|
-
icon: string;
|
|
61
|
-
};
|
|
62
|
-
};
|
|
63
|
-
disableAnimation: {
|
|
64
|
-
true: {
|
|
65
|
-
wrapper: string;
|
|
66
|
-
icon: string;
|
|
67
|
-
label: string;
|
|
68
|
-
};
|
|
69
|
-
false: {
|
|
70
|
-
wrapper: string[];
|
|
71
|
-
icon: string;
|
|
72
|
-
label: string;
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
|
-
}, {
|
|
76
|
-
base: string;
|
|
77
|
-
wrapper: string[];
|
|
78
|
-
icon: string;
|
|
79
|
-
label: string;
|
|
80
|
-
}, undefined, {
|
|
81
|
-
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
82
|
-
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
83
|
-
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
84
|
-
isDisabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
85
|
-
lineThrough?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
86
|
-
disableAnimation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
87
|
-
isInvalid?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
88
|
-
} | undefined;
|
|
89
|
-
} & tailwind_variants_dist_config.TWMConfig & {
|
|
90
|
-
twMergeConfig: {
|
|
91
|
-
classGroups: {
|
|
92
|
-
fontSize: {
|
|
93
|
-
text: string[];
|
|
94
|
-
}[];
|
|
95
|
-
borderRadius: {
|
|
96
|
-
rounded: string[];
|
|
97
|
-
}[];
|
|
98
|
-
boxShadow: {
|
|
99
|
-
shadow: string[];
|
|
100
|
-
}[];
|
|
101
|
-
padding: {
|
|
102
|
-
p: string[];
|
|
103
|
-
}[];
|
|
104
|
-
gap: {
|
|
105
|
-
gap: string[];
|
|
106
|
-
}[];
|
|
107
|
-
};
|
|
108
|
-
};
|
|
109
|
-
}, {
|
|
110
|
-
color: {
|
|
111
|
-
primary: {
|
|
112
|
-
wrapper: string;
|
|
113
|
-
};
|
|
114
|
-
secondary: {
|
|
115
|
-
wrapper: string;
|
|
116
|
-
};
|
|
117
|
-
};
|
|
118
|
-
size: {
|
|
119
|
-
sm: {
|
|
120
|
-
wrapper: string[];
|
|
121
|
-
label: string;
|
|
122
|
-
icon: string;
|
|
123
|
-
};
|
|
124
|
-
md: {
|
|
125
|
-
wrapper: string[];
|
|
126
|
-
label: string;
|
|
127
|
-
icon: string;
|
|
128
|
-
};
|
|
129
|
-
lg: {
|
|
130
|
-
wrapper: string[];
|
|
131
|
-
label: string;
|
|
132
|
-
icon: string;
|
|
133
|
-
};
|
|
134
|
-
};
|
|
135
|
-
lineThrough: {
|
|
136
|
-
true: {
|
|
137
|
-
label: string[];
|
|
138
|
-
};
|
|
139
|
-
};
|
|
140
|
-
isInvalid: {
|
|
141
|
-
true: {
|
|
142
|
-
wrapper: string;
|
|
143
|
-
label: string;
|
|
144
|
-
};
|
|
145
|
-
};
|
|
146
|
-
isDisabled: {
|
|
147
|
-
true: {
|
|
148
|
-
base: string;
|
|
149
|
-
wrapper: string;
|
|
150
|
-
label: string;
|
|
151
|
-
icon: string;
|
|
152
|
-
};
|
|
153
|
-
};
|
|
154
|
-
disableAnimation: {
|
|
155
|
-
true: {
|
|
156
|
-
wrapper: string;
|
|
157
|
-
icon: string;
|
|
158
|
-
label: string;
|
|
159
|
-
};
|
|
160
|
-
false: {
|
|
161
|
-
wrapper: string[];
|
|
162
|
-
icon: string;
|
|
163
|
-
label: string;
|
|
164
|
-
};
|
|
165
|
-
};
|
|
166
|
-
}, {
|
|
167
|
-
base: string;
|
|
168
|
-
wrapper: string[];
|
|
169
|
-
icon: string;
|
|
170
|
-
label: string;
|
|
171
|
-
}, tailwind_variants.TVReturnType<{
|
|
172
|
-
color: {
|
|
173
|
-
primary: {
|
|
174
|
-
wrapper: string;
|
|
175
|
-
};
|
|
176
|
-
secondary: {
|
|
177
|
-
wrapper: string;
|
|
178
|
-
};
|
|
179
|
-
};
|
|
180
|
-
size: {
|
|
181
|
-
sm: {
|
|
182
|
-
wrapper: string[];
|
|
183
|
-
label: string;
|
|
184
|
-
icon: string;
|
|
185
|
-
};
|
|
186
|
-
md: {
|
|
187
|
-
wrapper: string[];
|
|
188
|
-
label: string;
|
|
189
|
-
icon: string;
|
|
190
|
-
};
|
|
191
|
-
lg: {
|
|
192
|
-
wrapper: string[];
|
|
193
|
-
label: string;
|
|
194
|
-
icon: string;
|
|
195
|
-
};
|
|
196
|
-
};
|
|
197
|
-
lineThrough: {
|
|
198
|
-
true: {
|
|
199
|
-
label: string[];
|
|
200
|
-
};
|
|
201
|
-
};
|
|
202
|
-
isInvalid: {
|
|
203
|
-
true: {
|
|
204
|
-
wrapper: string;
|
|
205
|
-
label: string;
|
|
206
|
-
};
|
|
207
|
-
};
|
|
208
|
-
isDisabled: {
|
|
209
|
-
true: {
|
|
210
|
-
base: string;
|
|
211
|
-
wrapper: string;
|
|
212
|
-
label: string;
|
|
213
|
-
icon: string;
|
|
214
|
-
};
|
|
215
|
-
};
|
|
216
|
-
disableAnimation: {
|
|
217
|
-
true: {
|
|
218
|
-
wrapper: string;
|
|
219
|
-
icon: string;
|
|
220
|
-
label: string;
|
|
221
|
-
};
|
|
222
|
-
false: {
|
|
223
|
-
wrapper: string[];
|
|
224
|
-
icon: string;
|
|
225
|
-
label: string;
|
|
226
|
-
};
|
|
227
|
-
};
|
|
228
|
-
}, {
|
|
229
|
-
base: string;
|
|
230
|
-
wrapper: string[];
|
|
231
|
-
icon: string;
|
|
232
|
-
label: string;
|
|
233
|
-
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
234
|
-
color: {
|
|
235
|
-
primary: {
|
|
236
|
-
wrapper: string;
|
|
237
|
-
};
|
|
238
|
-
secondary: {
|
|
239
|
-
wrapper: string;
|
|
240
|
-
};
|
|
241
|
-
};
|
|
242
|
-
size: {
|
|
243
|
-
sm: {
|
|
244
|
-
wrapper: string[];
|
|
245
|
-
label: string;
|
|
246
|
-
icon: string;
|
|
247
|
-
};
|
|
248
|
-
md: {
|
|
249
|
-
wrapper: string[];
|
|
250
|
-
label: string;
|
|
251
|
-
icon: string;
|
|
252
|
-
};
|
|
253
|
-
lg: {
|
|
254
|
-
wrapper: string[];
|
|
255
|
-
label: string;
|
|
256
|
-
icon: string;
|
|
257
|
-
};
|
|
258
|
-
};
|
|
259
|
-
lineThrough: {
|
|
260
|
-
true: {
|
|
261
|
-
label: string[];
|
|
262
|
-
};
|
|
263
|
-
};
|
|
264
|
-
isInvalid: {
|
|
265
|
-
true: {
|
|
266
|
-
wrapper: string;
|
|
267
|
-
label: string;
|
|
268
|
-
};
|
|
269
|
-
};
|
|
270
|
-
isDisabled: {
|
|
271
|
-
true: {
|
|
272
|
-
base: string;
|
|
273
|
-
wrapper: string;
|
|
274
|
-
label: string;
|
|
275
|
-
icon: string;
|
|
276
|
-
};
|
|
277
|
-
};
|
|
278
|
-
disableAnimation: {
|
|
279
|
-
true: {
|
|
280
|
-
wrapper: string;
|
|
281
|
-
icon: string;
|
|
282
|
-
label: string;
|
|
283
|
-
};
|
|
284
|
-
false: {
|
|
285
|
-
wrapper: string[];
|
|
286
|
-
icon: string;
|
|
287
|
-
label: string;
|
|
288
|
-
};
|
|
289
|
-
};
|
|
290
|
-
}, {
|
|
291
|
-
color: {
|
|
292
|
-
primary: {
|
|
293
|
-
wrapper: string;
|
|
294
|
-
};
|
|
295
|
-
secondary: {
|
|
296
|
-
wrapper: string;
|
|
297
|
-
};
|
|
298
|
-
};
|
|
299
|
-
size: {
|
|
300
|
-
sm: {
|
|
301
|
-
wrapper: string[];
|
|
302
|
-
label: string;
|
|
303
|
-
icon: string;
|
|
304
|
-
};
|
|
305
|
-
md: {
|
|
306
|
-
wrapper: string[];
|
|
307
|
-
label: string;
|
|
308
|
-
icon: string;
|
|
309
|
-
};
|
|
310
|
-
lg: {
|
|
311
|
-
wrapper: string[];
|
|
312
|
-
label: string;
|
|
313
|
-
icon: string;
|
|
314
|
-
};
|
|
315
|
-
};
|
|
316
|
-
lineThrough: {
|
|
317
|
-
true: {
|
|
318
|
-
label: string[];
|
|
319
|
-
};
|
|
320
|
-
};
|
|
321
|
-
isInvalid: {
|
|
322
|
-
true: {
|
|
323
|
-
wrapper: string;
|
|
324
|
-
label: string;
|
|
325
|
-
};
|
|
326
|
-
};
|
|
327
|
-
isDisabled: {
|
|
328
|
-
true: {
|
|
329
|
-
base: string;
|
|
330
|
-
wrapper: string;
|
|
331
|
-
label: string;
|
|
332
|
-
icon: string;
|
|
333
|
-
};
|
|
334
|
-
};
|
|
335
|
-
disableAnimation: {
|
|
336
|
-
true: {
|
|
337
|
-
wrapper: string;
|
|
338
|
-
icon: string;
|
|
339
|
-
label: string;
|
|
340
|
-
};
|
|
341
|
-
false: {
|
|
342
|
-
wrapper: string[];
|
|
343
|
-
icon: string;
|
|
344
|
-
label: string;
|
|
345
|
-
};
|
|
346
|
-
};
|
|
347
|
-
}>, unknown, unknown, undefined>>;
|
|
348
|
-
|
|
349
|
-
export { type CheckboxProps, type CheckboxReturnType, type CheckboxSlots, type CheckboxVariantProps, CheckBox as default };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { MouseEventHandler } from 'react';
|
|
3
|
-
import { template } from './template.mjs';
|
|
4
|
-
|
|
5
|
-
type IconName = keyof typeof template;
|
|
6
|
-
type IconProps = {
|
|
7
|
-
name: IconName;
|
|
8
|
-
size?: "sm" | "md" | "lg";
|
|
9
|
-
fill?: boolean;
|
|
10
|
-
className?: string;
|
|
11
|
-
onClick?: MouseEventHandler<HTMLDivElement>;
|
|
12
|
-
};
|
|
13
|
-
declare const Icon: ({ name, size, fill, className, onClick, ...props }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
14
|
-
|
|
15
|
-
export { type IconName, type IconProps, Icon as default };
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
|
|
3
|
-
type IconProps = {
|
|
4
|
-
className?: string;
|
|
5
|
-
fill?: boolean;
|
|
6
|
-
};
|
|
7
|
-
declare const template: {
|
|
8
|
-
add: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
9
|
-
"add-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
10
|
-
close: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
11
|
-
"close-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
12
|
-
"dot-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
13
|
-
"dot-horizontal": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
14
|
-
"dot-vertical": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
15
|
-
home: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
16
|
-
email: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
17
|
-
contact: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
18
|
-
tag: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
19
|
-
calendar: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
20
|
-
clock: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
21
|
-
pencil: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
22
|
-
"pencil-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
23
|
-
chart: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
24
|
-
"chart-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
25
|
-
camera: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
26
|
-
photo: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
27
|
-
setting: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
28
|
-
"monitor-jaw": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
29
|
-
"monitor-neck": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
30
|
-
search: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
31
|
-
share: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
32
|
-
power: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
33
|
-
day: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
34
|
-
night: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
35
|
-
trash: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
36
|
-
copy: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
37
|
-
grid: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
38
|
-
"list-dot": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
39
|
-
"zoom-in": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
40
|
-
"zoom-out": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
41
|
-
filter: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
42
|
-
"adjust-horizontal": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
43
|
-
"adjust-vertical": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
44
|
-
"convert-horizontal": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
45
|
-
"convert-vertical": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
46
|
-
sparkle: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
47
|
-
user: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
48
|
-
users: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
49
|
-
"user-add": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
50
|
-
"user-remove": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
51
|
-
check: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
52
|
-
"check-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
53
|
-
"info-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
54
|
-
"question-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
55
|
-
"exclamation-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
56
|
-
"exclamation-triangle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
57
|
-
"arrow-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
58
|
-
"arrow-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
59
|
-
"arrow-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
60
|
-
"arrow-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
61
|
-
"arrow-double-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
62
|
-
"arrow-double-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
63
|
-
"arrow-double-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
64
|
-
"arrow-triangle-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
65
|
-
"arrow-triangle-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
66
|
-
"arrow-triangle-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
67
|
-
"arrow-triangle-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
68
|
-
"arrow-double-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
69
|
-
"arrow-uturn-up": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
70
|
-
"arrow-uturn-down": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
71
|
-
"arrow-uturn-left": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
72
|
-
"arrow-uturn-right": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
73
|
-
"arrow-both-vertical": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
74
|
-
undo: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
75
|
-
redo: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
76
|
-
upload: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
77
|
-
download: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
78
|
-
"upload-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
79
|
-
"download-square": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
80
|
-
video: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
81
|
-
"video-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
82
|
-
sound: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
83
|
-
"sound-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
84
|
-
eye: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
85
|
-
"eye-off": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
86
|
-
google: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
87
|
-
"modal-check": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
88
|
-
"modal-danger": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
89
|
-
"modal-warning": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
90
|
-
"modal-info": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
91
|
-
"modal-search": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
92
|
-
"modal-photo": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
93
|
-
"modal-add": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
94
|
-
"modal-setting": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
95
|
-
};
|
|
96
|
-
|
|
97
|
-
export { template };
|