@deepnoid/ui 0.0.88 → 0.0.90
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-4VIEZ5FT.mjs → chunk-2BCJZILI.mjs} +10 -9
- package/dist/chunk-2ZFHB4JM.mjs +76 -0
- package/dist/{chunk-4DLTBZUQ.mjs → chunk-3DRIHQOM.mjs} +7 -5
- package/dist/{chunk-IXFP2WQ4.mjs → chunk-6YE26GOI.mjs} +10 -8
- package/dist/chunk-75HLCORR.mjs +1 -0
- package/dist/{chunk-K6HPMTN4.mjs → chunk-7HHFRKJU.mjs} +1 -1
- package/dist/{chunk-H2HUJ4N2.mjs → chunk-A3RWT3JJ.mjs} +9 -4
- package/dist/{chunk-BE2OG6M4.mjs → chunk-ANYPMQH4.mjs} +28 -21
- package/dist/{chunk-5HSZ5AYM.mjs → chunk-B4KZBOGT.mjs} +16 -16
- package/dist/{chunk-KHWFCTPX.mjs → chunk-DWROPKZW.mjs} +6 -6
- package/dist/{chunk-FPCP4OOL.mjs → chunk-EDEV4IK4.mjs} +3 -3
- package/dist/{chunk-IOV7MEPG.mjs → chunk-IOCRFIQF.mjs} +30 -0
- package/dist/{chunk-SFNR4F3J.mjs → chunk-L6BQA6GI.mjs} +2 -2
- package/dist/{chunk-YGTJU3GD.mjs → chunk-L7P6OBUX.mjs} +10 -17
- package/dist/{chunk-PRUAIZTU.mjs → chunk-LCI6RPWE.mjs} +1 -1
- package/dist/{chunk-QVGXHUYW.mjs → chunk-N2JULHST.mjs} +9 -9
- package/dist/chunk-N6IEGD4K.mjs +119 -0
- package/dist/chunk-OJ2OEI5B.mjs +202 -0
- package/dist/chunk-P732YGHO.mjs +18 -0
- package/dist/{chunk-QRHT7MSO.mjs → chunk-PXUBPWKU.mjs} +1 -1
- package/dist/{chunk-PCIONGEJ.mjs → chunk-QWFOYO3D.mjs} +37 -19
- package/dist/{chunk-LY6LJRUX.mjs → chunk-RZZWHI6O.mjs} +1 -1
- package/dist/chunk-S2VUKVCH.mjs +319 -0
- package/dist/{chunk-IZOMH2SL.mjs → chunk-S3O52LLG.mjs} +14 -14
- package/dist/chunk-UR64ZUAU.mjs +671 -0
- package/dist/{chunk-PUFNT5LS.mjs → chunk-VG4644BG.mjs} +1 -1
- package/dist/chunk-WX32MAKV.mjs +219 -0
- package/dist/components/accordion/accordion.d.mts +3 -3
- package/dist/components/accordion/accordion.d.ts +3 -3
- package/dist/components/accordion/accordion.test.mjs +3 -3
- package/dist/components/accordion/accordionItem.d.mts +3 -3
- package/dist/components/accordion/accordionItem.d.ts +3 -3
- package/dist/components/accordion/accordionItem.js +31 -1
- package/dist/components/accordion/accordionItem.mjs +3 -3
- package/dist/components/accordion/index.js +31 -1
- package/dist/components/accordion/index.mjs +3 -3
- 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.js +4103 -167
- package/dist/components/button/button-group.test.mjs +7 -3
- package/dist/components/button/button.d.mts +360 -12
- package/dist/components/button/button.d.ts +360 -12
- package/dist/components/button/button.js +4054 -110
- package/dist/components/button/button.mjs +5 -1
- package/dist/components/button/button.test.js +4059 -125
- package/dist/components/button/button.test.mjs +7 -3
- package/dist/components/button/index.d.mts +3 -0
- package/dist/components/button/index.d.ts +3 -0
- package/dist/components/button/index.js +4046 -112
- package/dist/components/button/index.mjs +5 -1
- package/dist/components/card/card.d.mts +3 -3
- package/dist/components/card/card.d.ts +3 -3
- package/dist/components/checkbox/checkbox.d.mts +71 -71
- package/dist/components/checkbox/checkbox.d.ts +71 -71
- package/dist/components/checkbox/checkbox.js +28 -21
- package/dist/components/checkbox/checkbox.mjs +1 -1
- package/dist/components/checkbox/checkbox.test.js +28 -21
- package/dist/components/checkbox/checkbox.test.mjs +4 -4
- package/dist/components/checkbox/index.js +28 -21
- package/dist/components/checkbox/index.mjs +1 -1
- 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 +443 -0
- package/dist/components/dateTimePicker/dateTimePicker.d.ts +443 -0
- package/dist/components/dateTimePicker/dateTimePicker.js +4486 -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 +4487 -0
- package/dist/components/dateTimePicker/index.mjs +21 -0
- package/dist/components/dateTimePicker/timePicker.d.mts +10 -0
- package/dist/components/dateTimePicker/timePicker.d.ts +10 -0
- package/dist/components/dateTimePicker/timePicker.js +342 -0
- package/dist/components/dateTimePicker/timePicker.mjs +13 -0
- package/dist/components/dateTimePicker/useDateTimePicker.d.mts +31 -0
- package/dist/components/dateTimePicker/useDateTimePicker.d.ts +31 -0
- package/dist/components/dateTimePicker/useDateTimePicker.js +106 -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/icon/Icon.d.mts +4 -0
- package/dist/components/icon/Icon.d.ts +4 -0
- package/dist/components/icon/Icon.js +30 -0
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +30 -0
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +1 -0
- package/dist/components/icon/template.d.ts +1 -0
- package/dist/components/icon/template.js +30 -0
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +36 -4
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.d.mts +9 -4
- package/dist/components/input/input.d.ts +9 -4
- package/dist/components/input/input.js +36 -4
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/input/input.test.js +36 -4
- package/dist/components/input/input.test.mjs +6 -6
- package/dist/components/list/index.js +3 -3
- package/dist/components/list/index.mjs +1 -1
- package/dist/components/list/list.d.mts +3 -3
- package/dist/components/list/list.d.ts +3 -3
- package/dist/components/list/list.test.mjs +1 -1
- package/dist/components/list/listItem.d.mts +4 -4
- package/dist/components/list/listItem.d.ts +4 -4
- package/dist/components/list/listItem.js +3 -3
- package/dist/components/list/listItem.mjs +1 -1
- package/dist/components/modal/index.js +506 -128
- package/dist/components/modal/index.mjs +6 -5
- package/dist/components/modal/modal.d.mts +2 -2
- package/dist/components/modal/modal.d.ts +2 -2
- package/dist/components/modal/modal.js +506 -128
- package/dist/components/modal/modal.mjs +6 -5
- package/dist/components/modal/modal.test.js +498 -130
- package/dist/components/modal/modal.test.mjs +6 -5
- package/dist/components/pagination/index.js +16 -16
- package/dist/components/pagination/index.mjs +1 -1
- package/dist/components/pagination/pagination.d.mts +2 -2
- package/dist/components/pagination/pagination.d.ts +2 -2
- package/dist/components/pagination/pagination.js +16 -16
- package/dist/components/pagination/pagination.mjs +1 -1
- package/dist/components/pagination/pagination.test.js +16 -16
- package/dist/components/pagination/pagination.test.mjs +2 -2
- package/dist/components/progress/index.js +9 -9
- package/dist/components/progress/index.mjs +1 -1
- package/dist/components/progress/progress.d.mts +35 -35
- package/dist/components/progress/progress.d.ts +35 -35
- package/dist/components/progress/progress.js +9 -9
- package/dist/components/progress/progress.mjs +1 -1
- package/dist/components/progress/progress.test.js +9 -9
- package/dist/components/progress/progress.test.mjs +1 -1
- package/dist/components/radio/index.js +37 -19
- package/dist/components/radio/index.mjs +1 -1
- package/dist/components/radio/radio.d.mts +35 -35
- package/dist/components/radio/radio.d.ts +35 -35
- package/dist/components/radio/radio.js +37 -19
- package/dist/components/radio/radio.mjs +1 -1
- package/dist/components/radio/radio.test.js +37 -19
- package/dist/components/radio/radio.test.mjs +2 -2
- package/dist/components/select/index.js +36 -5
- package/dist/components/select/index.mjs +4 -4
- package/dist/components/select/option.js +30 -0
- package/dist/components/select/option.mjs +3 -3
- package/dist/components/select/select.d.mts +4 -4
- package/dist/components/select/select.d.ts +4 -4
- package/dist/components/select/select.js +36 -5
- package/dist/components/select/select.mjs +4 -4
- package/dist/components/select/select.test.js +36 -5
- package/dist/components/select/select.test.mjs +9 -9
- package/dist/components/select/useSelect.d.mts +3 -3
- package/dist/components/select/useSelect.d.ts +3 -3
- package/dist/components/slider/index.js +9 -4
- package/dist/components/slider/index.mjs +1 -1
- package/dist/components/slider/slider.d.mts +28 -2
- package/dist/components/slider/slider.d.ts +28 -2
- package/dist/components/slider/slider.js +9 -4
- package/dist/components/slider/slider.mjs +1 -1
- package/dist/components/slider/slider.test.js +9 -4
- package/dist/components/slider/slider.test.mjs +1 -1
- package/dist/components/switch/index.js +14 -14
- package/dist/components/switch/index.mjs +1 -1
- package/dist/components/switch/switch.d.mts +50 -50
- package/dist/components/switch/switch.d.ts +50 -50
- package/dist/components/switch/switch.js +14 -14
- package/dist/components/switch/switch.mjs +1 -1
- package/dist/components/switch/switch.test.js +14 -14
- package/dist/components/switch/switch.test.mjs +2 -2
- package/dist/components/table/index.js +66 -27
- package/dist/components/table/index.mjs +7 -7
- 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-body.js +60 -23
- package/dist/components/table/table-body.mjs +5 -5
- package/dist/components/table/table-head.js +28 -21
- package/dist/components/table/table-head.mjs +2 -2
- package/dist/components/table/table.d.mts +26 -12
- package/dist/components/table/table.d.ts +26 -12
- package/dist/components/table/table.js +66 -27
- package/dist/components/table/table.mjs +7 -7
- package/dist/components/table/table.test.js +66 -27
- package/dist/components/table/table.test.mjs +8 -8
- package/dist/components/tabs/tabs.d.mts +3 -3
- package/dist/components/tabs/tabs.d.ts +3 -3
- package/dist/components/tabs/tabs.test.mjs +4 -4
- package/dist/components/textarea/index.d.mts +3 -0
- package/dist/components/textarea/index.d.ts +3 -0
- package/dist/components/textarea/index.js +89 -30
- package/dist/components/textarea/index.mjs +2 -1
- package/dist/components/textarea/textarea.d.mts +512 -11
- package/dist/components/textarea/textarea.d.ts +512 -11
- package/dist/components/textarea/textarea.js +89 -30
- package/dist/components/textarea/textarea.mjs +2 -1
- package/dist/components/textarea/textarea.test.js +89 -30
- package/dist/components/textarea/textarea.test.mjs +3 -2
- package/dist/components/toast/index.js +30 -0
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.d.mts +2 -2
- package/dist/components/toast/toast.d.ts +2 -2
- package/dist/components/toast/toast.js +30 -0
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/toast.test.js +30 -0
- package/dist/components/toast/toast.test.mjs +5 -5
- package/dist/components/toast/use-toast.js +30 -0
- package/dist/components/toast/use-toast.mjs +4 -4
- 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.js +4034 -118
- package/dist/components/tooltip/tooltip.test.mjs +7 -4
- package/dist/components/tooltip/useTooltip.d.mts +1 -1
- package/dist/components/tooltip/useTooltip.d.ts +1 -1
- package/dist/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +3741 -2611
- package/dist/index.mjs +71 -52
- 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
- package/dist/chunk-66WCZEEU.mjs +0 -320
- package/dist/chunk-WOX3SLJB.mjs +0 -162
|
@@ -5,7 +5,11 @@ import {
|
|
|
5
5
|
} from "../../chunk-NGQ3MK2J.mjs";
|
|
6
6
|
import {
|
|
7
7
|
button_default
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-UR64ZUAU.mjs";
|
|
9
|
+
import "../../chunk-ZYIIXWVY.mjs";
|
|
10
|
+
import "../../chunk-LCI6RPWE.mjs";
|
|
11
|
+
import "../../chunk-IOCRFIQF.mjs";
|
|
12
|
+
import "../../chunk-E3G5QXSH.mjs";
|
|
9
13
|
import "../../chunk-J725QONZ.mjs";
|
|
10
14
|
import "../../chunk-IZ6II3QA.mjs";
|
|
11
15
|
export {
|
|
@@ -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 { SlotsToClasses } from '../../utils/types.mjs';
|
|
7
7
|
|
|
@@ -12,7 +12,7 @@ interface Props {
|
|
|
12
12
|
classNames?: SlotsToClasses<CardSlots>;
|
|
13
13
|
}
|
|
14
14
|
type CardProps = Props & CardVariantProps;
|
|
15
|
-
declare const Card:
|
|
15
|
+
declare const Card: React.ForwardRefExoticComponent<Props & CardVariantProps & React.RefAttributes<HTMLDivElement>>;
|
|
16
16
|
|
|
17
17
|
declare const card: tailwind_variants.TVReturnType<{
|
|
18
18
|
variant: {
|
|
@@ -32,8 +32,8 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
32
32
|
base: string[];
|
|
33
33
|
}, undefined, {
|
|
34
34
|
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
35
|
-
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
36
35
|
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
36
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
37
37
|
isPressable?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
38
38
|
} | undefined;
|
|
39
39
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
@@ -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 { SlotsToClasses } from '../../utils/types.js';
|
|
7
7
|
|
|
@@ -12,7 +12,7 @@ interface Props {
|
|
|
12
12
|
classNames?: SlotsToClasses<CardSlots>;
|
|
13
13
|
}
|
|
14
14
|
type CardProps = Props & CardVariantProps;
|
|
15
|
-
declare const Card:
|
|
15
|
+
declare const Card: React.ForwardRefExoticComponent<Props & CardVariantProps & React.RefAttributes<HTMLDivElement>>;
|
|
16
16
|
|
|
17
17
|
declare const card: tailwind_variants.TVReturnType<{
|
|
18
18
|
variant: {
|
|
@@ -32,8 +32,8 @@ declare const card: tailwind_variants.TVReturnType<{
|
|
|
32
32
|
base: string[];
|
|
33
33
|
}, undefined, {
|
|
34
34
|
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
35
|
-
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
36
35
|
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
36
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
37
37
|
isPressable?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
38
38
|
} | undefined;
|
|
39
39
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
@@ -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$1 from 'react';
|
|
5
5
|
import { ReactNode } from 'react';
|
|
6
6
|
import { SlotsToClasses } from '../../utils/types.mjs';
|
|
7
7
|
|
|
@@ -13,32 +13,32 @@ type CheckboxProps = Props & CheckboxVariantProps;
|
|
|
13
13
|
type CheckboxVariantProps = VariantProps<typeof checkbox>;
|
|
14
14
|
type CheckboxSlots = keyof ReturnType<typeof checkbox>;
|
|
15
15
|
type CheckboxReturnType = ReturnType<typeof checkbox>;
|
|
16
|
-
declare const CheckBox:
|
|
16
|
+
declare const CheckBox: React$1.ForwardRefExoticComponent<Props & CheckboxVariantProps & React$1.RefAttributes<HTMLInputElement>>;
|
|
17
17
|
|
|
18
18
|
declare const checkbox: tailwind_variants.TVReturnType<{
|
|
19
19
|
color: {
|
|
20
20
|
primary: {
|
|
21
|
-
wrapper: string;
|
|
21
|
+
wrapper: string[];
|
|
22
22
|
};
|
|
23
23
|
secondary: {
|
|
24
|
-
wrapper: string;
|
|
24
|
+
wrapper: string[];
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
size: {
|
|
28
28
|
sm: {
|
|
29
29
|
wrapper: string[];
|
|
30
|
-
label: string;
|
|
31
|
-
icon: string;
|
|
30
|
+
label: string[];
|
|
31
|
+
icon: string[];
|
|
32
32
|
};
|
|
33
33
|
md: {
|
|
34
34
|
wrapper: string[];
|
|
35
|
-
label: string;
|
|
36
|
-
icon: string;
|
|
35
|
+
label: string[];
|
|
36
|
+
icon: string[];
|
|
37
37
|
};
|
|
38
38
|
lg: {
|
|
39
39
|
wrapper: string[];
|
|
40
|
-
label: string;
|
|
41
|
-
icon: string;
|
|
40
|
+
label: string[];
|
|
41
|
+
icon: string[];
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
44
|
lineThrough: {
|
|
@@ -48,14 +48,14 @@ declare const checkbox: tailwind_variants.TVReturnType<{
|
|
|
48
48
|
};
|
|
49
49
|
isInvalid: {
|
|
50
50
|
true: {
|
|
51
|
-
wrapper: string;
|
|
51
|
+
wrapper: string[];
|
|
52
52
|
label: string;
|
|
53
53
|
};
|
|
54
54
|
};
|
|
55
55
|
isDisabled: {
|
|
56
56
|
true: {
|
|
57
57
|
base: string;
|
|
58
|
-
wrapper: string;
|
|
58
|
+
wrapper: string[];
|
|
59
59
|
label: string;
|
|
60
60
|
icon: string;
|
|
61
61
|
};
|
|
@@ -68,15 +68,15 @@ declare const checkbox: tailwind_variants.TVReturnType<{
|
|
|
68
68
|
};
|
|
69
69
|
false: {
|
|
70
70
|
wrapper: string[];
|
|
71
|
-
icon: string;
|
|
72
|
-
label: string;
|
|
71
|
+
icon: string[];
|
|
72
|
+
label: string[];
|
|
73
73
|
};
|
|
74
74
|
};
|
|
75
75
|
}, {
|
|
76
|
-
base: string;
|
|
76
|
+
base: string[];
|
|
77
77
|
wrapper: string[];
|
|
78
|
-
icon: string;
|
|
79
|
-
label: string;
|
|
78
|
+
icon: string[];
|
|
79
|
+
label: string[];
|
|
80
80
|
}, undefined, {
|
|
81
81
|
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
82
82
|
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
@@ -109,27 +109,27 @@ declare const checkbox: tailwind_variants.TVReturnType<{
|
|
|
109
109
|
}, {
|
|
110
110
|
color: {
|
|
111
111
|
primary: {
|
|
112
|
-
wrapper: string;
|
|
112
|
+
wrapper: string[];
|
|
113
113
|
};
|
|
114
114
|
secondary: {
|
|
115
|
-
wrapper: string;
|
|
115
|
+
wrapper: string[];
|
|
116
116
|
};
|
|
117
117
|
};
|
|
118
118
|
size: {
|
|
119
119
|
sm: {
|
|
120
120
|
wrapper: string[];
|
|
121
|
-
label: string;
|
|
122
|
-
icon: string;
|
|
121
|
+
label: string[];
|
|
122
|
+
icon: string[];
|
|
123
123
|
};
|
|
124
124
|
md: {
|
|
125
125
|
wrapper: string[];
|
|
126
|
-
label: string;
|
|
127
|
-
icon: string;
|
|
126
|
+
label: string[];
|
|
127
|
+
icon: string[];
|
|
128
128
|
};
|
|
129
129
|
lg: {
|
|
130
130
|
wrapper: string[];
|
|
131
|
-
label: string;
|
|
132
|
-
icon: string;
|
|
131
|
+
label: string[];
|
|
132
|
+
icon: string[];
|
|
133
133
|
};
|
|
134
134
|
};
|
|
135
135
|
lineThrough: {
|
|
@@ -139,14 +139,14 @@ declare const checkbox: tailwind_variants.TVReturnType<{
|
|
|
139
139
|
};
|
|
140
140
|
isInvalid: {
|
|
141
141
|
true: {
|
|
142
|
-
wrapper: string;
|
|
142
|
+
wrapper: string[];
|
|
143
143
|
label: string;
|
|
144
144
|
};
|
|
145
145
|
};
|
|
146
146
|
isDisabled: {
|
|
147
147
|
true: {
|
|
148
148
|
base: string;
|
|
149
|
-
wrapper: string;
|
|
149
|
+
wrapper: string[];
|
|
150
150
|
label: string;
|
|
151
151
|
icon: string;
|
|
152
152
|
};
|
|
@@ -159,39 +159,39 @@ declare const checkbox: tailwind_variants.TVReturnType<{
|
|
|
159
159
|
};
|
|
160
160
|
false: {
|
|
161
161
|
wrapper: string[];
|
|
162
|
-
icon: string;
|
|
163
|
-
label: string;
|
|
162
|
+
icon: string[];
|
|
163
|
+
label: string[];
|
|
164
164
|
};
|
|
165
165
|
};
|
|
166
166
|
}, {
|
|
167
|
-
base: string;
|
|
167
|
+
base: string[];
|
|
168
168
|
wrapper: string[];
|
|
169
|
-
icon: string;
|
|
170
|
-
label: string;
|
|
169
|
+
icon: string[];
|
|
170
|
+
label: string[];
|
|
171
171
|
}, tailwind_variants.TVReturnType<{
|
|
172
172
|
color: {
|
|
173
173
|
primary: {
|
|
174
|
-
wrapper: string;
|
|
174
|
+
wrapper: string[];
|
|
175
175
|
};
|
|
176
176
|
secondary: {
|
|
177
|
-
wrapper: string;
|
|
177
|
+
wrapper: string[];
|
|
178
178
|
};
|
|
179
179
|
};
|
|
180
180
|
size: {
|
|
181
181
|
sm: {
|
|
182
182
|
wrapper: string[];
|
|
183
|
-
label: string;
|
|
184
|
-
icon: string;
|
|
183
|
+
label: string[];
|
|
184
|
+
icon: string[];
|
|
185
185
|
};
|
|
186
186
|
md: {
|
|
187
187
|
wrapper: string[];
|
|
188
|
-
label: string;
|
|
189
|
-
icon: string;
|
|
188
|
+
label: string[];
|
|
189
|
+
icon: string[];
|
|
190
190
|
};
|
|
191
191
|
lg: {
|
|
192
192
|
wrapper: string[];
|
|
193
|
-
label: string;
|
|
194
|
-
icon: string;
|
|
193
|
+
label: string[];
|
|
194
|
+
icon: string[];
|
|
195
195
|
};
|
|
196
196
|
};
|
|
197
197
|
lineThrough: {
|
|
@@ -201,14 +201,14 @@ declare const checkbox: tailwind_variants.TVReturnType<{
|
|
|
201
201
|
};
|
|
202
202
|
isInvalid: {
|
|
203
203
|
true: {
|
|
204
|
-
wrapper: string;
|
|
204
|
+
wrapper: string[];
|
|
205
205
|
label: string;
|
|
206
206
|
};
|
|
207
207
|
};
|
|
208
208
|
isDisabled: {
|
|
209
209
|
true: {
|
|
210
210
|
base: string;
|
|
211
|
-
wrapper: string;
|
|
211
|
+
wrapper: string[];
|
|
212
212
|
label: string;
|
|
213
213
|
icon: string;
|
|
214
214
|
};
|
|
@@ -221,39 +221,39 @@ declare const checkbox: tailwind_variants.TVReturnType<{
|
|
|
221
221
|
};
|
|
222
222
|
false: {
|
|
223
223
|
wrapper: string[];
|
|
224
|
-
icon: string;
|
|
225
|
-
label: string;
|
|
224
|
+
icon: string[];
|
|
225
|
+
label: string[];
|
|
226
226
|
};
|
|
227
227
|
};
|
|
228
228
|
}, {
|
|
229
|
-
base: string;
|
|
229
|
+
base: string[];
|
|
230
230
|
wrapper: string[];
|
|
231
|
-
icon: string;
|
|
232
|
-
label: string;
|
|
231
|
+
icon: string[];
|
|
232
|
+
label: string[];
|
|
233
233
|
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
234
234
|
color: {
|
|
235
235
|
primary: {
|
|
236
|
-
wrapper: string;
|
|
236
|
+
wrapper: string[];
|
|
237
237
|
};
|
|
238
238
|
secondary: {
|
|
239
|
-
wrapper: string;
|
|
239
|
+
wrapper: string[];
|
|
240
240
|
};
|
|
241
241
|
};
|
|
242
242
|
size: {
|
|
243
243
|
sm: {
|
|
244
244
|
wrapper: string[];
|
|
245
|
-
label: string;
|
|
246
|
-
icon: string;
|
|
245
|
+
label: string[];
|
|
246
|
+
icon: string[];
|
|
247
247
|
};
|
|
248
248
|
md: {
|
|
249
249
|
wrapper: string[];
|
|
250
|
-
label: string;
|
|
251
|
-
icon: string;
|
|
250
|
+
label: string[];
|
|
251
|
+
icon: string[];
|
|
252
252
|
};
|
|
253
253
|
lg: {
|
|
254
254
|
wrapper: string[];
|
|
255
|
-
label: string;
|
|
256
|
-
icon: string;
|
|
255
|
+
label: string[];
|
|
256
|
+
icon: string[];
|
|
257
257
|
};
|
|
258
258
|
};
|
|
259
259
|
lineThrough: {
|
|
@@ -263,14 +263,14 @@ declare const checkbox: tailwind_variants.TVReturnType<{
|
|
|
263
263
|
};
|
|
264
264
|
isInvalid: {
|
|
265
265
|
true: {
|
|
266
|
-
wrapper: string;
|
|
266
|
+
wrapper: string[];
|
|
267
267
|
label: string;
|
|
268
268
|
};
|
|
269
269
|
};
|
|
270
270
|
isDisabled: {
|
|
271
271
|
true: {
|
|
272
272
|
base: string;
|
|
273
|
-
wrapper: string;
|
|
273
|
+
wrapper: string[];
|
|
274
274
|
label: string;
|
|
275
275
|
icon: string;
|
|
276
276
|
};
|
|
@@ -283,34 +283,34 @@ declare const checkbox: tailwind_variants.TVReturnType<{
|
|
|
283
283
|
};
|
|
284
284
|
false: {
|
|
285
285
|
wrapper: string[];
|
|
286
|
-
icon: string;
|
|
287
|
-
label: string;
|
|
286
|
+
icon: string[];
|
|
287
|
+
label: string[];
|
|
288
288
|
};
|
|
289
289
|
};
|
|
290
290
|
}, {
|
|
291
291
|
color: {
|
|
292
292
|
primary: {
|
|
293
|
-
wrapper: string;
|
|
293
|
+
wrapper: string[];
|
|
294
294
|
};
|
|
295
295
|
secondary: {
|
|
296
|
-
wrapper: string;
|
|
296
|
+
wrapper: string[];
|
|
297
297
|
};
|
|
298
298
|
};
|
|
299
299
|
size: {
|
|
300
300
|
sm: {
|
|
301
301
|
wrapper: string[];
|
|
302
|
-
label: string;
|
|
303
|
-
icon: string;
|
|
302
|
+
label: string[];
|
|
303
|
+
icon: string[];
|
|
304
304
|
};
|
|
305
305
|
md: {
|
|
306
306
|
wrapper: string[];
|
|
307
|
-
label: string;
|
|
308
|
-
icon: string;
|
|
307
|
+
label: string[];
|
|
308
|
+
icon: string[];
|
|
309
309
|
};
|
|
310
310
|
lg: {
|
|
311
311
|
wrapper: string[];
|
|
312
|
-
label: string;
|
|
313
|
-
icon: string;
|
|
312
|
+
label: string[];
|
|
313
|
+
icon: string[];
|
|
314
314
|
};
|
|
315
315
|
};
|
|
316
316
|
lineThrough: {
|
|
@@ -320,14 +320,14 @@ declare const checkbox: tailwind_variants.TVReturnType<{
|
|
|
320
320
|
};
|
|
321
321
|
isInvalid: {
|
|
322
322
|
true: {
|
|
323
|
-
wrapper: string;
|
|
323
|
+
wrapper: string[];
|
|
324
324
|
label: string;
|
|
325
325
|
};
|
|
326
326
|
};
|
|
327
327
|
isDisabled: {
|
|
328
328
|
true: {
|
|
329
329
|
base: string;
|
|
330
|
-
wrapper: string;
|
|
330
|
+
wrapper: string[];
|
|
331
331
|
label: string;
|
|
332
332
|
icon: string;
|
|
333
333
|
};
|
|
@@ -340,8 +340,8 @@ declare const checkbox: tailwind_variants.TVReturnType<{
|
|
|
340
340
|
};
|
|
341
341
|
false: {
|
|
342
342
|
wrapper: string[];
|
|
343
|
-
icon: string;
|
|
344
|
-
label: string;
|
|
343
|
+
icon: string[];
|
|
344
|
+
label: string[];
|
|
345
345
|
};
|
|
346
346
|
};
|
|
347
347
|
}>, unknown, unknown, undefined>>;
|