iryx-ui 0.18.1 → 0.18.2
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/components/AppShell.vue.d.ts +1 -1
- package/dist/components/Select.vue.d.ts +2 -0
- package/dist/components/Select.vue_vue_type_script_setup_true_lang.js +9 -5
- package/dist/theme/accordion.d.ts +2 -2
- package/dist/theme/alert.d.ts +2 -2
- package/dist/theme/app-shell.d.ts +2 -2
- package/dist/theme/auth-providers.d.ts +2 -2
- package/dist/theme/avatar.d.ts +4 -4
- package/dist/theme/badge.d.ts +2 -2
- package/dist/theme/banner.d.ts +2 -2
- package/dist/theme/bar-chart.d.ts +2 -2
- package/dist/theme/breadcrumb.d.ts +2 -2
- package/dist/theme/button-group.d.ts +11 -11
- package/dist/theme/button.d.ts +38 -38
- package/dist/theme/calendar.d.ts +2 -2
- package/dist/theme/card.d.ts +2 -2
- package/dist/theme/chart-legend.d.ts +2 -2
- package/dist/theme/checkbox.d.ts +2 -2
- package/dist/theme/collapsible.d.ts +2 -2
- package/dist/theme/color-picker.d.ts +2 -2
- package/dist/theme/combobox.d.ts +2 -2
- package/dist/theme/command-palette.d.ts +2 -2
- package/dist/theme/container.d.ts +2 -2
- package/dist/theme/date-field.d.ts +2 -2
- package/dist/theme/date-picker.d.ts +2 -2
- package/dist/theme/dialog.d.ts +2 -2
- package/dist/theme/donut-chart.d.ts +2 -2
- package/dist/theme/drawer.d.ts +2 -2
- package/dist/theme/dropdown-menu.d.ts +2 -2
- package/dist/theme/editable.d.ts +2 -2
- package/dist/theme/empty-state.d.ts +2 -2
- package/dist/theme/file-upload.d.ts +2 -2
- package/dist/theme/form.d.ts +2 -2
- package/dist/theme/hover-card.d.ts +2 -2
- package/dist/theme/input.d.ts +19 -19
- package/dist/theme/kbd.d.ts +2 -2
- package/dist/theme/label.d.ts +5 -5
- package/dist/theme/line-chart.d.ts +2 -2
- package/dist/theme/menubar.d.ts +2 -2
- package/dist/theme/navigation-menu.d.ts +2 -2
- package/dist/theme/number-input.d.ts +2 -2
- package/dist/theme/page-header.d.ts +2 -2
- package/dist/theme/pagination.d.ts +2 -2
- package/dist/theme/password-input.d.ts +2 -2
- package/dist/theme/pin-input.d.ts +2 -2
- package/dist/theme/popover.d.ts +2 -2
- package/dist/theme/progress.d.ts +2 -2
- package/dist/theme/radio-group.d.ts +2 -2
- package/dist/theme/scroll-area.d.ts +2 -2
- package/dist/theme/scroll-fade.d.ts +2 -2
- package/dist/theme/select.d.ts +2 -2
- package/dist/theme/select.js +1 -1
- package/dist/theme/separator.d.ts +2 -2
- package/dist/theme/sidebar.d.ts +2 -2
- package/dist/theme/signature-pad.d.ts +2 -2
- package/dist/theme/skeleton.d.ts +11 -11
- package/dist/theme/slider.d.ts +2 -2
- package/dist/theme/sparkline.d.ts +2 -2
- package/dist/theme/splitter.d.ts +2 -2
- package/dist/theme/stat.d.ts +2 -2
- package/dist/theme/stepper.d.ts +2 -2
- package/dist/theme/switch.d.ts +2 -2
- package/dist/theme/table.d.ts +2 -2
- package/dist/theme/tabs.d.ts +2 -2
- package/dist/theme/tags-input.d.ts +2 -2
- package/dist/theme/time-field.d.ts +2 -2
- package/dist/theme/timeline.d.ts +2 -2
- package/dist/theme/toast.d.ts +2 -2
- package/dist/theme/toggle.d.ts +28 -28
- package/dist/theme/toolbar.d.ts +2 -2
- package/dist/theme/tooltip.d.ts +2 -2
- package/dist/theme/tree.d.ts +2 -2
- package/package.json +3 -3
|
@@ -52,7 +52,7 @@ export declare const emptyStateTheme: import("tailwind-variants").TVReturnType<{
|
|
|
52
52
|
title: string;
|
|
53
53
|
description: string;
|
|
54
54
|
actions: string;
|
|
55
|
-
}, import("tailwind-variants").
|
|
55
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
56
56
|
size: {
|
|
57
57
|
sm: {
|
|
58
58
|
root: string;
|
|
@@ -79,5 +79,5 @@ export declare const emptyStateTheme: import("tailwind-variants").TVReturnType<{
|
|
|
79
79
|
title: string;
|
|
80
80
|
description: string;
|
|
81
81
|
actions: string;
|
|
82
|
-
}
|
|
82
|
+
}>>;
|
|
83
83
|
export type EmptyStateSlots = keyof ReturnType<typeof emptyStateTheme>;
|
|
@@ -64,7 +64,7 @@ export declare const fileUploadTheme: import("tailwind-variants").TVReturnType<{
|
|
|
64
64
|
meta: string;
|
|
65
65
|
remove: string;
|
|
66
66
|
error: string;
|
|
67
|
-
}, import("tailwind-variants").
|
|
67
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
68
68
|
dragging: {
|
|
69
69
|
true: {
|
|
70
70
|
dropzone: string;
|
|
@@ -97,5 +97,5 @@ export declare const fileUploadTheme: import("tailwind-variants").TVReturnType<{
|
|
|
97
97
|
meta: string;
|
|
98
98
|
remove: string;
|
|
99
99
|
error: string;
|
|
100
|
-
}
|
|
100
|
+
}>>;
|
|
101
101
|
export type FileUploadSlots = keyof ReturnType<typeof fileUploadTheme>;
|
package/dist/theme/form.d.ts
CHANGED
|
@@ -55,7 +55,7 @@ export declare const formFieldTheme: import("tailwind-variants").TVReturnType<{
|
|
|
55
55
|
control: string;
|
|
56
56
|
error: string;
|
|
57
57
|
help: string;
|
|
58
|
-
}, import("tailwind-variants").
|
|
58
|
+
}, import("tailwind-variants").TVReturnTypeLike<unknown, {
|
|
59
59
|
root: string;
|
|
60
60
|
header: string;
|
|
61
61
|
label: string;
|
|
@@ -64,5 +64,5 @@ export declare const formFieldTheme: import("tailwind-variants").TVReturnType<{
|
|
|
64
64
|
control: string;
|
|
65
65
|
error: string;
|
|
66
66
|
help: string;
|
|
67
|
-
}
|
|
67
|
+
}>>;
|
|
68
68
|
export type FormFieldSlots = keyof ReturnType<typeof formFieldTheme>;
|
|
@@ -58,7 +58,7 @@ export declare const hoverCardTheme: import("tailwind-variants").TVReturnType<{
|
|
|
58
58
|
}, {
|
|
59
59
|
content: string;
|
|
60
60
|
arrow: string;
|
|
61
|
-
}, import("tailwind-variants").
|
|
61
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
62
62
|
padding: {
|
|
63
63
|
none: {
|
|
64
64
|
content: string;
|
|
@@ -88,5 +88,5 @@ export declare const hoverCardTheme: import("tailwind-variants").TVReturnType<{
|
|
|
88
88
|
}, {
|
|
89
89
|
content: string;
|
|
90
90
|
arrow: string;
|
|
91
|
-
}
|
|
91
|
+
}>>;
|
|
92
92
|
export type HoverCardSlots = keyof ReturnType<typeof hoverCardTheme>;
|
package/dist/theme/input.d.ts
CHANGED
|
@@ -52,7 +52,7 @@ export declare const inputTheme: import("tailwind-variants").TVReturnType<{
|
|
|
52
52
|
leading: string;
|
|
53
53
|
trailing: string;
|
|
54
54
|
clear: string;
|
|
55
|
-
}, import("tailwind-variants").
|
|
55
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
56
56
|
size: {
|
|
57
57
|
sm: {
|
|
58
58
|
root: string;
|
|
@@ -78,44 +78,44 @@ export declare const inputTheme: import("tailwind-variants").TVReturnType<{
|
|
|
78
78
|
leading: string;
|
|
79
79
|
trailing: string;
|
|
80
80
|
clear: string;
|
|
81
|
-
}
|
|
81
|
+
}>>;
|
|
82
82
|
export declare const textareaTheme: import("tailwind-variants").TVReturnType<{
|
|
83
83
|
size: {
|
|
84
|
-
sm:
|
|
85
|
-
md:
|
|
86
|
-
lg:
|
|
84
|
+
sm: "min-h-16 px-2.5 py-1.5 text-sm";
|
|
85
|
+
md: "min-h-20 px-3 py-2 text-sm";
|
|
86
|
+
lg: "min-h-24 px-4 py-2.5 text-base";
|
|
87
87
|
};
|
|
88
88
|
invalid: {
|
|
89
|
-
true:
|
|
89
|
+
true: "border-red-500 focus-visible:ring-red-500/40";
|
|
90
90
|
};
|
|
91
91
|
autosize: {
|
|
92
|
-
true:
|
|
92
|
+
true: "min-h-0 resize-none";
|
|
93
93
|
};
|
|
94
94
|
}, undefined, "block resize-y w-full rounded-xl border border-border bg-input text-foreground transition-colors outline-none placeholder:text-muted-foreground focus-visible:ring-2 focus-visible:ring-primary/50 disabled:cursor-not-allowed disabled:opacity-50", {
|
|
95
95
|
size: {
|
|
96
|
-
sm:
|
|
97
|
-
md:
|
|
98
|
-
lg:
|
|
96
|
+
sm: "min-h-16 px-2.5 py-1.5 text-sm";
|
|
97
|
+
md: "min-h-20 px-3 py-2 text-sm";
|
|
98
|
+
lg: "min-h-24 px-4 py-2.5 text-base";
|
|
99
99
|
};
|
|
100
100
|
invalid: {
|
|
101
|
-
true:
|
|
101
|
+
true: "border-red-500 focus-visible:ring-red-500/40";
|
|
102
102
|
};
|
|
103
103
|
autosize: {
|
|
104
|
-
true:
|
|
104
|
+
true: "min-h-0 resize-none";
|
|
105
105
|
};
|
|
106
|
-
}, undefined, import("tailwind-variants").
|
|
106
|
+
}, undefined, import("tailwind-variants").TVReturnTypeLike<{
|
|
107
107
|
size: {
|
|
108
|
-
sm:
|
|
109
|
-
md:
|
|
110
|
-
lg:
|
|
108
|
+
sm: "min-h-16 px-2.5 py-1.5 text-sm";
|
|
109
|
+
md: "min-h-20 px-3 py-2 text-sm";
|
|
110
|
+
lg: "min-h-24 px-4 py-2.5 text-base";
|
|
111
111
|
};
|
|
112
112
|
invalid: {
|
|
113
|
-
true:
|
|
113
|
+
true: "border-red-500 focus-visible:ring-red-500/40";
|
|
114
114
|
};
|
|
115
115
|
autosize: {
|
|
116
|
-
true:
|
|
116
|
+
true: "min-h-0 resize-none";
|
|
117
117
|
};
|
|
118
|
-
}, undefined
|
|
118
|
+
}, undefined>>;
|
|
119
119
|
export type InputVariants = Parameters<typeof inputTheme>[0];
|
|
120
120
|
export type InputSlots = keyof ReturnType<typeof inputTheme>;
|
|
121
121
|
export type TextareaVariants = Parameters<typeof textareaTheme>[0];
|
package/dist/theme/kbd.d.ts
CHANGED
|
@@ -42,7 +42,7 @@ export declare const kbdTheme: import("tailwind-variants").TVReturnType<{
|
|
|
42
42
|
root: string;
|
|
43
43
|
key: string;
|
|
44
44
|
separator: string;
|
|
45
|
-
}, import("tailwind-variants").
|
|
45
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
46
46
|
size: {
|
|
47
47
|
xs: {
|
|
48
48
|
root: string;
|
|
@@ -64,5 +64,5 @@ export declare const kbdTheme: import("tailwind-variants").TVReturnType<{
|
|
|
64
64
|
root: string;
|
|
65
65
|
key: string;
|
|
66
66
|
separator: string;
|
|
67
|
-
}
|
|
67
|
+
}>>;
|
|
68
68
|
export type KbdSlots = keyof ReturnType<typeof kbdTheme>;
|
package/dist/theme/label.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
export declare const labelTheme: import("tailwind-variants").TVReturnType<{
|
|
2
2
|
required: {
|
|
3
|
-
true:
|
|
3
|
+
true: "after:text-red-500 after:content-['*']";
|
|
4
4
|
};
|
|
5
5
|
}, undefined, "inline-flex items-center gap-1 text-sm leading-none font-medium text-foreground select-none peer-disabled:cursor-not-allowed peer-disabled:opacity-50", {
|
|
6
6
|
required: {
|
|
7
|
-
true:
|
|
7
|
+
true: "after:text-red-500 after:content-['*']";
|
|
8
8
|
};
|
|
9
|
-
}, undefined, import("tailwind-variants").
|
|
9
|
+
}, undefined, import("tailwind-variants").TVReturnTypeLike<{
|
|
10
10
|
required: {
|
|
11
|
-
true:
|
|
11
|
+
true: "after:text-red-500 after:content-['*']";
|
|
12
12
|
};
|
|
13
|
-
}, undefined
|
|
13
|
+
}, undefined>>;
|
|
14
14
|
export type LabelVariants = Parameters<typeof labelTheme>[0];
|
|
@@ -95,7 +95,7 @@ export declare const lineChartTheme: import("tailwind-variants").TVReturnType<{
|
|
|
95
95
|
tooltipLabel: string;
|
|
96
96
|
tooltipValue: string;
|
|
97
97
|
table: string;
|
|
98
|
-
}, import("tailwind-variants").
|
|
98
|
+
}, import("tailwind-variants").TVReturnTypeLike<unknown, {
|
|
99
99
|
root: string;
|
|
100
100
|
plot: string;
|
|
101
101
|
svg: string;
|
|
@@ -112,5 +112,5 @@ export declare const lineChartTheme: import("tailwind-variants").TVReturnType<{
|
|
|
112
112
|
tooltipLabel: string;
|
|
113
113
|
tooltipValue: string;
|
|
114
114
|
table: string;
|
|
115
|
-
}
|
|
115
|
+
}>>;
|
|
116
116
|
export type LineChartSlots = keyof ReturnType<typeof lineChartTheme>;
|
package/dist/theme/menubar.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export declare const menubarTheme: import("tailwind-variants").TVReturnType<{
|
|
|
16
16
|
}, {
|
|
17
17
|
root: string;
|
|
18
18
|
trigger: string;
|
|
19
|
-
}, import("tailwind-variants").
|
|
19
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
20
20
|
bare: {
|
|
21
21
|
true: {
|
|
22
22
|
root: string;
|
|
@@ -25,5 +25,5 @@ export declare const menubarTheme: import("tailwind-variants").TVReturnType<{
|
|
|
25
25
|
}, {
|
|
26
26
|
root: string;
|
|
27
27
|
trigger: string;
|
|
28
|
-
}
|
|
28
|
+
}>>;
|
|
29
29
|
export type MenubarSlots = keyof ReturnType<typeof menubarTheme>;
|
|
@@ -72,7 +72,7 @@ export declare const navigationMenuTheme: import("tailwind-variants").TVReturnTy
|
|
|
72
72
|
panelLabel: string;
|
|
73
73
|
panelDescription: string;
|
|
74
74
|
panelIcon: string;
|
|
75
|
-
}, import("tailwind-variants").
|
|
75
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
76
76
|
orientation: {
|
|
77
77
|
horizontal: {
|
|
78
78
|
viewportWrapper: string;
|
|
@@ -109,5 +109,5 @@ export declare const navigationMenuTheme: import("tailwind-variants").TVReturnTy
|
|
|
109
109
|
panelLabel: string;
|
|
110
110
|
panelDescription: string;
|
|
111
111
|
panelIcon: string;
|
|
112
|
-
}
|
|
112
|
+
}>>;
|
|
113
113
|
export type NavigationMenuSlots = keyof ReturnType<typeof navigationMenuTheme>;
|
|
@@ -54,7 +54,7 @@ export declare const numberInputTheme: import("tailwind-variants").TVReturnType<
|
|
|
54
54
|
input: string;
|
|
55
55
|
stepper: string;
|
|
56
56
|
step: string;
|
|
57
|
-
}, import("tailwind-variants").
|
|
57
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
58
58
|
size: {
|
|
59
59
|
sm: {
|
|
60
60
|
input: string;
|
|
@@ -82,5 +82,5 @@ export declare const numberInputTheme: import("tailwind-variants").TVReturnType<
|
|
|
82
82
|
input: string;
|
|
83
83
|
stepper: string;
|
|
84
84
|
step: string;
|
|
85
|
-
}
|
|
85
|
+
}>>;
|
|
86
86
|
export type NumberInputSlots = keyof ReturnType<typeof numberInputTheme>;
|
|
@@ -26,7 +26,7 @@ export declare const pageHeaderTheme: import("tailwind-variants").TVReturnType<{
|
|
|
26
26
|
title: string;
|
|
27
27
|
description: string;
|
|
28
28
|
actions: string;
|
|
29
|
-
}, import("tailwind-variants").
|
|
29
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
30
30
|
bordered: {
|
|
31
31
|
true: {
|
|
32
32
|
root: string;
|
|
@@ -40,5 +40,5 @@ export declare const pageHeaderTheme: import("tailwind-variants").TVReturnType<{
|
|
|
40
40
|
title: string;
|
|
41
41
|
description: string;
|
|
42
42
|
actions: string;
|
|
43
|
-
}
|
|
43
|
+
}>>;
|
|
44
44
|
export type PageHeaderSlots = keyof ReturnType<typeof pageHeaderTheme>;
|
|
@@ -64,7 +64,7 @@ export declare const paginationTheme: import("tailwind-variants").TVReturnType<{
|
|
|
64
64
|
active: string;
|
|
65
65
|
inactive: string;
|
|
66
66
|
ellipsis: string;
|
|
67
|
-
}, import("tailwind-variants").
|
|
67
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
68
68
|
size: {
|
|
69
69
|
sm: {
|
|
70
70
|
item: string;
|
|
@@ -97,5 +97,5 @@ export declare const paginationTheme: import("tailwind-variants").TVReturnType<{
|
|
|
97
97
|
active: string;
|
|
98
98
|
inactive: string;
|
|
99
99
|
ellipsis: string;
|
|
100
|
-
}
|
|
100
|
+
}>>;
|
|
101
101
|
export type PaginationSlots = keyof ReturnType<typeof paginationTheme>;
|
|
@@ -46,7 +46,7 @@ export declare const passwordInputTheme: import("tailwind-variants").TVReturnTyp
|
|
|
46
46
|
track: string;
|
|
47
47
|
segment: string;
|
|
48
48
|
label: string;
|
|
49
|
-
}, import("tailwind-variants").
|
|
49
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
50
50
|
score: {
|
|
51
51
|
0: {};
|
|
52
52
|
1: {
|
|
@@ -70,5 +70,5 @@ export declare const passwordInputTheme: import("tailwind-variants").TVReturnTyp
|
|
|
70
70
|
track: string;
|
|
71
71
|
segment: string;
|
|
72
72
|
label: string;
|
|
73
|
-
}
|
|
73
|
+
}>>;
|
|
74
74
|
export type PasswordInputSlots = keyof ReturnType<typeof passwordInputTheme>;
|
|
@@ -52,7 +52,7 @@ export declare const pinInputTheme: import("tailwind-variants").TVReturnType<{
|
|
|
52
52
|
root: string;
|
|
53
53
|
input: string;
|
|
54
54
|
separator: string;
|
|
55
|
-
}, import("tailwind-variants").
|
|
55
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
56
56
|
size: {
|
|
57
57
|
sm: {
|
|
58
58
|
root: string;
|
|
@@ -79,5 +79,5 @@ export declare const pinInputTheme: import("tailwind-variants").TVReturnType<{
|
|
|
79
79
|
root: string;
|
|
80
80
|
input: string;
|
|
81
81
|
separator: string;
|
|
82
|
-
}
|
|
82
|
+
}>>;
|
|
83
83
|
export type PinInputSlots = keyof ReturnType<typeof pinInputTheme>;
|
package/dist/theme/popover.d.ts
CHANGED
|
@@ -72,7 +72,7 @@ export declare const popoverTheme: import("tailwind-variants").TVReturnType<{
|
|
|
72
72
|
arrow: string;
|
|
73
73
|
close: string;
|
|
74
74
|
title: string;
|
|
75
|
-
}, import("tailwind-variants").
|
|
75
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
76
76
|
withClose: {
|
|
77
77
|
true: {
|
|
78
78
|
title: string;
|
|
@@ -109,5 +109,5 @@ export declare const popoverTheme: import("tailwind-variants").TVReturnType<{
|
|
|
109
109
|
arrow: string;
|
|
110
110
|
close: string;
|
|
111
111
|
title: string;
|
|
112
|
-
}
|
|
112
|
+
}>>;
|
|
113
113
|
export type PopoverSlots = keyof ReturnType<typeof popoverTheme>;
|
package/dist/theme/progress.d.ts
CHANGED
|
@@ -120,7 +120,7 @@ export declare const progressTheme: import("tailwind-variants").TVReturnType<{
|
|
|
120
120
|
legendItem: string;
|
|
121
121
|
legendSwatch: string;
|
|
122
122
|
legendValue: string;
|
|
123
|
-
}, import("tailwind-variants").
|
|
123
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
124
124
|
variant: {
|
|
125
125
|
primary: {
|
|
126
126
|
indicator: string;
|
|
@@ -181,5 +181,5 @@ export declare const progressTheme: import("tailwind-variants").TVReturnType<{
|
|
|
181
181
|
legendItem: string;
|
|
182
182
|
legendSwatch: string;
|
|
183
183
|
legendValue: string;
|
|
184
|
-
}
|
|
184
|
+
}>>;
|
|
185
185
|
export type ProgressSlots = keyof ReturnType<typeof progressTheme>;
|
|
@@ -60,7 +60,7 @@ export declare const radioGroupTheme: import("tailwind-variants").TVReturnType<{
|
|
|
60
60
|
content: string;
|
|
61
61
|
label: string;
|
|
62
62
|
description: string;
|
|
63
|
-
}, import("tailwind-variants").
|
|
63
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
64
64
|
size: {
|
|
65
65
|
sm: {
|
|
66
66
|
item: string;
|
|
@@ -91,5 +91,5 @@ export declare const radioGroupTheme: import("tailwind-variants").TVReturnType<{
|
|
|
91
91
|
content: string;
|
|
92
92
|
label: string;
|
|
93
93
|
description: string;
|
|
94
|
-
}
|
|
94
|
+
}>>;
|
|
95
95
|
export type RadioGroupSlots = keyof ReturnType<typeof radioGroupTheme>;
|
|
@@ -38,7 +38,7 @@ export declare const scrollAreaTheme: import("tailwind-variants").TVReturnType<{
|
|
|
38
38
|
scrollbar: string;
|
|
39
39
|
thumb: string;
|
|
40
40
|
corner: string;
|
|
41
|
-
}, import("tailwind-variants").
|
|
41
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
42
42
|
orientation: {
|
|
43
43
|
vertical: {
|
|
44
44
|
scrollbar: string;
|
|
@@ -58,5 +58,5 @@ export declare const scrollAreaTheme: import("tailwind-variants").TVReturnType<{
|
|
|
58
58
|
scrollbar: string;
|
|
59
59
|
thumb: string;
|
|
60
60
|
corner: string;
|
|
61
|
-
}
|
|
61
|
+
}>>;
|
|
62
62
|
export type ScrollAreaSlots = keyof ReturnType<typeof scrollAreaTheme>;
|
|
@@ -20,7 +20,7 @@ export declare const scrollFadeTheme: import("tailwind-variants").TVReturnType<{
|
|
|
20
20
|
};
|
|
21
21
|
}, {
|
|
22
22
|
root: string;
|
|
23
|
-
}, import("tailwind-variants").
|
|
23
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
24
24
|
orientation: {
|
|
25
25
|
vertical: {
|
|
26
26
|
root: string;
|
|
@@ -31,5 +31,5 @@ export declare const scrollFadeTheme: import("tailwind-variants").TVReturnType<{
|
|
|
31
31
|
};
|
|
32
32
|
}, {
|
|
33
33
|
root: string;
|
|
34
|
-
}
|
|
34
|
+
}>>;
|
|
35
35
|
export type ScrollFadeSlots = keyof ReturnType<typeof scrollFadeTheme>;
|
package/dist/theme/select.d.ts
CHANGED
|
@@ -38,7 +38,7 @@ export declare const selectTheme: import("tailwind-variants").TVReturnType<{
|
|
|
38
38
|
itemIndicator: string;
|
|
39
39
|
group: string;
|
|
40
40
|
groupLabel: string;
|
|
41
|
-
}, import("tailwind-variants").
|
|
41
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
42
42
|
size: {
|
|
43
43
|
sm: {
|
|
44
44
|
trigger: string;
|
|
@@ -58,5 +58,5 @@ export declare const selectTheme: import("tailwind-variants").TVReturnType<{
|
|
|
58
58
|
itemIndicator: string;
|
|
59
59
|
group: string;
|
|
60
60
|
groupLabel: string;
|
|
61
|
-
}
|
|
61
|
+
}>>;
|
|
62
62
|
export type SelectSlots = keyof ReturnType<typeof selectTheme>;
|
package/dist/theme/select.js
CHANGED
|
@@ -3,7 +3,7 @@ import { tv as t } from "tailwind-variants";
|
|
|
3
3
|
//#region src/theme/select.ts
|
|
4
4
|
var n = t({
|
|
5
5
|
slots: {
|
|
6
|
-
trigger: `flex items-center justify-between gap-2 ${e} cursor-pointer data-[placeholder]:text-muted-foreground [&_svg]:size-4 [&_svg]:shrink-0 [&_svg]:opacity-60`,
|
|
6
|
+
trigger: `flex items-center justify-between gap-2 overflow-hidden ${e} cursor-pointer data-[placeholder]:text-muted-foreground [&_svg]:size-4 [&_svg]:shrink-0 [&_svg]:opacity-60`,
|
|
7
7
|
content: "z-50 min-w-32 overflow-hidden rounded-xl border border-border bg-background text-foreground shadow-md",
|
|
8
8
|
viewport: "p-1",
|
|
9
9
|
item: "relative flex cursor-pointer items-center rounded-lg py-1.5 pr-2 pl-8 text-sm outline-none select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[highlighted]:bg-accent data-[highlighted]:text-accent-foreground",
|
|
@@ -28,7 +28,7 @@ export declare const separatorTheme: import("tailwind-variants").TVReturnType<{
|
|
|
28
28
|
root: string;
|
|
29
29
|
line: string;
|
|
30
30
|
label: string;
|
|
31
|
-
}, import("tailwind-variants").
|
|
31
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
32
32
|
orientation: {
|
|
33
33
|
horizontal: {
|
|
34
34
|
root: string;
|
|
@@ -43,5 +43,5 @@ export declare const separatorTheme: import("tailwind-variants").TVReturnType<{
|
|
|
43
43
|
root: string;
|
|
44
44
|
line: string;
|
|
45
45
|
label: string;
|
|
46
|
-
}
|
|
46
|
+
}>>;
|
|
47
47
|
export type SeparatorSlots = keyof ReturnType<typeof separatorTheme>;
|
package/dist/theme/sidebar.d.ts
CHANGED
|
@@ -72,7 +72,7 @@ export declare const sidebarTheme: import("tailwind-variants").TVReturnType<{
|
|
|
72
72
|
groupIcon: string;
|
|
73
73
|
groupContent: string;
|
|
74
74
|
groupInner: string;
|
|
75
|
-
}, import("tailwind-variants").
|
|
75
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
76
76
|
side: {
|
|
77
77
|
left: {
|
|
78
78
|
root: string;
|
|
@@ -109,5 +109,5 @@ export declare const sidebarTheme: import("tailwind-variants").TVReturnType<{
|
|
|
109
109
|
groupIcon: string;
|
|
110
110
|
groupContent: string;
|
|
111
111
|
groupInner: string;
|
|
112
|
-
}
|
|
112
|
+
}>>;
|
|
113
113
|
export type SidebarSlots = keyof ReturnType<typeof sidebarTheme>;
|
|
@@ -30,7 +30,7 @@ export declare const signaturePadTheme: import("tailwind-variants").TVReturnType
|
|
|
30
30
|
canvas: string;
|
|
31
31
|
actions: string;
|
|
32
32
|
action: string;
|
|
33
|
-
}, import("tailwind-variants").
|
|
33
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
34
34
|
invalid: {
|
|
35
35
|
true: {
|
|
36
36
|
root: string;
|
|
@@ -46,5 +46,5 @@ export declare const signaturePadTheme: import("tailwind-variants").TVReturnType
|
|
|
46
46
|
canvas: string;
|
|
47
47
|
actions: string;
|
|
48
48
|
action: string;
|
|
49
|
-
}
|
|
49
|
+
}>>;
|
|
50
50
|
export type SignaturePadSlots = keyof ReturnType<typeof signaturePadTheme>;
|
package/dist/theme/skeleton.d.ts
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
export declare const skeletonTheme: import("tailwind-variants").TVReturnType<{
|
|
2
2
|
variant: {
|
|
3
|
-
text:
|
|
4
|
-
rect:
|
|
5
|
-
circle:
|
|
3
|
+
text: "h-lh w-full rounded";
|
|
4
|
+
rect: "rounded-xl";
|
|
5
|
+
circle: "aspect-square rounded-full";
|
|
6
6
|
};
|
|
7
7
|
}, undefined, "animate-pulse bg-muted", {
|
|
8
8
|
variant: {
|
|
9
|
-
text:
|
|
10
|
-
rect:
|
|
11
|
-
circle:
|
|
9
|
+
text: "h-lh w-full rounded";
|
|
10
|
+
rect: "rounded-xl";
|
|
11
|
+
circle: "aspect-square rounded-full";
|
|
12
12
|
};
|
|
13
|
-
}, undefined, import("tailwind-variants").
|
|
13
|
+
}, undefined, import("tailwind-variants").TVReturnTypeLike<{
|
|
14
14
|
variant: {
|
|
15
|
-
text:
|
|
16
|
-
rect:
|
|
17
|
-
circle:
|
|
15
|
+
text: "h-lh w-full rounded";
|
|
16
|
+
rect: "rounded-xl";
|
|
17
|
+
circle: "aspect-square rounded-full";
|
|
18
18
|
};
|
|
19
|
-
}, undefined
|
|
19
|
+
}, undefined>>;
|
|
20
20
|
export type SkeletonVariants = Parameters<typeof skeletonTheme>[0];
|
package/dist/theme/slider.d.ts
CHANGED
|
@@ -78,7 +78,7 @@ export declare const sliderTheme: import("tailwind-variants").TVReturnType<{
|
|
|
78
78
|
range: string;
|
|
79
79
|
thumb: string;
|
|
80
80
|
scale: string;
|
|
81
|
-
}, import("tailwind-variants").
|
|
81
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
82
82
|
orientation: {
|
|
83
83
|
horizontal: {
|
|
84
84
|
root: string;
|
|
@@ -118,5 +118,5 @@ export declare const sliderTheme: import("tailwind-variants").TVReturnType<{
|
|
|
118
118
|
range: string;
|
|
119
119
|
thumb: string;
|
|
120
120
|
scale: string;
|
|
121
|
-
}
|
|
121
|
+
}>>;
|
|
122
122
|
export type SliderSlots = keyof ReturnType<typeof sliderTheme>;
|
|
@@ -24,7 +24,7 @@ export declare const sparklineTheme: import("tailwind-variants").TVReturnType<{
|
|
|
24
24
|
area: string;
|
|
25
25
|
dot: string;
|
|
26
26
|
ring: string;
|
|
27
|
-
}, import("tailwind-variants").
|
|
27
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
28
28
|
muted: {
|
|
29
29
|
true: {
|
|
30
30
|
root: string;
|
|
@@ -37,5 +37,5 @@ export declare const sparklineTheme: import("tailwind-variants").TVReturnType<{
|
|
|
37
37
|
area: string;
|
|
38
38
|
dot: string;
|
|
39
39
|
ring: string;
|
|
40
|
-
}
|
|
40
|
+
}>>;
|
|
41
41
|
export type SparklineSlots = keyof ReturnType<typeof sparklineTheme>;
|
package/dist/theme/splitter.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ export declare const splitterTheme: import("tailwind-variants").TVReturnType<{
|
|
|
34
34
|
panel: string;
|
|
35
35
|
handle: string;
|
|
36
36
|
rule: string;
|
|
37
|
-
}, import("tailwind-variants").
|
|
37
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
38
38
|
direction: {
|
|
39
39
|
horizontal: {
|
|
40
40
|
root: string;
|
|
@@ -52,5 +52,5 @@ export declare const splitterTheme: import("tailwind-variants").TVReturnType<{
|
|
|
52
52
|
panel: string;
|
|
53
53
|
handle: string;
|
|
54
54
|
rule: string;
|
|
55
|
-
}
|
|
55
|
+
}>>;
|
|
56
56
|
export type SplitterSlots = keyof ReturnType<typeof splitterTheme>;
|
package/dist/theme/stat.d.ts
CHANGED
|
@@ -58,7 +58,7 @@ export declare const statTheme: import("tailwind-variants").TVReturnType<{
|
|
|
58
58
|
delta: string;
|
|
59
59
|
hint: string;
|
|
60
60
|
row: string;
|
|
61
|
-
}, import("tailwind-variants").
|
|
61
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
62
62
|
size: {
|
|
63
63
|
sm: {
|
|
64
64
|
value: string;
|
|
@@ -88,5 +88,5 @@ export declare const statTheme: import("tailwind-variants").TVReturnType<{
|
|
|
88
88
|
delta: string;
|
|
89
89
|
hint: string;
|
|
90
90
|
row: string;
|
|
91
|
-
}
|
|
91
|
+
}>>;
|
|
92
92
|
export type StatSlots = keyof ReturnType<typeof statTheme>;
|
package/dist/theme/stepper.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ export declare const stepperTheme: import("tailwind-variants").TVReturnType<{
|
|
|
34
34
|
title: string;
|
|
35
35
|
description: string;
|
|
36
36
|
separator: string;
|
|
37
|
-
}, import("tailwind-variants").
|
|
37
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
38
38
|
orientation: {
|
|
39
39
|
horizontal: {};
|
|
40
40
|
vertical: {
|
|
@@ -52,5 +52,5 @@ export declare const stepperTheme: import("tailwind-variants").TVReturnType<{
|
|
|
52
52
|
title: string;
|
|
53
53
|
description: string;
|
|
54
54
|
separator: string;
|
|
55
|
-
}
|
|
55
|
+
}>>;
|
|
56
56
|
export type StepperSlots = keyof ReturnType<typeof stepperTheme>;
|
package/dist/theme/switch.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export declare const switchTheme: import("tailwind-variants").TVReturnType<{
|
|
|
48
48
|
content: string;
|
|
49
49
|
label: string;
|
|
50
50
|
description: string;
|
|
51
|
-
}, import("tailwind-variants").
|
|
51
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
52
52
|
size: {
|
|
53
53
|
sm: {
|
|
54
54
|
root: string;
|
|
@@ -73,5 +73,5 @@ export declare const switchTheme: import("tailwind-variants").TVReturnType<{
|
|
|
73
73
|
content: string;
|
|
74
74
|
label: string;
|
|
75
75
|
description: string;
|
|
76
|
-
}
|
|
76
|
+
}>>;
|
|
77
77
|
export type SwitchSlots = keyof ReturnType<typeof switchTheme>;
|
package/dist/theme/table.d.ts
CHANGED
|
@@ -156,7 +156,7 @@ export declare const tableTheme: import("tailwind-variants").TVReturnType<{
|
|
|
156
156
|
expandedCell: string;
|
|
157
157
|
empty: string;
|
|
158
158
|
caption: string;
|
|
159
|
-
}, import("tailwind-variants").
|
|
159
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
160
160
|
striped: {
|
|
161
161
|
true: {
|
|
162
162
|
tr: string;
|
|
@@ -235,5 +235,5 @@ export declare const tableTheme: import("tailwind-variants").TVReturnType<{
|
|
|
235
235
|
expandedCell: string;
|
|
236
236
|
empty: string;
|
|
237
237
|
caption: string;
|
|
238
|
-
}
|
|
238
|
+
}>>;
|
|
239
239
|
export type TableSlots = keyof ReturnType<typeof tableTheme>;
|
package/dist/theme/tabs.d.ts
CHANGED
|
@@ -56,7 +56,7 @@ export declare const tabsTheme: import("tailwind-variants").TVReturnType<{
|
|
|
56
56
|
indicator: string;
|
|
57
57
|
trigger: string;
|
|
58
58
|
content: string;
|
|
59
|
-
}, import("tailwind-variants").
|
|
59
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
60
60
|
variant: {
|
|
61
61
|
solid: {
|
|
62
62
|
list: string;
|
|
@@ -85,5 +85,5 @@ export declare const tabsTheme: import("tailwind-variants").TVReturnType<{
|
|
|
85
85
|
indicator: string;
|
|
86
86
|
trigger: string;
|
|
87
87
|
content: string;
|
|
88
|
-
}
|
|
88
|
+
}>>;
|
|
89
89
|
export type TabsSlots = keyof ReturnType<typeof tabsTheme>;
|