iryx-ui 0.16.0 → 0.17.0

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 (87) hide show
  1. package/dist/component-names.d.ts +1 -1
  2. package/dist/component-names.js +1 -1
  3. package/dist/components/Calendar.js +5 -0
  4. package/dist/components/Calendar.vue.d.ts +69 -0
  5. package/dist/components/Calendar.vue_vue_type_script_setup_true_lang.js +168 -0
  6. package/dist/components/Combobox.vue.d.ts +9 -9
  7. package/dist/components/Combobox.vue_vue_type_script_setup_true_lang.js +180 -144
  8. package/dist/components/DateField.js +5 -0
  9. package/dist/components/DateField.vue.d.ts +38 -0
  10. package/dist/components/DateField.vue_vue_type_script_setup_true_lang.js +94 -0
  11. package/dist/components/DatePicker.vue.d.ts +7 -2
  12. package/dist/components/DatePicker.vue_vue_type_script_setup_true_lang.js +73 -124
  13. package/dist/components/DateRangePicker.vue.d.ts +2 -2
  14. package/dist/components/DateRangePicker.vue_vue_type_script_setup_true_lang.js +81 -78
  15. package/dist/components/DropdownMenu.vue.d.ts +13 -6
  16. package/dist/components/DropdownMenu.vue_vue_type_script_setup_true_lang.js +28 -22
  17. package/dist/components/Editable.js +5 -0
  18. package/dist/components/Editable.vue.d.ts +81 -0
  19. package/dist/components/Editable.vue_vue_type_script_setup_true_lang.js +140 -0
  20. package/dist/components/HoverCard.js +5 -0
  21. package/dist/components/HoverCard.vue.d.ts +68 -0
  22. package/dist/components/HoverCard.vue_vue_type_script_setup_true_lang.js +79 -0
  23. package/dist/components/TagsInput.vue.d.ts +2 -2
  24. package/dist/components/TimeField.vue_vue_type_script_setup_true_lang.js +17 -14
  25. package/dist/components/index.d.ts +4 -0
  26. package/dist/components/index.js +124 -116
  27. package/dist/index.d.ts +4 -0
  28. package/dist/index.js +130 -122
  29. package/dist/theme/accordion.d.ts +0 -15
  30. package/dist/theme/alert.d.ts +0 -3
  31. package/dist/theme/avatar.d.ts +0 -3
  32. package/dist/theme/banner.d.ts +0 -6
  33. package/dist/theme/bar-chart.d.ts +0 -18
  34. package/dist/theme/breadcrumb.d.ts +0 -3
  35. package/dist/theme/calendar.d.ts +62 -0
  36. package/dist/theme/calendar.js +29 -0
  37. package/dist/theme/card.d.ts +0 -6
  38. package/dist/theme/chart-legend.d.ts +0 -3
  39. package/dist/theme/checkbox.d.ts +0 -6
  40. package/dist/theme/color-picker.d.ts +0 -6
  41. package/dist/theme/combobox.js +4 -4
  42. package/dist/theme/command-palette.d.ts +0 -6
  43. package/dist/theme/container.d.ts +0 -3
  44. package/dist/theme/container.js +3 -3
  45. package/dist/theme/date-field.d.ts +65 -0
  46. package/dist/theme/date-field.js +21 -0
  47. package/dist/theme/date-picker.d.ts +0 -195
  48. package/dist/theme/date-picker.js +2 -24
  49. package/dist/theme/donut-chart.d.ts +0 -18
  50. package/dist/theme/dropdown-menu.d.ts +3 -0
  51. package/dist/theme/dropdown-menu.js +1 -0
  52. package/dist/theme/editable.d.ts +77 -0
  53. package/dist/theme/editable.js +26 -0
  54. package/dist/theme/empty-state.d.ts +0 -3
  55. package/dist/theme/file-upload.d.ts +0 -39
  56. package/dist/theme/hover-card.d.ts +92 -0
  57. package/dist/theme/hover-card.js +28 -0
  58. package/dist/theme/index.d.ts +4 -0
  59. package/dist/theme/input.d.ts +0 -18
  60. package/dist/theme/kbd.d.ts +0 -3
  61. package/dist/theme/line-chart.d.ts +0 -18
  62. package/dist/theme/navigation-menu.d.ts +0 -48
  63. package/dist/theme/number-input.d.ts +0 -3
  64. package/dist/theme/page-header.d.ts +0 -3
  65. package/dist/theme/password-input.d.ts +0 -23
  66. package/dist/theme/pin-input.d.ts +0 -3
  67. package/dist/theme/popover.d.ts +0 -6
  68. package/dist/theme/progress.d.ts +0 -51
  69. package/dist/theme/scroll-area.d.ts +0 -3
  70. package/dist/theme/separator.d.ts +0 -3
  71. package/dist/theme/sidebar.d.ts +0 -54
  72. package/dist/theme/skeleton.d.ts +0 -3
  73. package/dist/theme/skeleton.js +1 -1
  74. package/dist/theme/slider.d.ts +0 -6
  75. package/dist/theme/sparkline.d.ts +0 -11
  76. package/dist/theme/splitter.d.ts +0 -3
  77. package/dist/theme/stat.d.ts +0 -12
  78. package/dist/theme/stat.js +2 -2
  79. package/dist/theme/switch.d.ts +0 -6
  80. package/dist/theme/table.d.ts +0 -39
  81. package/dist/theme/tabs.d.ts +0 -12
  82. package/dist/theme/time-field.d.ts +0 -3
  83. package/dist/theme/timeline.d.ts +0 -18
  84. package/dist/theme/toast.d.ts +0 -3
  85. package/dist/theme/toggle.d.ts +0 -23
  86. package/dist/theme/tree.d.ts +0 -3
  87. package/package.json +1 -1
