iryx-ui 0.18.0 → 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/FormField.vue_vue_type_script_setup_true_lang.js +2 -0
- package/dist/components/Input.vue_vue_type_script_setup_true_lang.js +45 -38
- package/dist/components/PasswordInput.vue_vue_type_script_setup_true_lang.js +2 -1
- package/dist/components/PinInput.vue_vue_type_script_setup_true_lang.js +1 -0
- 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 +39 -39
- package/dist/theme/button.js +1 -1
- 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/checkbox.js +1 -1
- 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-field.js +1 -1
- package/dist/theme/date-picker.d.ts +2 -2
- package/dist/theme/dialog.d.ts +2 -2
- package/dist/theme/dialog.js +1 -1
- package/dist/theme/donut-chart.d.ts +2 -2
- package/dist/theme/drawer.d.ts +2 -2
- package/dist/theme/drawer.js +1 -1
- 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/radio-group.js +1 -1
- 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/switch.js +1 -1
- 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/time-field.js +1 -1
- 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
- package/theme.css +4 -0
|
@@ -75,7 +75,7 @@ export declare const colorPickerTheme: import("tailwind-variants").TVReturnType<
|
|
|
75
75
|
preview: string;
|
|
76
76
|
swatches: string;
|
|
77
77
|
swatch: string;
|
|
78
|
-
}, import("tailwind-variants").
|
|
78
|
+
}, import("tailwind-variants").TVReturnTypeLike<unknown, {
|
|
79
79
|
root: string;
|
|
80
80
|
area: string;
|
|
81
81
|
thumb: string;
|
|
@@ -88,5 +88,5 @@ export declare const colorPickerTheme: import("tailwind-variants").TVReturnType<
|
|
|
88
88
|
preview: string;
|
|
89
89
|
swatches: string;
|
|
90
90
|
swatch: string;
|
|
91
|
-
}
|
|
91
|
+
}>>;
|
|
92
92
|
export type ColorPickerSlots = keyof ReturnType<typeof colorPickerTheme>;
|
package/dist/theme/combobox.d.ts
CHANGED
|
@@ -96,7 +96,7 @@ export declare const comboboxTheme: import("tailwind-variants").TVReturnType<{
|
|
|
96
96
|
empty: string;
|
|
97
97
|
group: string;
|
|
98
98
|
groupLabel: string;
|
|
99
|
-
}, import("tailwind-variants").
|
|
99
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
100
100
|
size: {
|
|
101
101
|
sm: {
|
|
102
102
|
anchor: string;
|
|
@@ -145,5 +145,5 @@ export declare const comboboxTheme: import("tailwind-variants").TVReturnType<{
|
|
|
145
145
|
empty: string;
|
|
146
146
|
group: string;
|
|
147
147
|
groupLabel: string;
|
|
148
|
-
}
|
|
148
|
+
}>>;
|
|
149
149
|
export type ComboboxSlots = keyof ReturnType<typeof comboboxTheme>;
|
|
@@ -95,7 +95,7 @@ export declare const commandPaletteTheme: import("tailwind-variants").TVReturnTy
|
|
|
95
95
|
key: string;
|
|
96
96
|
empty: string;
|
|
97
97
|
footer: string;
|
|
98
|
-
}, import("tailwind-variants").
|
|
98
|
+
}, import("tailwind-variants").TVReturnTypeLike<unknown, {
|
|
99
99
|
overlay: string;
|
|
100
100
|
content: string;
|
|
101
101
|
list: string;
|
|
@@ -112,5 +112,5 @@ export declare const commandPaletteTheme: import("tailwind-variants").TVReturnTy
|
|
|
112
112
|
key: string;
|
|
113
113
|
empty: string;
|
|
114
114
|
footer: string;
|
|
115
|
-
}
|
|
115
|
+
}>>;
|
|
116
116
|
export type CommandPaletteSlots = keyof ReturnType<typeof commandPaletteTheme>;
|
|
@@ -62,7 +62,7 @@ export declare const containerTheme: import("tailwind-variants").TVReturnType<{
|
|
|
62
62
|
};
|
|
63
63
|
}, {
|
|
64
64
|
root: string;
|
|
65
|
-
}, import("tailwind-variants").
|
|
65
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
66
66
|
size: {
|
|
67
67
|
sm: {
|
|
68
68
|
root: string;
|
|
@@ -94,5 +94,5 @@ export declare const containerTheme: import("tailwind-variants").TVReturnType<{
|
|
|
94
94
|
};
|
|
95
95
|
}, {
|
|
96
96
|
root: string;
|
|
97
|
-
}
|
|
97
|
+
}>>;
|
|
98
98
|
export type ContainerSlots = keyof ReturnType<typeof containerTheme>;
|
|
@@ -40,7 +40,7 @@ export declare const dateFieldTheme: import("tailwind-variants").TVReturnType<{
|
|
|
40
40
|
root: string;
|
|
41
41
|
segment: string;
|
|
42
42
|
literal: string;
|
|
43
|
-
}, import("tailwind-variants").
|
|
43
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
44
44
|
size: {
|
|
45
45
|
sm: {
|
|
46
46
|
root: string;
|
|
@@ -61,5 +61,5 @@ export declare const dateFieldTheme: import("tailwind-variants").TVReturnType<{
|
|
|
61
61
|
root: string;
|
|
62
62
|
segment: string;
|
|
63
63
|
literal: string;
|
|
64
|
-
}
|
|
64
|
+
}>>;
|
|
65
65
|
export type DateFieldSlots = keyof ReturnType<typeof dateFieldTheme>;
|
package/dist/theme/date-field.js
CHANGED
|
@@ -4,7 +4,7 @@ import { tv as t } from "tailwind-variants";
|
|
|
4
4
|
var n = t({
|
|
5
5
|
slots: {
|
|
6
6
|
root: `inline-flex items-center gap-0.5 ${e} w-auto focus-within:ring-2 focus-within:ring-primary/50`,
|
|
7
|
-
segment: "rounded px-0.5 text-foreground tabular-nums outline-none focus:bg-primary focus:text-primary-foreground data-[disabled]:cursor-not-allowed",
|
|
7
|
+
segment: "rounded px-0.5 text-foreground tabular-nums outline-none focus-visible:bg-primary focus-visible:text-primary-foreground data-[disabled]:cursor-not-allowed",
|
|
8
8
|
literal: "text-muted-foreground"
|
|
9
9
|
},
|
|
10
10
|
variants: {
|
|
@@ -44,7 +44,7 @@ export declare const datePickerTheme: import("tailwind-variants").TVReturnType<{
|
|
|
44
44
|
content: string;
|
|
45
45
|
footer: string;
|
|
46
46
|
action: string;
|
|
47
|
-
}, import("tailwind-variants").
|
|
47
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
48
48
|
size: {
|
|
49
49
|
sm: {
|
|
50
50
|
trigger: string;
|
|
@@ -67,5 +67,5 @@ export declare const datePickerTheme: import("tailwind-variants").TVReturnType<{
|
|
|
67
67
|
content: string;
|
|
68
68
|
footer: string;
|
|
69
69
|
action: string;
|
|
70
|
-
}
|
|
70
|
+
}>>;
|
|
71
71
|
export type DatePickerSlots = keyof ReturnType<typeof datePickerTheme>;
|
package/dist/theme/dialog.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ export declare const dialogTheme: import("tailwind-variants").TVReturnType<{
|
|
|
46
46
|
body: string;
|
|
47
47
|
footer: string;
|
|
48
48
|
close: string;
|
|
49
|
-
}, import("tailwind-variants").
|
|
49
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
50
50
|
size: {
|
|
51
51
|
sm: {
|
|
52
52
|
content: string;
|
|
@@ -70,5 +70,5 @@ export declare const dialogTheme: import("tailwind-variants").TVReturnType<{
|
|
|
70
70
|
body: string;
|
|
71
71
|
footer: string;
|
|
72
72
|
close: string;
|
|
73
|
-
}
|
|
73
|
+
}>>;
|
|
74
74
|
export type DialogSlots = keyof ReturnType<typeof dialogTheme>;
|
package/dist/theme/dialog.js
CHANGED
|
@@ -3,7 +3,7 @@ import { tv as e } from "tailwind-variants";
|
|
|
3
3
|
var t = e({
|
|
4
4
|
slots: {
|
|
5
5
|
overlay: "fixed inset-0 z-50 bg-black/50 data-[state=closed]:animate-fade-out data-[state=open]:animate-fade-in",
|
|
6
|
-
content: "fixed top-1/2 left-1/2 z-50 flex max-h-[calc(100dvh-2rem)] w-[calc(100vw-2rem)] -translate-x-1/2 -translate-y-1/2 flex-col gap-4 rounded-2xl border border-border bg-background p-6 text-foreground shadow-lg outline-none data-[state=closed]:animate-dialog-out data-[state=open]:animate-dialog-in",
|
|
6
|
+
content: "fixed top-1/2 left-1/2 z-50 flex max-h-[calc(100dvh-2rem)] w-[calc(100vw-2rem)] -translate-x-1/2 -translate-y-1/2 flex-col gap-4 overscroll-contain rounded-2xl border border-border bg-background p-6 text-foreground shadow-lg outline-none data-[state=closed]:animate-dialog-out data-[state=open]:animate-dialog-in",
|
|
7
7
|
header: "flex flex-col gap-1",
|
|
8
8
|
title: "text-base leading-none font-semibold",
|
|
9
9
|
description: "text-sm text-muted-foreground",
|
|
@@ -70,7 +70,7 @@ export declare const donutChartTheme: import("tailwind-variants").TVReturnType<{
|
|
|
70
70
|
tooltipValue: string;
|
|
71
71
|
tooltipShare: string;
|
|
72
72
|
table: string;
|
|
73
|
-
}, import("tailwind-variants").
|
|
73
|
+
}, import("tailwind-variants").TVReturnTypeLike<unknown, {
|
|
74
74
|
root: string;
|
|
75
75
|
plot: string;
|
|
76
76
|
svg: string;
|
|
@@ -82,5 +82,5 @@ export declare const donutChartTheme: import("tailwind-variants").TVReturnType<{
|
|
|
82
82
|
tooltipValue: string;
|
|
83
83
|
tooltipShare: string;
|
|
84
84
|
table: string;
|
|
85
|
-
}
|
|
85
|
+
}>>;
|
|
86
86
|
export type DonutChartSlots = keyof ReturnType<typeof donutChartTheme>;
|
package/dist/theme/drawer.d.ts
CHANGED
|
@@ -70,7 +70,7 @@ export declare const drawerTheme: import("tailwind-variants").TVReturnType<{
|
|
|
70
70
|
body: string;
|
|
71
71
|
footer: string;
|
|
72
72
|
close: string;
|
|
73
|
-
}, import("tailwind-variants").
|
|
73
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
74
74
|
side: {
|
|
75
75
|
right: {
|
|
76
76
|
content: string;
|
|
@@ -106,5 +106,5 @@ export declare const drawerTheme: import("tailwind-variants").TVReturnType<{
|
|
|
106
106
|
body: string;
|
|
107
107
|
footer: string;
|
|
108
108
|
close: string;
|
|
109
|
-
}
|
|
109
|
+
}>>;
|
|
110
110
|
export type DrawerSlots = keyof ReturnType<typeof drawerTheme>;
|
package/dist/theme/drawer.js
CHANGED
|
@@ -3,7 +3,7 @@ import { tv as e } from "tailwind-variants";
|
|
|
3
3
|
var t = e({
|
|
4
4
|
slots: {
|
|
5
5
|
overlay: "fixed inset-0 z-50 bg-black/50 data-[state=closed]:animate-fade-out data-[state=open]:animate-fade-in",
|
|
6
|
-
content: "iryx-drawer fixed z-50 flex touch-none flex-col gap-4 border-border bg-background p-6 text-foreground shadow-lg outline-none",
|
|
6
|
+
content: "iryx-drawer fixed z-50 flex touch-none flex-col gap-4 overscroll-contain border-border bg-background p-6 text-foreground shadow-lg outline-none",
|
|
7
7
|
handle: "shrink-0 rounded-full bg-border",
|
|
8
8
|
header: "flex flex-col gap-1",
|
|
9
9
|
title: "text-base leading-none font-semibold",
|
|
@@ -28,7 +28,7 @@ export declare const dropdownMenuTheme: import("tailwind-variants").TVReturnType
|
|
|
28
28
|
subTrigger: string;
|
|
29
29
|
subContent: string;
|
|
30
30
|
subTriggerIcon: string;
|
|
31
|
-
}, import("tailwind-variants").
|
|
31
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
32
32
|
danger: {
|
|
33
33
|
true: {
|
|
34
34
|
item: string;
|
|
@@ -43,5 +43,5 @@ export declare const dropdownMenuTheme: import("tailwind-variants").TVReturnType
|
|
|
43
43
|
subTrigger: string;
|
|
44
44
|
subContent: string;
|
|
45
45
|
subTriggerIcon: string;
|
|
46
|
-
}
|
|
46
|
+
}>>;
|
|
47
47
|
export type DropdownMenuSlots = keyof ReturnType<typeof dropdownMenuTheme>;
|
package/dist/theme/editable.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export declare const editableTheme: import("tailwind-variants").TVReturnType<{
|
|
|
48
48
|
placeholder: string;
|
|
49
49
|
input: string;
|
|
50
50
|
control: 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 editableTheme: import("tailwind-variants").TVReturnType<{
|
|
|
73
73
|
placeholder: string;
|
|
74
74
|
input: string;
|
|
75
75
|
control: string;
|
|
76
|
-
}
|
|
76
|
+
}>>;
|
|
77
77
|
export type EditableSlots = keyof ReturnType<typeof editableTheme>;
|
|
@@ -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>;
|
|
@@ -4,7 +4,7 @@ var t = e({
|
|
|
4
4
|
slots: {
|
|
5
5
|
root: "",
|
|
6
6
|
wrapper: "flex items-start gap-2.5",
|
|
7
|
-
item: "aspect-square shrink-0 cursor-pointer rounded-full border border-border bg-background transition-colors outline-none focus:ring-2 focus:ring-primary/50 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:border-primary",
|
|
7
|
+
item: "aspect-square shrink-0 cursor-pointer rounded-full border border-border bg-background transition-colors outline-none focus-visible:ring-2 focus-visible:ring-primary/50 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:border-primary",
|
|
8
8
|
indicator: "flex size-full items-center justify-center after:block after:rounded-full after:bg-primary",
|
|
9
9
|
content: "grid gap-1",
|
|
10
10
|
label: "text-sm leading-5 text-foreground select-none",
|
|
@@ -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>;
|