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
|
@@ -70,7 +70,7 @@ export declare const tagsInputTheme: import("tailwind-variants").TVReturnType<{
|
|
|
70
70
|
tagDelete: string;
|
|
71
71
|
input: string;
|
|
72
72
|
clear: string;
|
|
73
|
-
}, import("tailwind-variants").
|
|
73
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
74
74
|
size: {
|
|
75
75
|
sm: {
|
|
76
76
|
root: string;
|
|
@@ -106,5 +106,5 @@ export declare const tagsInputTheme: import("tailwind-variants").TVReturnType<{
|
|
|
106
106
|
tagDelete: string;
|
|
107
107
|
input: string;
|
|
108
108
|
clear: string;
|
|
109
|
-
}
|
|
109
|
+
}>>;
|
|
110
110
|
export type TagsInputSlots = keyof ReturnType<typeof tagsInputTheme>;
|
|
@@ -40,7 +40,7 @@ export declare const timeFieldTheme: 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 timeFieldTheme: import("tailwind-variants").TVReturnType<{
|
|
|
61
61
|
root: string;
|
|
62
62
|
segment: string;
|
|
63
63
|
literal: string;
|
|
64
|
-
}
|
|
64
|
+
}>>;
|
|
65
65
|
export type TimeFieldSlots = keyof ReturnType<typeof timeFieldTheme>;
|
package/dist/theme/timeline.d.ts
CHANGED
|
@@ -106,7 +106,7 @@ export declare const timelineTheme: import("tailwind-variants").TVReturnType<{
|
|
|
106
106
|
title: string;
|
|
107
107
|
time: string;
|
|
108
108
|
description: string;
|
|
109
|
-
}, import("tailwind-variants").
|
|
109
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
110
110
|
size: {
|
|
111
111
|
sm: {
|
|
112
112
|
marker: string;
|
|
@@ -160,5 +160,5 @@ export declare const timelineTheme: import("tailwind-variants").TVReturnType<{
|
|
|
160
160
|
title: string;
|
|
161
161
|
time: string;
|
|
162
162
|
description: string;
|
|
163
|
-
}
|
|
163
|
+
}>>;
|
|
164
164
|
export type TimelineSlots = keyof ReturnType<typeof timelineTheme>;
|
package/dist/theme/toast.d.ts
CHANGED
|
@@ -102,7 +102,7 @@ export declare const toastTheme: import("tailwind-variants").TVReturnType<{
|
|
|
102
102
|
description: string;
|
|
103
103
|
action: string;
|
|
104
104
|
close: string;
|
|
105
|
-
}, import("tailwind-variants").
|
|
105
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
106
106
|
variant: {
|
|
107
107
|
neutral: {
|
|
108
108
|
icon: string;
|
|
@@ -154,5 +154,5 @@ export declare const toastTheme: import("tailwind-variants").TVReturnType<{
|
|
|
154
154
|
description: string;
|
|
155
155
|
action: string;
|
|
156
156
|
close: string;
|
|
157
|
-
}
|
|
157
|
+
}>>;
|
|
158
158
|
export type ToastSlots = keyof ReturnType<typeof toastTheme>;
|
package/dist/theme/toggle.d.ts
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
export declare const toggleTheme: import("tailwind-variants").TVReturnType<{
|
|
2
2
|
size: {
|
|
3
|
-
xs:
|
|
4
|
-
sm:
|
|
5
|
-
md:
|
|
6
|
-
lg:
|
|
7
|
-
xl:
|
|
3
|
+
xs: "h-7 gap-1.5 px-2 text-xs has-[[data-icon=inline-end]]:pr-1.5 has-[[data-icon=inline-start]]:pl-1.5 [&_svg]:size-3.5";
|
|
4
|
+
sm: "h-8 px-3 text-sm has-[[data-icon=inline-end]]:pr-2 has-[[data-icon=inline-start]]:pl-2 [&_svg]:size-4";
|
|
5
|
+
md: "h-9 px-4 text-sm has-[[data-icon=inline-end]]:pr-3 has-[[data-icon=inline-start]]:pl-3 [&_svg]:size-4";
|
|
6
|
+
lg: "h-10 px-5 text-base has-[[data-icon=inline-end]]:pr-4 has-[[data-icon=inline-start]]:pl-4 [&_svg]:size-5";
|
|
7
|
+
xl: "h-12 px-6 text-base has-[[data-icon=inline-end]]:pr-5 has-[[data-icon=inline-start]]:pl-5 [&_svg]:size-5";
|
|
8
8
|
};
|
|
9
9
|
square: {
|
|
10
|
-
true:
|
|
11
|
-
false:
|
|
10
|
+
true: "";
|
|
11
|
+
false: "";
|
|
12
12
|
};
|
|
13
13
|
block: {
|
|
14
|
-
true:
|
|
14
|
+
true: "w-full";
|
|
15
15
|
};
|
|
16
16
|
}, undefined, "inline-flex shrink-0 items-center justify-center gap-2 rounded-xl border border-border bg-input font-medium whitespace-nowrap text-foreground transition-[color,background-color,border-color,box-shadow,opacity] outline-none hover:bg-accent hover:text-accent-foreground focus-visible:ring-2 focus-visible:ring-primary/50 disabled:pointer-events-none disabled:opacity-50 data-[state=on]:bg-accent data-[state=on]:text-accent-foreground [&_svg]:pointer-events-none [&_svg]:shrink-0", {
|
|
17
17
|
size: {
|
|
18
|
-
xs:
|
|
19
|
-
sm:
|
|
20
|
-
md:
|
|
21
|
-
lg:
|
|
22
|
-
xl:
|
|
18
|
+
xs: "h-7 gap-1.5 px-2 text-xs has-[[data-icon=inline-end]]:pr-1.5 has-[[data-icon=inline-start]]:pl-1.5 [&_svg]:size-3.5";
|
|
19
|
+
sm: "h-8 px-3 text-sm has-[[data-icon=inline-end]]:pr-2 has-[[data-icon=inline-start]]:pl-2 [&_svg]:size-4";
|
|
20
|
+
md: "h-9 px-4 text-sm has-[[data-icon=inline-end]]:pr-3 has-[[data-icon=inline-start]]:pl-3 [&_svg]:size-4";
|
|
21
|
+
lg: "h-10 px-5 text-base has-[[data-icon=inline-end]]:pr-4 has-[[data-icon=inline-start]]:pl-4 [&_svg]:size-5";
|
|
22
|
+
xl: "h-12 px-6 text-base has-[[data-icon=inline-end]]:pr-5 has-[[data-icon=inline-start]]:pl-5 [&_svg]:size-5";
|
|
23
23
|
};
|
|
24
24
|
square: {
|
|
25
|
-
true:
|
|
26
|
-
false:
|
|
25
|
+
true: "";
|
|
26
|
+
false: "";
|
|
27
27
|
};
|
|
28
28
|
block: {
|
|
29
|
-
true:
|
|
29
|
+
true: "w-full";
|
|
30
30
|
};
|
|
31
|
-
}, undefined, import("tailwind-variants").
|
|
31
|
+
}, undefined, import("tailwind-variants").TVReturnTypeLike<{
|
|
32
32
|
size: {
|
|
33
|
-
xs:
|
|
34
|
-
sm:
|
|
35
|
-
md:
|
|
36
|
-
lg:
|
|
37
|
-
xl:
|
|
33
|
+
xs: "h-7 gap-1.5 px-2 text-xs has-[[data-icon=inline-end]]:pr-1.5 has-[[data-icon=inline-start]]:pl-1.5 [&_svg]:size-3.5";
|
|
34
|
+
sm: "h-8 px-3 text-sm has-[[data-icon=inline-end]]:pr-2 has-[[data-icon=inline-start]]:pl-2 [&_svg]:size-4";
|
|
35
|
+
md: "h-9 px-4 text-sm has-[[data-icon=inline-end]]:pr-3 has-[[data-icon=inline-start]]:pl-3 [&_svg]:size-4";
|
|
36
|
+
lg: "h-10 px-5 text-base has-[[data-icon=inline-end]]:pr-4 has-[[data-icon=inline-start]]:pl-4 [&_svg]:size-5";
|
|
37
|
+
xl: "h-12 px-6 text-base has-[[data-icon=inline-end]]:pr-5 has-[[data-icon=inline-start]]:pl-5 [&_svg]:size-5";
|
|
38
38
|
};
|
|
39
39
|
square: {
|
|
40
|
-
true:
|
|
41
|
-
false:
|
|
40
|
+
true: "";
|
|
41
|
+
false: "";
|
|
42
42
|
};
|
|
43
43
|
block: {
|
|
44
|
-
true:
|
|
44
|
+
true: "w-full";
|
|
45
45
|
};
|
|
46
|
-
}, undefined
|
|
46
|
+
}, undefined>>;
|
|
47
47
|
export type ToggleVariants = Parameters<typeof toggleTheme>[0];
|
|
48
48
|
export declare const toggleGroupTheme: import("tailwind-variants").TVReturnType<{
|
|
49
49
|
variant: {
|
|
@@ -93,7 +93,7 @@ export declare const toggleGroupTheme: import("tailwind-variants").TVReturnType<
|
|
|
93
93
|
}, {
|
|
94
94
|
root: string;
|
|
95
95
|
item: string;
|
|
96
|
-
}, import("tailwind-variants").
|
|
96
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
97
97
|
variant: {
|
|
98
98
|
joined: {
|
|
99
99
|
item: string;
|
|
@@ -117,6 +117,6 @@ export declare const toggleGroupTheme: import("tailwind-variants").TVReturnType<
|
|
|
117
117
|
}, {
|
|
118
118
|
root: string;
|
|
119
119
|
item: string;
|
|
120
|
-
}
|
|
120
|
+
}>>;
|
|
121
121
|
export type ToggleGroupSlots = keyof ReturnType<typeof toggleGroupTheme>;
|
|
122
122
|
export type ToggleGroupVariant = 'joined' | 'plain';
|
package/dist/theme/toolbar.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ export declare const toolbarTheme: import("tailwind-variants").TVReturnType<{
|
|
|
34
34
|
}, {
|
|
35
35
|
root: string;
|
|
36
36
|
separator: string;
|
|
37
|
-
}, import("tailwind-variants").
|
|
37
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
38
38
|
orientation: {
|
|
39
39
|
horizontal: {
|
|
40
40
|
separator: string;
|
|
@@ -52,5 +52,5 @@ export declare const toolbarTheme: import("tailwind-variants").TVReturnType<{
|
|
|
52
52
|
}, {
|
|
53
53
|
root: string;
|
|
54
54
|
separator: string;
|
|
55
|
-
}
|
|
55
|
+
}>>;
|
|
56
56
|
export type ToolbarSlots = keyof ReturnType<typeof toolbarTheme>;
|
package/dist/theme/tooltip.d.ts
CHANGED
|
@@ -25,8 +25,8 @@ export declare const tooltipTheme: import("tailwind-variants").TVReturnType<{
|
|
|
25
25
|
} | {}, {
|
|
26
26
|
content: string;
|
|
27
27
|
arrow: string;
|
|
28
|
-
}, import("tailwind-variants").
|
|
28
|
+
}, import("tailwind-variants").TVReturnTypeLike<unknown, {
|
|
29
29
|
content: string;
|
|
30
30
|
arrow: string;
|
|
31
|
-
}
|
|
31
|
+
}>>;
|
|
32
32
|
export type TooltipSlots = keyof ReturnType<typeof tooltipTheme>;
|
package/dist/theme/tree.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ export declare const treeTheme: import("tailwind-variants").TVReturnType<{
|
|
|
40
40
|
icon: string;
|
|
41
41
|
label: string;
|
|
42
42
|
count: string;
|
|
43
|
-
}, import("tailwind-variants").
|
|
43
|
+
}, import("tailwind-variants").TVReturnTypeLike<{
|
|
44
44
|
size: {
|
|
45
45
|
sm: {
|
|
46
46
|
item: string;
|
|
@@ -61,5 +61,5 @@ export declare const treeTheme: import("tailwind-variants").TVReturnType<{
|
|
|
61
61
|
icon: string;
|
|
62
62
|
label: string;
|
|
63
63
|
count: string;
|
|
64
|
-
}
|
|
64
|
+
}>>;
|
|
65
65
|
export type TreeSlots = keyof ReturnType<typeof treeTheme>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iryx-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.18.
|
|
4
|
+
"version": "0.18.2",
|
|
5
5
|
"description": "A Vue 3 component library built on Reka UI and Tailwind CSS v4.",
|
|
6
6
|
"author": "therok1",
|
|
7
7
|
"license": "MIT",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@nuxt/kit": "^4.4.8",
|
|
58
58
|
"reka-ui": "~2.10.3",
|
|
59
59
|
"tailwind-merge": "^3.6.0",
|
|
60
|
-
"tailwind-variants": "^3.
|
|
60
|
+
"tailwind-variants": "^3.3.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"typescript": "^6.0.3",
|
|
68
68
|
"vite": "^8.0.16",
|
|
69
69
|
"vitest": "^4.1.8",
|
|
70
|
-
"vue": "^3.5.
|
|
70
|
+
"vue": "^3.5.42",
|
|
71
71
|
"vue-tsc": "^3.3.4"
|
|
72
72
|
}
|
|
73
73
|
}
|