@@ -8,6 +8,7 @@ export * from './bar-chart';
8
8
  export * from './breadcrumb';
9
9
  export * from './button';
10
10
  export * from './button-group';
11
+ export * from './calendar';
11
12
  export * from './card';
12
13
  export * from './chart-legend';
13
14
  export * from './checkbox';
@@ -16,13 +17,16 @@ export * from './color-picker';
16
17
  export * from './combobox';
17
18
  export * from './command-palette';
18
19
  export * from './container';
20
+ export * from './date-field';
19
21
  export * from './date-picker';
20
22
  export * from './dialog';
21
23
  export * from './donut-chart';
22
24
  export * from './drawer';
23
25
  export * from './dropdown-menu';
26
+ export * from './editable';
24
27
  export * from './empty-state';
25
28
  export * from './file-upload';
29
+ export * from './hover-card';
26
30
  export * from './input';
27
31
  export * from './kbd';
28
32
  export * from './label';
@@ -1,11 +1,5 @@
1
1
  /** Shared field chrome for Input, Textarea and the Select trigger. */
2
2
  export declare const fieldBase = "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";
3
- /**
4
- * The chrome lives on `root`, not on the `<input>`, so leading and trailing
5
- * content can take real space in a flex row. Reserving room with padding
6
- * instead would mean guessing the width of arbitrary slot content, and long
7
- * values would slide underneath it.
8
- */
9
3
  export declare const inputTheme: import("tailwind-variants").TVReturnType<{
10
4
  size: {
11
5
  sm: {
@@ -94,10 +88,6 @@ export declare const textareaTheme: import("tailwind-variants").TVReturnType<{
94
88
  invalid: {
95
89
  true: string;
96
90
  };
97
- /**
98
- * The measured height is the whole point, so drop the size variant's
99
- * `min-h` floor and the drag handle that would fight it.
100
- */
101
91
  autosize: {
102
92
  true: string;
103
93
  };
@@ -110,10 +100,6 @@ export declare const textareaTheme: import("tailwind-variants").TVReturnType<{
110
100
  invalid: {
111
101
  true: string;
112
102
  };
113
- /**
114
- * The measured height is the whole point, so drop the size variant's
115
- * `min-h` floor and the drag handle that would fight it.
116
- */
117
103
  autosize: {
118
104
  true: string;
119
105
  };
@@ -126,10 +112,6 @@ export declare const textareaTheme: import("tailwind-variants").TVReturnType<{
126
112
  invalid: {
127
113
  true: string;
128
114
  };
129
- /**
130
- * The measured height is the whole point, so drop the size variant's
131
- * `min-h` floor and the drag handle that would fight it.
132
- */
133
115
  autosize: {
134
116
  true: string;
135
117
  };
@@ -19,7 +19,6 @@ export declare const kbdTheme: import("tailwind-variants").TVReturnType<{
19
19
  }, {
20
20
  root: string;
21
21
  key: string;
22
- /** The `+` between chips. Punctuation, so it is hidden from readers. */
23
22
  separator: string;
24
23
  }, undefined, {
25
24
  size: {
@@ -42,7 +41,6 @@ export declare const kbdTheme: import("tailwind-variants").TVReturnType<{
42
41
  }, {
43
42
  root: string;
44
43
  key: string;
45
- /** The `+` between chips. Punctuation, so it is hidden from readers. */
46
44
  separator: string;
47
45
  }, import("tailwind-variants").TVReturnType<{
48
46
  size: {
@@ -65,7 +63,6 @@ export declare const kbdTheme: import("tailwind-variants").TVReturnType<{
65
63
  }, {
66
64
  root: string;
67
65
  key: string;
68
- /** The `+` between chips. Punctuation, so it is hidden from readers. */
69
66
  separator: string;
70
67
  }, undefined, unknown, unknown, undefined>>;
71
68
  export type KbdSlots = keyof ReturnType<typeof kbdTheme>;
@@ -42,11 +42,6 @@ export declare const lineChartTheme: import("tailwind-variants").TVReturnType<{
42
42
  };
43
43
  } | {}, {
44
44
  root: string;
45
- /**
46
- * The tooltip's coordinates come from the SVG, so the SVG has to be its
47
- * positioning context. Anchoring to the root instead shifts it up by the
48
- * height of anything above the plot — the legend, most obviously.
49
- */
50
45
  plot: string;
51
46
  svg: string;
52
47
  grid: string;
@@ -56,7 +51,6 @@ export declare const lineChartTheme: import("tailwind-variants").TVReturnType<{
56
51
  area: string;
57
52
  crosshair: string;
58
53
  marker: string;
59
- /** Keeps the marker legible where it sits on top of the line. */
60
54
  markerRing: string;
61
55
  hit: string;
62
56
  tooltip: string;
@@ -86,11 +80,6 @@ export declare const lineChartTheme: import("tailwind-variants").TVReturnType<{
86
80
  };
87
81
  } | {}, {
88
82
  root: string;
89
- /**
90
- * The tooltip's coordinates come from the SVG, so the SVG has to be its
91
- * positioning context. Anchoring to the root instead shifts it up by the
92
- * height of anything above the plot — the legend, most obviously.
93
- */
94
83
  plot: string;
95
84
  svg: string;
96
85
  grid: string;
@@ -100,7 +89,6 @@ export declare const lineChartTheme: import("tailwind-variants").TVReturnType<{
100
89
  area: string;
101
90
  crosshair: string;
102
91
  marker: string;
103
- /** Keeps the marker legible where it sits on top of the line. */
104
92
  markerRing: string;
105
93
  hit: string;
106
94
  tooltip: string;
@@ -109,11 +97,6 @@ export declare const lineChartTheme: import("tailwind-variants").TVReturnType<{
109
97
  table: string;
110
98
  }, import("tailwind-variants").TVReturnType<unknown, {
111
99
  root: string;
112
- /**
113
- * The tooltip's coordinates come from the SVG, so the SVG has to be its
114
- * positioning context. Anchoring to the root instead shifts it up by the
115
- * height of anything above the plot — the legend, most obviously.
116
- */
117
100
  plot: string;
118
101
  svg: string;
119
102
  grid: string;
@@ -123,7 +106,6 @@ export declare const lineChartTheme: import("tailwind-variants").TVReturnType<{
123
106
  area: string;
124
107
  crosshair: string;
125
108
  marker: string;
126
- /** Keeps the marker legible where it sits on top of the line. */
127
109
  markerRing: string;
128
110
  hit: string;
129
111
  tooltip: string;
@@ -11,7 +11,6 @@ export declare const navigationMenuTheme: import("tailwind-variants").TVReturnTy
11
11
  viewport: string;
12
12
  };
13
13
  };
14
- /** Panels wider than one column. Only affects the grid inside the viewport. */
15
14
  columns: {
16
15
  1: {
17
16
  content: string;
@@ -27,29 +26,14 @@ export declare const navigationMenuTheme: import("tailwind-variants").TVReturnTy
27
26
  root: string;
28
27
  list: string;
29
28
  item: string;
30
- /**
31
- * A plain link and a panel trigger share their chrome, so the two kinds of
32
- * top-level entry read as one row. `group` is here for the chevron.
33
- */
34
29
  link: string;
35
30
  triggerIcon: string;
36
- /**
37
- * Spans the root so the viewport has a stable origin; Reka's -left/-top
38
- * vars then place it against the active trigger, so this must NOT also
39
- * centre with flex — the two would fight and the panel would land off by
40
- * half its own width.
41
- */
42
31
  viewportWrapper: string;
43
32
  viewport: string;
44
- /**
45
- * Absolute inside the viewport so the viewport measures it without being
46
- * sized by it. `w-max` lets the grid decide its own width.
47
- */
48
33
  content: string;
49
34
  panelLink: string;
50
35
  panelLabel: string;
51
36
  panelDescription: string;
52
- /** Sits under the icon so a bare glyph does not float in the row. */
53
37
  panelIcon: string;
54
38
  }, undefined, {
55
39
  orientation: {
@@ -64,7 +48,6 @@ export declare const navigationMenuTheme: import("tailwind-variants").TVReturnTy
64
48
  viewport: string;
65
49
  };
66
50
  };
67
- /** Panels wider than one column. Only affects the grid inside the viewport. */
68
51
  columns: {
69
52
  1: {
70
53
  content: string;
@@ -80,29 +63,14 @@ export declare const navigationMenuTheme: import("tailwind-variants").TVReturnTy
80
63
  root: string;
81
64
  list: string;
82
65
  item: string;
83
- /**
84
- * A plain link and a panel trigger share their chrome, so the two kinds of
85
- * top-level entry read as one row. `group` is here for the chevron.
86
- */
87
66
  link: string;
88
67
  triggerIcon: string;
89
- /**
90
- * Spans the root so the viewport has a stable origin; Reka's -left/-top
91
- * vars then place it against the active trigger, so this must NOT also
92
- * centre with flex — the two would fight and the panel would land off by
93
- * half its own width.
94
- */
95
68
  viewportWrapper: string;
96
69
  viewport: string;
97
- /**
98
- * Absolute inside the viewport so the viewport measures it without being
99
- * sized by it. `w-max` lets the grid decide its own width.
100
- */
101
70
  content: string;
102
71
  panelLink: string;
103
72
  panelLabel: string;
104
73
  panelDescription: string;
105
- /** Sits under the icon so a bare glyph does not float in the row. */
106
74
  panelIcon: string;
107
75
  }, import("tailwind-variants").TVReturnType<{
108
76
  orientation: {
@@ -117,7 +85,6 @@ export declare const navigationMenuTheme: import("tailwind-variants").TVReturnTy
117
85
  viewport: string;
118
86
  };
119
87
  };
120
- /** Panels wider than one column. Only affects the grid inside the viewport. */
121
88
  columns: {
122
89
  1: {
123
90
  content: string;
@@ -133,29 +100,14 @@ export declare const navigationMenuTheme: import("tailwind-variants").TVReturnTy
133
100
  root: string;
134
101
  list: string;
135
102
  item: string;
136
- /**
137
- * A plain link and a panel trigger share their chrome, so the two kinds of
138
- * top-level entry read as one row. `group` is here for the chevron.
139
- */
140
103
  link: string;
141
104
  triggerIcon: string;
142
- /**
143
- * Spans the root so the viewport has a stable origin; Reka's -left/-top
144
- * vars then place it against the active trigger, so this must NOT also
145
- * centre with flex — the two would fight and the panel would land off by
146
- * half its own width.
147
- */
148
105
  viewportWrapper: string;
149
106
  viewport: string;
150
- /**
151
- * Absolute inside the viewport so the viewport measures it without being
152
- * sized by it. `w-max` lets the grid decide its own width.
153
- */
154
107
  content: string;
155
108
  panelLink: string;
156
109
  panelLabel: string;
157
110
  panelDescription: string;
158
- /** Sits under the icon so a bare glyph does not float in the row. */
159
111
  panelIcon: string;
160
112
  }, undefined, unknown, unknown, undefined>>;
161
113
  export type NavigationMenuSlots = keyof ReturnType<typeof navigationMenuTheme>;
@@ -18,7 +18,6 @@ export declare const numberInputTheme: import("tailwind-variants").TVReturnType<
18
18
  input: string;
19
19
  };
20
20
  };
21
- /** Leaves room for the stepper so long values can't slide under it. */
22
21
  withStepper: {
23
22
  true: {};
24
23
  };
@@ -47,7 +46,6 @@ export declare const numberInputTheme: import("tailwind-variants").TVReturnType<
47
46
  input: string;
48
47
  };
49
48
  };
50
- /** Leaves room for the stepper so long values can't slide under it. */
51
49
  withStepper: {
52
50
  true: {};
53
51
  };
@@ -76,7 +74,6 @@ export declare const numberInputTheme: import("tailwind-variants").TVReturnType<
76
74
  input: string;
77
75
  };
78
76
  };
79
- /** Leaves room for the stepper so long values can't slide under it. */
80
77
  withStepper: {
81
78
  true: {};
82
79
  };
@@ -11,7 +11,6 @@ export declare const pageHeaderTheme: import("tailwind-variants").TVReturnType<{
11
11
  heading: string;
12
12
  title: string;
13
13
  description: string;
14
- /** `shrink-0` keeps the buttons at their natural width as the title grows. */
15
14
  actions: string;
16
15
  }, undefined, {
17
16
  bordered: {
@@ -26,7 +25,6 @@ export declare const pageHeaderTheme: import("tailwind-variants").TVReturnType<{
26
25
  heading: string;
27
26
  title: string;
28
27
  description: string;
29
- /** `shrink-0` keeps the buttons at their natural width as the title grows. */
30
28
  actions: string;
31
29
  }, import("tailwind-variants").TVReturnType<{
32
30
  bordered: {
@@ -41,7 +39,6 @@ export declare const pageHeaderTheme: import("tailwind-variants").TVReturnType<{
41
39
  heading: string;
42
40
  title: string;
43
41
  description: string;
44
- /** `shrink-0` keeps the buttons at their natural width as the title grows. */
45
42
  actions: string;
46
43
  }, undefined, unknown, unknown, undefined>>;
47
44
  export type PageHeaderSlots = keyof ReturnType<typeof pageHeaderTheme>;
@@ -1,8 +1,3 @@
1
- /**
2
- * The meter's colour is the same deliberate exception `IProgress` makes: the
3
- * coloured bar *is* the reading, not decoration on a surface. Everywhere else
4
- * status colour belongs in the mark, not the chrome.
5
- */
6
1
  export declare const passwordInputTheme: import("tailwind-variants").TVReturnType<{
7
2
  score: {
8
3
  0: {};
@@ -21,16 +16,10 @@ export declare const passwordInputTheme: import("tailwind-variants").TVReturnTyp
21
16
  };
22
17
  }, {
23
18
  root: string;
24
- /**
25
- * Edge draws its own reveal eye on `input[type=password]`, and its own
26
- * clear cross once the field is revealed to `type=text`. Both would sit
27
- * beside ours, so the field shows two of each in that browser only.
28
- */
29
19
  input: string;
30
20
  toggle: string;
31
21
  meter: string;
32
22
  track: string;
33
- /** Unfilled by default; the `score` variant paints the ones below it. */
34
23
  segment: string;
35
24
  label: string;
36
25
  }, undefined, {
@@ -51,16 +40,10 @@ export declare const passwordInputTheme: import("tailwind-variants").TVReturnTyp
51
40
  };
52
41
  }, {
53
42
  root: string;
54
- /**
55
- * Edge draws its own reveal eye on `input[type=password]`, and its own
56
- * clear cross once the field is revealed to `type=text`. Both would sit
57
- * beside ours, so the field shows two of each in that browser only.
58
- */
59
43
  input: string;
60
44
  toggle: string;
61
45
  meter: string;
62
46
  track: string;
63
- /** Unfilled by default; the `score` variant paints the ones below it. */
64
47
  segment: string;
65
48
  label: string;
66
49
  }, import("tailwind-variants").TVReturnType<{
@@ -81,16 +64,10 @@ export declare const passwordInputTheme: import("tailwind-variants").TVReturnTyp
81
64
  };
82
65
  }, {
83
66
  root: string;
84
- /**
85
- * Edge draws its own reveal eye on `input[type=password]`, and its own
86
- * clear cross once the field is revealed to `type=text`. Both would sit
87
- * beside ours, so the field shows two of each in that browser only.
88
- */
89
67
  input: string;
90
68
  toggle: string;
91
69
  meter: string;
92
70
  track: string;
93
- /** Unfilled by default; the `score` variant paints the ones below it. */
94
71
  segment: string;
95
72
  label: string;
96
73
  }, undefined, unknown, unknown, undefined>>;
@@ -24,7 +24,6 @@ export declare const pinInputTheme: import("tailwind-variants").TVReturnType<{
24
24
  }, {
25
25
  root: string;
26
26
  input: string;
27
- /** Sits between two groups of cells, e.g. 123–456. */
28
27
  separator: string;
29
28
  }, undefined, {
30
29
  size: {
@@ -52,7 +51,6 @@ export declare const pinInputTheme: import("tailwind-variants").TVReturnType<{
52
51
  }, {
53
52
  root: string;
54
53
  input: string;
55
- /** Sits between two groups of cells, e.g. 123–456. */
56
54
  separator: string;
57
55
  }, import("tailwind-variants").TVReturnType<{
58
56
  size: {
@@ -80,7 +78,6 @@ export declare const pinInputTheme: import("tailwind-variants").TVReturnType<{
80
78
  }, {
81
79
  root: string;
82
80
  input: string;
83
- /** Sits between two groups of cells, e.g. 123–456. */
84
81
  separator: string;
85
82
  }, undefined, unknown, unknown, undefined>>;
86
83
  export type PinInputSlots = keyof ReturnType<typeof pinInputTheme>;
@@ -1,5 +1,4 @@
1
1
  export declare const popoverTheme: import("tailwind-variants").TVReturnType<{
2
- /** Insets the heading alone, leaving the body free to fill the panel. */
3
2
  withClose: {
4
3
  true: {
5
4
  title: string;
@@ -35,10 +34,8 @@ export declare const popoverTheme: import("tailwind-variants").TVReturnType<{
35
34
  content: string;
36
35
  arrow: string;
37
36
  close: string;
38
- /** Heading line. The only row that has to make way for the close button. */
39
37
  title: string;
40
38
  }, undefined, {
41
- /** Insets the heading alone, leaving the body free to fill the panel. */
42
39
  withClose: {
43
40
  true: {
44
41
  title: string;
@@ -74,10 +71,8 @@ export declare const popoverTheme: import("tailwind-variants").TVReturnType<{
74
71
  content: string;
75
72
  arrow: string;
76
73
  close: string;
77
- /** Heading line. The only row that has to make way for the close button. */
78
74
  title: string;
79
75
  }, import("tailwind-variants").TVReturnType<{
80
- /** Insets the heading alone, leaving the body free to fill the panel. */
81
76
  withClose: {
82
77
  true: {
83
78
  title: string;
@@ -113,7 +108,6 @@ export declare const popoverTheme: import("tailwind-variants").TVReturnType<{
113
108
  content: string;
114
109
  arrow: string;
115
110
  close: string;
116
- /** Heading line. The only row that has to make way for the close button. */
117
111
  title: string;
118
112
  }, undefined, unknown, unknown, undefined>>;
119
113
  export type PopoverSlots = keyof ReturnType<typeof popoverTheme>;
@@ -25,7 +25,6 @@ export declare const progressTheme: import("tailwind-variants").TVReturnType<{
25
25
  segment: string;
26
26
  legendSwatch: string;
27
27
  };
28
- /** Unclaimed remainder, and the fallback for a segment with no variant. */
29
28
  neutral: {
30
29
  indicator: string;
31
30
  segment: string;
@@ -43,16 +42,6 @@ export declare const progressTheme: import("tailwind-variants").TVReturnType<{
43
42
  track: string;
44
43
  };
45
44
  };
46
- /**
47
- * Unknown duration: the indicator slides back and forth instead of
48
- * tracking a value. `animate-progress-indeterminate` is defined in
49
- * theme.css so consumers get it without extra config.
50
- *
51
- * `iryx-progress-indeterminate` is a plain hook, not a utility: the
52
- * reduced-motion rule in theme.css has to park this bar rather than let
53
- * the blanket guard run it once and leave it past the end of its track,
54
- * and a Tailwind class is not something that rule can address.
55
- */
56
45
  indeterminate: {
57
46
  true: {
58
47
  indicator: string;
@@ -60,17 +49,11 @@ export declare const progressTheme: import("tailwind-variants").TVReturnType<{
60
49
  };
61
50
  }, {
62
51
  root: string;
63
- /** Only rendered when a label or value text is shown. */
64
52
  header: string;
65
53
  label: string;
66
54
  value: string;
67
55
  track: string;
68
56
  indicator: string;
69
- /**
70
- * One run of a stacked bar. Width is inline (it is data), and only the
71
- * outer edges are rounded — an inner radius would leave notches where two
72
- * segments meet and read as a gap in the data rather than a boundary.
73
- */
74
57
  segment: string;
75
58
  legend: string;
76
59
  legendItem: string;
@@ -103,7 +86,6 @@ export declare const progressTheme: import("tailwind-variants").TVReturnType<{
103
86
  segment: string;
104
87
  legendSwatch: string;
105
88
  };
106
- /** Unclaimed remainder, and the fallback for a segment with no variant. */
107
89
  neutral: {
108
90
  indicator: string;
109
91
  segment: string;
@@ -121,16 +103,6 @@ export declare const progressTheme: import("tailwind-variants").TVReturnType<{
121
103
  track: string;
122
104
  };
123
105
  };
124
- /**
125
- * Unknown duration: the indicator slides back and forth instead of
126
- * tracking a value. `animate-progress-indeterminate` is defined in
127
- * theme.css so consumers get it without extra config.
128
- *
129
- * `iryx-progress-indeterminate` is a plain hook, not a utility: the
130
- * reduced-motion rule in theme.css has to park this bar rather than let
131
- * the blanket guard run it once and leave it past the end of its track,
132
- * and a Tailwind class is not something that rule can address.
133
- */
134
106
  indeterminate: {
135
107
  true: {
136
108
  indicator: string;
@@ -138,17 +110,11 @@ export declare const progressTheme: import("tailwind-variants").TVReturnType<{
138
110
  };
139
111
  }, {
140
112
  root: string;
141
- /** Only rendered when a label or value text is shown. */
142
113
  header: string;
143
114
  label: string;
144
115
  value: string;
145
116
  track: string;
146
117
  indicator: string;
147
- /**
148
- * One run of a stacked bar. Width is inline (it is data), and only the
149
- * outer edges are rounded — an inner radius would leave notches where two
150
- * segments meet and read as a gap in the data rather than a boundary.
151
- */
152
118
  segment: string;
153
119
  legend: string;
154
120
  legendItem: string;
@@ -181,7 +147,6 @@ export declare const progressTheme: import("tailwind-variants").TVReturnType<{
181
147
  segment: string;
182
148
  legendSwatch: string;
183
149
  };
184
- /** Unclaimed remainder, and the fallback for a segment with no variant. */
185
150
  neutral: {
186
151
  indicator: string;
187
152
  segment: string;
@@ -199,16 +164,6 @@ export declare const progressTheme: import("tailwind-variants").TVReturnType<{
199
164
  track: string;
200
165
  };
201
166
  };
202
- /**
203
- * Unknown duration: the indicator slides back and forth instead of
204
- * tracking a value. `animate-progress-indeterminate` is defined in
205
- * theme.css so consumers get it without extra config.
206
- *
207
- * `iryx-progress-indeterminate` is a plain hook, not a utility: the
208
- * reduced-motion rule in theme.css has to park this bar rather than let
209
- * the blanket guard run it once and leave it past the end of its track,
210
- * and a Tailwind class is not something that rule can address.
211
- */
212
167
  indeterminate: {
213
168
  true: {
214
169
  indicator: string;
@@ -216,17 +171,11 @@ export declare const progressTheme: import("tailwind-variants").TVReturnType<{
216
171
  };
217
172
  }, {
218
173
  root: string;
219
- /** Only rendered when a label or value text is shown. */
220
174
  header: string;
221
175
  label: string;
222
176
  value: string;
223
177
  track: string;
224
178
  indicator: string;
225
- /**
226
- * One run of a stacked bar. Width is inline (it is data), and only the
227
- * outer edges are rounded — an inner radius would leave notches where two
228
- * segments meet and read as a gap in the data rather than a boundary.
229
- */
230
179
  segment: string;
231
180
  legend: string;
232
181
  legendItem: string;
@@ -17,7 +17,6 @@ export declare const scrollAreaTheme: import("tailwind-variants").TVReturnType<{
17
17
  viewport: string;
18
18
  scrollbar: string;
19
19
  thumb: string;
20
- /** Fills the square where a horizontal and a vertical bar meet. */
21
20
  corner: string;
22
21
  }, undefined, {
23
22
  orientation: {
@@ -38,7 +37,6 @@ export declare const scrollAreaTheme: import("tailwind-variants").TVReturnType<{
38
37
  viewport: string;
39
38
  scrollbar: string;
40
39
  thumb: string;
41
- /** Fills the square where a horizontal and a vertical bar meet. */
42
40
  corner: string;
43
41
  }, import("tailwind-variants").TVReturnType<{
44
42
  orientation: {
@@ -59,7 +57,6 @@ export declare const scrollAreaTheme: import("tailwind-variants").TVReturnType<{
59
57
  viewport: string;
60
58
  scrollbar: string;
61
59
  thumb: string;
62
- /** Fills the square where a horizontal and a vertical bar meet. */
63
60
  corner: string;
64
61
  }, undefined, unknown, unknown, undefined>>;
65
62
  export type ScrollAreaSlots = keyof ReturnType<typeof scrollAreaTheme>;
@@ -12,7 +12,6 @@ export declare const separatorTheme: import("tailwind-variants").TVReturnType<{
12
12
  }, {
13
13
  root: string;
14
14
  line: string;
15
- /** Only rendered when a label is provided. */
16
15
  label: string;
17
16
  }, undefined, {
18
17
  orientation: {
@@ -28,7 +27,6 @@ export declare const separatorTheme: import("tailwind-variants").TVReturnType<{
28
27
  }, {
29
28
  root: string;
30
29
  line: string;
31
- /** Only rendered when a label is provided. */
32
30
  label: string;
33
31
  }, import("tailwind-variants").TVReturnType<{
34
32
  orientation: {
@@ -44,7 +42,6 @@ export declare const separatorTheme: import("tailwind-variants").TVReturnType<{
44
42
  }, {
45
43
  root: string;
46
44
  line: string;
47
- /** Only rendered when a label is provided. */
48
45
  label: string;
49
46
  }, undefined, unknown, unknown, undefined>>;
50
47
  export type SeparatorSlots = keyof ReturnType<typeof separatorTheme>;