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.
Files changed (73) hide show
  1. package/dist/components/AppShell.vue.d.ts +1 -1
  2. package/dist/components/Select.vue.d.ts +2 -0
  3. package/dist/components/Select.vue_vue_type_script_setup_true_lang.js +9 -5
  4. package/dist/theme/accordion.d.ts +2 -2
  5. package/dist/theme/alert.d.ts +2 -2
  6. package/dist/theme/app-shell.d.ts +2 -2
  7. package/dist/theme/auth-providers.d.ts +2 -2
  8. package/dist/theme/avatar.d.ts +4 -4
  9. package/dist/theme/badge.d.ts +2 -2
  10. package/dist/theme/banner.d.ts +2 -2
  11. package/dist/theme/bar-chart.d.ts +2 -2
  12. package/dist/theme/breadcrumb.d.ts +2 -2
  13. package/dist/theme/button-group.d.ts +11 -11
  14. package/dist/theme/button.d.ts +38 -38
  15. package/dist/theme/calendar.d.ts +2 -2
  16. package/dist/theme/card.d.ts +2 -2
  17. package/dist/theme/chart-legend.d.ts +2 -2
  18. package/dist/theme/checkbox.d.ts +2 -2
  19. package/dist/theme/collapsible.d.ts +2 -2
  20. package/dist/theme/color-picker.d.ts +2 -2
  21. package/dist/theme/combobox.d.ts +2 -2
  22. package/dist/theme/command-palette.d.ts +2 -2
  23. package/dist/theme/container.d.ts +2 -2
  24. package/dist/theme/date-field.d.ts +2 -2
  25. package/dist/theme/date-picker.d.ts +2 -2
  26. package/dist/theme/dialog.d.ts +2 -2
  27. package/dist/theme/donut-chart.d.ts +2 -2
  28. package/dist/theme/drawer.d.ts +2 -2
  29. package/dist/theme/dropdown-menu.d.ts +2 -2
  30. package/dist/theme/editable.d.ts +2 -2
  31. package/dist/theme/empty-state.d.ts +2 -2
  32. package/dist/theme/file-upload.d.ts +2 -2
  33. package/dist/theme/form.d.ts +2 -2
  34. package/dist/theme/hover-card.d.ts +2 -2
  35. package/dist/theme/input.d.ts +19 -19
  36. package/dist/theme/kbd.d.ts +2 -2
  37. package/dist/theme/label.d.ts +5 -5
  38. package/dist/theme/line-chart.d.ts +2 -2
  39. package/dist/theme/menubar.d.ts +2 -2
  40. package/dist/theme/navigation-menu.d.ts +2 -2
  41. package/dist/theme/number-input.d.ts +2 -2
  42. package/dist/theme/page-header.d.ts +2 -2
  43. package/dist/theme/pagination.d.ts +2 -2
  44. package/dist/theme/password-input.d.ts +2 -2
  45. package/dist/theme/pin-input.d.ts +2 -2
  46. package/dist/theme/popover.d.ts +2 -2
  47. package/dist/theme/progress.d.ts +2 -2
  48. package/dist/theme/radio-group.d.ts +2 -2
  49. package/dist/theme/scroll-area.d.ts +2 -2
  50. package/dist/theme/scroll-fade.d.ts +2 -2
  51. package/dist/theme/select.d.ts +2 -2
  52. package/dist/theme/select.js +1 -1
  53. package/dist/theme/separator.d.ts +2 -2
  54. package/dist/theme/sidebar.d.ts +2 -2
  55. package/dist/theme/signature-pad.d.ts +2 -2
  56. package/dist/theme/skeleton.d.ts +11 -11
  57. package/dist/theme/slider.d.ts +2 -2
  58. package/dist/theme/sparkline.d.ts +2 -2
  59. package/dist/theme/splitter.d.ts +2 -2
  60. package/dist/theme/stat.d.ts +2 -2
  61. package/dist/theme/stepper.d.ts +2 -2
  62. package/dist/theme/switch.d.ts +2 -2
  63. package/dist/theme/table.d.ts +2 -2
  64. package/dist/theme/tabs.d.ts +2 -2
  65. package/dist/theme/tags-input.d.ts +2 -2
  66. package/dist/theme/time-field.d.ts +2 -2
  67. package/dist/theme/timeline.d.ts +2 -2
  68. package/dist/theme/toast.d.ts +2 -2
  69. package/dist/theme/toggle.d.ts +28 -28
  70. package/dist/theme/toolbar.d.ts +2 -2
  71. package/dist/theme/tooltip.d.ts +2 -2
  72. package/dist/theme/tree.d.ts +2 -2
  73. 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").TVReturnType<{
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
- }, undefined, unknown, unknown, undefined>>;
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").TVReturnType<{
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
- }, undefined, unknown, unknown, undefined>>;
64
+ }>>;
65
65
  export type TimeFieldSlots = keyof ReturnType<typeof timeFieldTheme>;
@@ -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").TVReturnType<{
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
- }, undefined, unknown, unknown, undefined>>;
163
+ }>>;
164
164
  export type TimelineSlots = keyof ReturnType<typeof timelineTheme>;
@@ -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").TVReturnType<{
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
- }, undefined, unknown, unknown, undefined>>;
157
+ }>>;
158
158
  export type ToastSlots = keyof ReturnType<typeof toastTheme>;
@@ -1,49 +1,49 @@
1
1
  export declare const toggleTheme: import("tailwind-variants").TVReturnType<{
2
2
  size: {
3
- xs: string;
4
- sm: string;
5
- md: string;
6
- lg: string;
7
- xl: string;
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: string;
11
- false: string;
10
+ true: "";
11
+ false: "";
12
12
  };
13
13
  block: {
14
- true: string;
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: string;
19
- sm: string;
20
- md: string;
21
- lg: string;
22
- xl: string;
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: string;
26
- false: string;
25
+ true: "";
26
+ false: "";
27
27
  };
28
28
  block: {
29
- true: string;
29
+ true: "w-full";
30
30
  };
31
- }, undefined, import("tailwind-variants").TVReturnType<{
31
+ }, undefined, import("tailwind-variants").TVReturnTypeLike<{
32
32
  size: {
33
- xs: string;
34
- sm: string;
35
- md: string;
36
- lg: string;
37
- xl: string;
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: string;
41
- false: string;
40
+ true: "";
41
+ false: "";
42
42
  };
43
43
  block: {
44
- true: string;
44
+ true: "w-full";
45
45
  };
46
- }, 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", unknown, unknown, 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").TVReturnType<{
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
- }, undefined, unknown, unknown, undefined>>;
120
+ }>>;
121
121
  export type ToggleGroupSlots = keyof ReturnType<typeof toggleGroupTheme>;
122
122
  export type ToggleGroupVariant = 'joined' | 'plain';
@@ -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").TVReturnType<{
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
- }, undefined, unknown, unknown, undefined>>;
55
+ }>>;
56
56
  export type ToolbarSlots = keyof ReturnType<typeof toolbarTheme>;
@@ -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").TVReturnType<unknown, {
28
+ }, import("tailwind-variants").TVReturnTypeLike<unknown, {
29
29
  content: string;
30
30
  arrow: string;
31
- }, undefined, unknown, unknown, undefined>>;
31
+ }>>;
32
32
  export type TooltipSlots = keyof ReturnType<typeof tooltipTheme>;
@@ -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").TVReturnType<{
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
- }, undefined, unknown, unknown, undefined>>;
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.1",
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.2.2"
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.41",
70
+ "vue": "^3.5.42",
71
71
  "vue-tsc": "^3.3.4"
72
72
  }
73
73
  }