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
@@ -15,65 +15,69 @@ import p from "./BarChart.js";
15
15
  import m from "./Breadcrumb.js";
16
16
  import h from "./Button.js";
17
17
  import g from "./ButtonGroup.js";
18
- import _ from "./Card.js";
19
- import v from "./Checkbox.js";
20
- import y from "./Collapsible.js";
21
- import b from "./ColorPicker.js";
22
- import x from "./Combobox.js";
23
- import S from "./Kbd.js";
24
- import C from "./CommandPalette.js";
25
- import w from "./Dialog.js";
26
- import T from "./ConfirmDialog.js";
27
- import E from "./Container.js";
28
- import D from "./ContextMenu.js";
29
- import O from "./DatePicker.js";
30
- import k from "./DateRangePicker.js";
31
- import A from "./DonutChart.js";
32
- import j from "./DropdownMenu.js";
33
- import M from "./EmptyState.js";
34
- import N from "./FileUpload.js";
35
- import P from "./Form.js";
36
- import F from "./Label.js";
37
- import I from "./FormField.js";
38
- import L from "./Input.js";
39
- import R from "./LineChart.js";
40
- import z from "./Menubar.js";
41
- import B from "./NavigationMenu.js";
42
- import V from "./NumberInput.js";
43
- import H from "./PageHeader.js";
44
- import U from "./Pagination.js";
45
- import W from "./PasswordInput.js";
46
- import G from "./PinInput.js";
47
- import K from "./Popover.js";
48
- import q from "./Progress.js";
49
- import J from "./RadioGroup.js";
50
- import Y from "./ScrollArea.js";
51
- import X from "./ScrollFade.js";
52
- import Z from "./Select.js";
53
- import Q from "./Separator.js";
54
- import $ from "./Sidebar.js";
55
- import ee from "./SignaturePad.js";
56
- import te from "./Skeleton.js";
57
- import ne from "./Slider.js";
58
- import re from "./Sparkline.js";
59
- import ie from "./Splitter.js";
60
- import ae from "./Stat.js";
61
- import oe from "./Stepper.js";
62
- import se from "./Switch.js";
63
- import ce from "./Table.js";
64
- import le from "./Tabs.js";
65
- import ue from "./TagsInput.js";
66
- import de from "./Textarea.js";
67
- import fe from "./TimeField.js";
68
- import pe from "./Timeline.js";
69
- import me from "./Toaster.js";
70
- import he from "./Toggle.js";
71
- import ge from "./ToggleGroup.js";
72
- import _e from "./Toolbar.js";
73
- import ve from "./Tooltip.js";
74
- import ye from "./Tree.js";
18
+ import _ from "./Calendar.js";
19
+ import v from "./Card.js";
20
+ import y from "./Checkbox.js";
21
+ import b from "./Collapsible.js";
22
+ import x from "./ColorPicker.js";
23
+ import S from "./Combobox.js";
24
+ import C from "./Kbd.js";
25
+ import w from "./CommandPalette.js";
26
+ import T from "./Dialog.js";
27
+ import E from "./ConfirmDialog.js";
28
+ import D from "./Container.js";
29
+ import O from "./ContextMenu.js";
30
+ import k from "./DateField.js";
31
+ import A from "./DatePicker.js";
32
+ import j from "./DateRangePicker.js";
33
+ import M from "./DonutChart.js";
34
+ import N from "./DropdownMenu.js";
35
+ import P from "./Editable.js";
36
+ import F from "./EmptyState.js";
37
+ import I from "./FileUpload.js";
38
+ import L from "./Form.js";
39
+ import R from "./Label.js";
40
+ import z from "./FormField.js";
41
+ import B from "./HoverCard.js";
42
+ import V from "./Input.js";
43
+ import H from "./LineChart.js";
44
+ import U from "./Menubar.js";
45
+ import W from "./NavigationMenu.js";
46
+ import G from "./NumberInput.js";
47
+ import K from "./PageHeader.js";
48
+ import q from "./Pagination.js";
49
+ import J from "./PasswordInput.js";
50
+ import Y from "./PinInput.js";
51
+ import X from "./Popover.js";
52
+ import Z from "./Progress.js";
53
+ import Q from "./RadioGroup.js";
54
+ import $ from "./ScrollArea.js";
55
+ import ee from "./ScrollFade.js";
56
+ import te from "./Select.js";
57
+ import ne from "./Separator.js";
58
+ import re from "./Sidebar.js";
59
+ import ie from "./SignaturePad.js";
60
+ import ae from "./Skeleton.js";
61
+ import oe from "./Slider.js";
62
+ import se from "./Sparkline.js";
63
+ import ce from "./Splitter.js";
64
+ import le from "./Stat.js";
65
+ import ue from "./Stepper.js";
66
+ import de from "./Switch.js";
67
+ import fe from "./Table.js";
68
+ import pe from "./Tabs.js";
69
+ import me from "./TagsInput.js";
70
+ import he from "./Textarea.js";
71
+ import ge from "./TimeField.js";
72
+ import _e from "./Timeline.js";
73
+ import ve from "./Toaster.js";
74
+ import ye from "./Toggle.js";
75
+ import be from "./ToggleGroup.js";
76
+ import xe from "./Toolbar.js";
77
+ import Se from "./Tooltip.js";
78
+ import Ce from "./Tree.js";
75
79
  //#region src/components/index.ts
76
- var be = /* @__PURE__ */ e({
80
+ var we = /* @__PURE__ */ e({
77
81
  Accordion: () => n,
78
82
  Alert: () => r,
79
83
  App: () => i,
@@ -87,66 +91,70 @@ var be = /* @__PURE__ */ e({
87
91
  Breadcrumb: () => m,
88
92
  Button: () => h,
89
93
  ButtonGroup: () => g,
90
- Card: () => _,
94
+ Calendar: () => _,
95
+ Card: () => v,
91
96
  ChartLegend: () => f,
92
- Checkbox: () => v,
93
- Collapsible: () => y,
94
- ColorPicker: () => b,
95
- Combobox: () => x,
96
- CommandPalette: () => C,
97
- ConfirmDialog: () => T,
98
- Container: () => E,
99
- ContextMenu: () => D,
100
- DatePicker: () => O,
101
- DateRangePicker: () => k,
102
- Dialog: () => w,
103
- DonutChart: () => A,
97
+ Checkbox: () => y,
98
+ Collapsible: () => b,
99
+ ColorPicker: () => x,
100
+ Combobox: () => S,
101
+ CommandPalette: () => w,
102
+ ConfirmDialog: () => E,
103
+ Container: () => D,
104
+ ContextMenu: () => O,
105
+ DateField: () => k,
106
+ DatePicker: () => A,
107
+ DateRangePicker: () => j,
108
+ Dialog: () => T,
109
+ DonutChart: () => M,
104
110
  Drawer: () => a,
105
- DropdownMenu: () => j,
106
- EmptyState: () => M,
107
- FileUpload: () => N,
108
- Form: () => P,
109
- FormField: () => I,
111
+ DropdownMenu: () => N,
112
+ Editable: () => P,
113
+ EmptyState: () => F,
114
+ FileUpload: () => I,
115
+ Form: () => L,
116
+ FormField: () => z,
117
+ HoverCard: () => B,
110
118
  Icon: () => t,
111
- Input: () => L,
112
- Kbd: () => S,
113
- Label: () => F,
114
- LineChart: () => R,
115
- Menubar: () => z,
116
- NavigationMenu: () => B,
117
- NumberInput: () => V,
118
- PageHeader: () => H,
119
- Pagination: () => U,
120
- PasswordInput: () => W,
121
- PinInput: () => G,
122
- Popover: () => K,
123
- Progress: () => q,
124
- RadioGroup: () => J,
125
- ScrollArea: () => Y,
126
- ScrollFade: () => X,
127
- Select: () => Z,
128
- Separator: () => Q,
129
- Sidebar: () => $,
130
- SignaturePad: () => ee,
131
- Skeleton: () => te,
132
- Slider: () => ne,
133
- Sparkline: () => re,
134
- Splitter: () => ie,
135
- Stat: () => ae,
136
- Stepper: () => oe,
137
- Switch: () => se,
138
- Table: () => ce,
139
- Tabs: () => le,
140
- TagsInput: () => ue,
141
- Textarea: () => de,
142
- TimeField: () => fe,
143
- Timeline: () => pe,
144
- Toaster: () => me,
145
- Toggle: () => he,
146
- ToggleGroup: () => ge,
147
- Toolbar: () => _e,
148
- Tooltip: () => ve,
149
- Tree: () => ye
119
+ Input: () => V,
120
+ Kbd: () => C,
121
+ Label: () => R,
122
+ LineChart: () => H,
123
+ Menubar: () => U,
124
+ NavigationMenu: () => W,
125
+ NumberInput: () => G,
126
+ PageHeader: () => K,
127
+ Pagination: () => q,
128
+ PasswordInput: () => J,
129
+ PinInput: () => Y,
130
+ Popover: () => X,
131
+ Progress: () => Z,
132
+ RadioGroup: () => Q,
133
+ ScrollArea: () => $,
134
+ ScrollFade: () => ee,
135
+ Select: () => te,
136
+ Separator: () => ne,
137
+ Sidebar: () => re,
138
+ SignaturePad: () => ie,
139
+ Skeleton: () => ae,
140
+ Slider: () => oe,
141
+ Sparkline: () => se,
142
+ Splitter: () => ce,
143
+ Stat: () => le,
144
+ Stepper: () => ue,
145
+ Switch: () => de,
146
+ Table: () => fe,
147
+ Tabs: () => pe,
148
+ TagsInput: () => me,
149
+ Textarea: () => he,
150
+ TimeField: () => ge,
151
+ Timeline: () => _e,
152
+ Toaster: () => ve,
153
+ Toggle: () => ye,
154
+ ToggleGroup: () => be,
155
+ Toolbar: () => xe,
156
+ Tooltip: () => Se,
157
+ Tree: () => Ce
150
158
  });
151
159
  //#endregion
152
- export { be as components_exports };
160
+ export { we as components_exports };
package/dist/index.d.ts CHANGED
@@ -14,6 +14,7 @@ export type { BarChartDatum, BarChartProps } from './components/BarChart.vue';
14
14
  export type { BreadcrumbItem, BreadcrumbProps } from './components/Breadcrumb.vue';
15
15
  export type { ButtonProps } from './components/Button.vue';
16
16
  export type { ButtonGroupProps } from './components/ButtonGroup.vue';
17
+ export type { CalendarProps } from './components/Calendar.vue';
17
18
  export type { CardProps } from './components/Card.vue';
18
19
  export type { ChartLegendProps } from './components/ChartLegend.vue';
19
20
  export type { CheckboxProps } from './components/Checkbox.vue';
@@ -24,16 +25,19 @@ export type { CommandPaletteProps } from './components/CommandPalette.vue';
24
25
  export type { ConfirmDialogProps } from './components/ConfirmDialog.vue';
25
26
  export type { ContainerProps } from './components/Container.vue';
26
27
  export type { ContextMenuProps } from './components/ContextMenu.vue';
28
+ export type { DateFieldProps } from './components/DateField.vue';
27
29
  export type { DatePickerProps } from './components/DatePicker.vue';
28
30
  export type { DateRange, DateRangePickerProps } from './components/DateRangePicker.vue';
29
31
  export type { DialogProps } from './components/Dialog.vue';
30
32
  export type { DonutChartDatum, DonutChartProps } from './components/DonutChart.vue';
31
33
  export type { DrawerProps, DrawerSide, DrawerSnapPoint } from './components/Drawer.vue';
32
34
  export type { DropdownMenuProps } from './components/DropdownMenu.vue';
35
+ export type { EditableProps } from './components/Editable.vue';
33
36
  export type { EmptyStateProps } from './components/EmptyState.vue';
34
37
  export type { FileRejection, FileUploadProps } from './components/FileUpload.vue';
35
38
  export type { FormProps } from './components/Form.vue';
36
39
  export type { FormFieldProps } from './components/FormField.vue';
40
+ export type { HoverCardProps } from './components/HoverCard.vue';
37
41
  export type { IconProps } from './components/Icon.vue';
38
42
  export type { InputProps } from './components/Input.vue';
39
43
  export type { KbdProps } from './components/Kbd.vue';
package/dist/index.js CHANGED
@@ -36,125 +36,133 @@ import { buttonTheme as re } from "./theme/button.js";
36
36
  import ie from "./components/Button.js";
37
37
  import { buttonGroupTheme as ae } from "./theme/button-group.js";
38
38
  import oe from "./components/ButtonGroup.js";
39
- import { cardTheme as se } from "./theme/card.js";
40
- import ce from "./components/Card.js";
41
- import { checkboxTheme as le } from "./theme/checkbox.js";
42
- import ue from "./components/Checkbox.js";
43
- import { collapsibleTheme as de } from "./theme/collapsible.js";
44
- import fe from "./components/Collapsible.js";
45
- import { fieldBase as pe, inputTheme as me, textareaTheme as he } from "./theme/input.js";
46
- import { colorPickerTheme as ge } from "./theme/color-picker.js";
47
- import _e from "./components/ColorPicker.js";
48
- import { formContextKey as ve, formFieldContextKey as ye, getByPath as be, isStandardSchema as xe, issuePath as Se, useForm as Ce, useFormField as we } from "./composables/form.js";
49
- import { comboboxTheme as Te } from "./theme/combobox.js";
50
- import Ee from "./components/Combobox.js";
51
- import { isApplePlatform as De, parseHotkey as Oe, useApplePlatform as ke } from "./composables/kbd.js";
52
- import { commandHaystack as Ae, isCommandGroup as je, matchesHotkey as Me, toCommandGroups as Ne } from "./composables/command-palette.js";
53
- import { commandPaletteTheme as Pe } from "./theme/command-palette.js";
54
- import { kbdTheme as Fe } from "./theme/kbd.js";
55
- import Ie from "./components/Kbd.js";
56
- import Le from "./components/CommandPalette.js";
57
- import { resolveConfirm as Re, useConfirm as ze, useConfirmState as Be } from "./composables/confirm.js";
58
- import { dialogTheme as Ve } from "./theme/dialog.js";
59
- import He from "./components/Dialog.js";
60
- import Ue from "./components/ConfirmDialog.js";
61
- import { containerTheme as We } from "./theme/container.js";
62
- import Ge from "./components/Container.js";
63
- import { dropdownMenuTheme as Ke } from "./theme/dropdown-menu.js";
64
- import { isSeparator as qe, isSubmenu as Je } from "./composables/dropdown-menu.js";
65
- import Ye from "./components/ContextMenu.js";
66
- import { CalendarDate as Xe, Time as Ze, formatIsoDate as Qe, isoToday as $e, toCalendarDate as et, toIsoDate as tt, toIsoTime as nt, toTime as rt } from "./composables/date.js";
67
- import { datePickerTheme as it } from "./theme/date-picker.js";
68
- import at from "./components/DatePicker.js";
69
- import ot from "./components/DateRangePicker.js";
70
- import { donutChartTheme as st } from "./theme/donut-chart.js";
71
- import ct from "./components/DonutChart.js";
72
- import lt from "./components/DropdownMenu.js";
73
- import { emptyStateTheme as ut } from "./theme/empty-state.js";
74
- import dt from "./components/EmptyState.js";
75
- import { fileUploadTheme as ft } from "./theme/file-upload.js";
76
- import pt from "./components/FileUpload.js";
77
- import mt from "./components/Form.js";
78
- import { labelTheme as ht } from "./theme/label.js";
79
- import gt from "./components/Label.js";
80
- import _t from "./components/FormField.js";
81
- import vt from "./components/Input.js";
82
- import { lineChartTheme as yt } from "./theme/line-chart.js";
83
- import bt from "./components/LineChart.js";
84
- import { menubarTheme as xt } from "./theme/menubar.js";
85
- import St from "./components/Menubar.js";
86
- import { isNavigationGroup as Ct } from "./composables/navigation-menu.js";
87
- import { navigationMenuTheme as wt } from "./theme/navigation-menu.js";
88
- import Tt from "./components/NavigationMenu.js";
89
- import { addDecimals as Et, clampDecimal as Dt, compareDecimals as Ot, formatDecimal as kt, formatForLocale as At, isDecimal as jt, localeSeparators as Mt, parseDecimal as Nt, parseFromLocale as Pt, roundDecimal as Ft, toEditable as It } from "./composables/decimal.js";
90
- import { numberInputTheme as Lt } from "./theme/number-input.js";
91
- import Rt from "./components/NumberInput.js";
92
- import { pageHeaderTheme as zt } from "./theme/page-header.js";
93
- import Bt from "./components/PageHeader.js";
94
- import { paginationTheme as Vt } from "./theme/pagination.js";
95
- import Ht from "./components/Pagination.js";
96
- import { passwordInputTheme as Ut } from "./theme/password-input.js";
97
- import Wt from "./components/PasswordInput.js";
98
- import { pinInputTheme as Gt } from "./theme/pin-input.js";
99
- import Kt from "./components/PinInput.js";
100
- import { popoverTheme as qt } from "./theme/popover.js";
101
- import Jt from "./components/Popover.js";
102
- import { progressTheme as Yt } from "./theme/progress.js";
103
- import Xt from "./components/Progress.js";
104
- import { radioGroupTheme as Zt } from "./theme/radio-group.js";
105
- import Qt from "./components/RadioGroup.js";
106
- import { scrollAreaTheme as $t } from "./theme/scroll-area.js";
107
- import en from "./components/ScrollArea.js";
108
- import { scrollFadeMask as tn, useScrollEdges as nn } from "./composables/scroll-fade.js";
109
- import { scrollFadeTheme as rn } from "./theme/scroll-fade.js";
110
- import an from "./components/ScrollFade.js";
111
- import { selectTheme as on } from "./theme/select.js";
112
- import sn from "./components/Select.js";
113
- import { separatorTheme as cn } from "./theme/separator.js";
114
- import ln from "./components/Separator.js";
115
- import { isSidebarGroup as un, isSidebarSection as dn, toSidebarSections as fn } from "./composables/sidebar.js";
116
- import { sidebarTheme as pn } from "./theme/sidebar.js";
117
- import mn from "./components/Sidebar.js";
118
- import { hasInk as hn, strokeWidth as gn } from "./composables/signature.js";
119
- import { signaturePadTheme as _n } from "./theme/signature-pad.js";
120
- import vn from "./components/SignaturePad.js";
121
- import { skeletonTheme as yn } from "./theme/skeleton.js";
122
- import bn from "./components/Skeleton.js";
123
- import { sliderTheme as xn } from "./theme/slider.js";
124
- import Sn from "./components/Slider.js";
125
- import { sparklineTheme as Cn } from "./theme/sparkline.js";
126
- import wn from "./components/Sparkline.js";
127
- import { splitterTheme as Tn } from "./theme/splitter.js";
128
- import En from "./components/Splitter.js";
129
- import { statTheme as Dn } from "./theme/stat.js";
130
- import On from "./components/Stat.js";
131
- import { stepperTheme as kn } from "./theme/stepper.js";
132
- import An from "./components/Stepper.js";
133
- import { switchTheme as jn } from "./theme/switch.js";
134
- import Mn from "./components/Switch.js";
135
- import { getRowValue as Nn, useDataTable as Pn } from "./composables/data-table.js";
136
- import { tableTheme as Fn } from "./theme/table.js";
137
- import In from "./components/Table.js";
138
- import { tabsTheme as Ln } from "./theme/tabs.js";
139
- import Rn from "./components/Tabs.js";
140
- import { tagsInputTheme as zn } from "./theme/tags-input.js";
141
- import Bn from "./components/TagsInput.js";
142
- import Vn from "./components/Textarea.js";
143
- import { timeFieldTheme as Hn } from "./theme/time-field.js";
144
- import Un from "./components/TimeField.js";
145
- import { timelineTheme as Wn } from "./theme/timeline.js";
146
- import Gn from "./components/Timeline.js";
147
- import { useToast as Kn, useToastState as qn } from "./composables/toast.js";
148
- import { toastTheme as Jn } from "./theme/toast.js";
149
- import Yn from "./components/Toaster.js";
150
- import { toggleGroupTheme as Xn, toggleTheme as Zn } from "./theme/toggle.js";
151
- import Qn from "./components/Toggle.js";
152
- import $n from "./components/ToggleGroup.js";
153
- import { toolbarTheme as er } from "./theme/toolbar.js";
154
- import tr from "./components/Toolbar.js";
155
- import { tooltipTheme as nr } from "./theme/tooltip.js";
156
- import rr from "./components/Tooltip.js";
157
- import { treeTheme as ir } from "./theme/tree.js";
158
- import ar from "./components/Tree.js";
159
- import { IryxUi as or, createIryxUi as sr } from "./plugin.js";
160
- export { P as AXIS_GAP, s as Accordion, l as Alert, h as App, b as AppShell, x as AspectRatio, w as Avatar, T as AvatarGroup, D as Badge, k as Banner, Q as BarChart, ee as Breadcrumb, ie as Button, oe as ButtonGroup, F as CATEGORY_HEIGHT, I as CHAR_WIDTH, Xe as CalendarDate, ce as Card, Z as ChartLegend, ue as Checkbox, fe as Collapsible, _e as ColorPicker, Ee as Combobox, Le as CommandPalette, Ue as ConfirmDialog, Ge as Container, Ye as ContextMenu, at as DatePicker, ot as DateRangePicker, He as Dialog, ct as DonutChart, y as Drawer, lt as DropdownMenu, dt as EmptyState, pt as FileUpload, mt as Form, _t as FormField, o as Icon, vt as Input, or as IryxUi, Ie as Kbd, gt as Label, bt as LineChart, St as Menubar, Tt as NavigationMenu, Rt as NumberInput, Bt as PageHeader, Ht as Pagination, Wt as PasswordInput, Kt as PinInput, Jt as Popover, Xt as Progress, G as REVEAL_DURATION, Qt as RadioGroup, L as SERIES_SLOTS, en as ScrollArea, an as ScrollFade, sn as Select, ln as Separator, mn as Sidebar, vn as SignaturePad, bn as Skeleton, Sn as Slider, wn as Sparkline, En as Splitter, On as Stat, An as Stepper, Mn as Switch, R as TOP_PAD, In as Table, Rn as Tabs, Bn as TagsInput, Vn as Textarea, Ze as Time, Un as TimeField, Gn as Timeline, Yn as Toaster, Qn as Toggle, $n as ToggleGroup, tr as Toolbar, rr as Tooltip, ar as Tree, i as accordionTheme, Et as addDecimals, c as alertTheme, _ as appShellTheme, f as applyTheme, S as avatarGroupTheme, C as avatarTheme, E as badgeTheme, O as bannerTheme, Y as barChartTheme, $ as breadcrumbTheme, te as buttonGroupContextKey, ae as buttonGroupTheme, re as buttonTheme, se as cardTheme, z as cartesianLayout, X as chartLegendTheme, le as checkboxTheme, Dt as clampDecimal, B as clampTooltip, p as clearTheme, de as collapsibleTheme, ge as colorPickerTheme, Te as comboboxTheme, Ae as commandHaystack, Pe as commandPaletteTheme, Ot as compareDecimals, e as componentNames, We as containerTheme, sr as createIryxUi, it as datePickerTheme, t as defaultConfig, Ve as dialogTheme, st as donutChartTheme, v as drawerTheme, Ke as dropdownMenuTheme, ut as emptyStateTheme, A as extent, pe as fieldBase, ft as fileUploadTheme, j as finiteValues, ve as formContextKey, ye as formFieldContextKey, kt as formatDecimal, At as formatForLocale, Qe as formatIsoDate, be as getByPath, Nn as getRowValue, hn as hasInk, u as initAppearance, me as inputTheme, n as iryxUiConfigKey, De as isApplePlatform, je as isCommandGroup, jt as isDecimal, a as isIconArray, Ct as isNavigationGroup, qe as isSeparator, un as isSidebarGroup, dn as isSidebarSection, xe as isStandardSchema, Je as isSubmenu, $e as isoToday, Se as issuePath, Fe as kbdTheme, ht as labelTheme, yt as lineChartTheme, M as linearScale, Mt as localeSeparators, Me as matchesHotkey, xt as menubarTheme, wt as navigationMenuTheme, N as niceTicks, Lt as numberInputTheme, zt as pageHeaderTheme, Vt as paginationTheme, Nt as parseDecimal, Pt as parseFromLocale, Oe as parseHotkey, Ut as passwordInputTheme, Gt as pinInputTheme, qt as popoverTheme, Yt as progressTheme, Zt as radioGroupTheme, Re as resolveConfirm, Ft as roundDecimal, $t as scrollAreaTheme, tn as scrollFadeMask, rn as scrollFadeTheme, on as selectTheme, cn as separatorTheme, V as seriesColor, pn as sidebarTheme, _n as signaturePadTheme, yn as skeletonTheme, xn as sliderTheme, H as slotOf, Cn as sparklineTheme, Tn as splitterTheme, Dn as statTheme, kn as stepperTheme, gn as strokeWidth, jn as switchTheme, Fn as tableTheme, Ln as tabsTheme, zn as tagsInputTheme, he as textareaTheme, m as themes, Hn as timeFieldTheme, Wn as timelineTheme, et as toCalendarDate, Ne as toCommandGroups, It as toEditable, tt as toIsoDate, nt as toIsoTime, fn as toSidebarSections, rt as toTime, Jn as toastTheme, Xn as toggleGroupTheme, Zn as toggleTheme, er as toolbarTheme, U as tooltipHalfWidth, nr as tooltipTheme, ir as treeTheme, d as useAppearance, ke as useApplePlatform, ne as useButtonGroup, K as useChartAnimation, q as useChartProgress, J as useChartReveal, ze as useConfirm, Be as useConfirmState, Pn as useDataTable, g as useElementSize, Ce as useForm, we as useFormField, r as useIryxUiConfig, nn as useScrollEdges, Kn as useToast, qn as useToastState, W as warnOnSlotOverflow };
39
+ import { CalendarDate as se, Time as ce, formatIsoDate as le, isoToday as ue, toCalendarDate as de, toIsoDate as fe, toIsoTime as pe, toTime as me } from "./composables/date.js";
40
+ import { calendarTheme as he } from "./theme/calendar.js";
41
+ import ge from "./components/Calendar.js";
42
+ import { cardTheme as _e } from "./theme/card.js";
43
+ import ve from "./components/Card.js";
44
+ import { checkboxTheme as ye } from "./theme/checkbox.js";
45
+ import be from "./components/Checkbox.js";
46
+ import { collapsibleTheme as xe } from "./theme/collapsible.js";
47
+ import Se from "./components/Collapsible.js";
48
+ import { fieldBase as Ce, inputTheme as we, textareaTheme as Te } from "./theme/input.js";
49
+ import { colorPickerTheme as Ee } from "./theme/color-picker.js";
50
+ import De from "./components/ColorPicker.js";
51
+ import { formContextKey as Oe, formFieldContextKey as ke, getByPath as Ae, isStandardSchema as je, issuePath as Me, useForm as Ne, useFormField as Pe } from "./composables/form.js";
52
+ import { comboboxTheme as Fe } from "./theme/combobox.js";
53
+ import Ie from "./components/Combobox.js";
54
+ import { isApplePlatform as Le, parseHotkey as Re, useApplePlatform as ze } from "./composables/kbd.js";
55
+ import { commandHaystack as Be, isCommandGroup as Ve, matchesHotkey as He, toCommandGroups as Ue } from "./composables/command-palette.js";
56
+ import { commandPaletteTheme as We } from "./theme/command-palette.js";
57
+ import { kbdTheme as Ge } from "./theme/kbd.js";
58
+ import Ke from "./components/Kbd.js";
59
+ import qe from "./components/CommandPalette.js";
60
+ import { resolveConfirm as Je, useConfirm as Ye, useConfirmState as Xe } from "./composables/confirm.js";
61
+ import { dialogTheme as Ze } from "./theme/dialog.js";
62
+ import Qe from "./components/Dialog.js";
63
+ import $e from "./components/ConfirmDialog.js";
64
+ import { containerTheme as et } from "./theme/container.js";
65
+ import tt from "./components/Container.js";
66
+ import { dropdownMenuTheme as nt } from "./theme/dropdown-menu.js";
67
+ import { isSeparator as rt, isSubmenu as it } from "./composables/dropdown-menu.js";
68
+ import at from "./components/ContextMenu.js";
69
+ import { dateFieldTheme as ot } from "./theme/date-field.js";
70
+ import st from "./components/DateField.js";
71
+ import { datePickerTheme as ct } from "./theme/date-picker.js";
72
+ import lt from "./components/DatePicker.js";
73
+ import ut from "./components/DateRangePicker.js";
74
+ import { donutChartTheme as dt } from "./theme/donut-chart.js";
75
+ import ft from "./components/DonutChart.js";
76
+ import pt from "./components/DropdownMenu.js";
77
+ import { editableTheme as mt } from "./theme/editable.js";
78
+ import ht from "./components/Editable.js";
79
+ import { emptyStateTheme as gt } from "./theme/empty-state.js";
80
+ import _t from "./components/EmptyState.js";
81
+ import { fileUploadTheme as vt } from "./theme/file-upload.js";
82
+ import yt from "./components/FileUpload.js";
83
+ import bt from "./components/Form.js";
84
+ import { labelTheme as xt } from "./theme/label.js";
85
+ import St from "./components/Label.js";
86
+ import Ct from "./components/FormField.js";
87
+ import { hoverCardTheme as wt } from "./theme/hover-card.js";
88
+ import Tt from "./components/HoverCard.js";
89
+ import Et from "./components/Input.js";
90
+ import { lineChartTheme as Dt } from "./theme/line-chart.js";
91
+ import Ot from "./components/LineChart.js";
92
+ import { menubarTheme as kt } from "./theme/menubar.js";
93
+ import At from "./components/Menubar.js";
94
+ import { isNavigationGroup as jt } from "./composables/navigation-menu.js";
95
+ import { navigationMenuTheme as Mt } from "./theme/navigation-menu.js";
96
+ import Nt from "./components/NavigationMenu.js";
97
+ import { addDecimals as Pt, clampDecimal as Ft, compareDecimals as It, formatDecimal as Lt, formatForLocale as Rt, isDecimal as zt, localeSeparators as Bt, parseDecimal as Vt, parseFromLocale as Ht, roundDecimal as Ut, toEditable as Wt } from "./composables/decimal.js";
98
+ import { numberInputTheme as Gt } from "./theme/number-input.js";
99
+ import Kt from "./components/NumberInput.js";
100
+ import { pageHeaderTheme as qt } from "./theme/page-header.js";
101
+ import Jt from "./components/PageHeader.js";
102
+ import { paginationTheme as Yt } from "./theme/pagination.js";
103
+ import Xt from "./components/Pagination.js";
104
+ import { passwordInputTheme as Zt } from "./theme/password-input.js";
105
+ import Qt from "./components/PasswordInput.js";
106
+ import { pinInputTheme as $t } from "./theme/pin-input.js";
107
+ import en from "./components/PinInput.js";
108
+ import { popoverTheme as tn } from "./theme/popover.js";
109
+ import nn from "./components/Popover.js";
110
+ import { progressTheme as rn } from "./theme/progress.js";
111
+ import an from "./components/Progress.js";
112
+ import { radioGroupTheme as on } from "./theme/radio-group.js";
113
+ import sn from "./components/RadioGroup.js";
114
+ import { scrollAreaTheme as cn } from "./theme/scroll-area.js";
115
+ import ln from "./components/ScrollArea.js";
116
+ import { scrollFadeMask as un, useScrollEdges as dn } from "./composables/scroll-fade.js";
117
+ import { scrollFadeTheme as fn } from "./theme/scroll-fade.js";
118
+ import pn from "./components/ScrollFade.js";
119
+ import { selectTheme as mn } from "./theme/select.js";
120
+ import hn from "./components/Select.js";
121
+ import { separatorTheme as gn } from "./theme/separator.js";
122
+ import _n from "./components/Separator.js";
123
+ import { isSidebarGroup as vn, isSidebarSection as yn, toSidebarSections as bn } from "./composables/sidebar.js";
124
+ import { sidebarTheme as xn } from "./theme/sidebar.js";
125
+ import Sn from "./components/Sidebar.js";
126
+ import { hasInk as Cn, strokeWidth as wn } from "./composables/signature.js";
127
+ import { signaturePadTheme as Tn } from "./theme/signature-pad.js";
128
+ import En from "./components/SignaturePad.js";
129
+ import { skeletonTheme as Dn } from "./theme/skeleton.js";
130
+ import On from "./components/Skeleton.js";
131
+ import { sliderTheme as kn } from "./theme/slider.js";
132
+ import An from "./components/Slider.js";
133
+ import { sparklineTheme as jn } from "./theme/sparkline.js";
134
+ import Mn from "./components/Sparkline.js";
135
+ import { splitterTheme as Nn } from "./theme/splitter.js";
136
+ import Pn from "./components/Splitter.js";
137
+ import { statTheme as Fn } from "./theme/stat.js";
138
+ import In from "./components/Stat.js";
139
+ import { stepperTheme as Ln } from "./theme/stepper.js";
140
+ import Rn from "./components/Stepper.js";
141
+ import { switchTheme as zn } from "./theme/switch.js";
142
+ import Bn from "./components/Switch.js";
143
+ import { getRowValue as Vn, useDataTable as Hn } from "./composables/data-table.js";
144
+ import { tableTheme as Un } from "./theme/table.js";
145
+ import Wn from "./components/Table.js";
146
+ import { tabsTheme as Gn } from "./theme/tabs.js";
147
+ import Kn from "./components/Tabs.js";
148
+ import { tagsInputTheme as qn } from "./theme/tags-input.js";
149
+ import Jn from "./components/TagsInput.js";
150
+ import Yn from "./components/Textarea.js";
151
+ import { timeFieldTheme as Xn } from "./theme/time-field.js";
152
+ import Zn from "./components/TimeField.js";
153
+ import { timelineTheme as Qn } from "./theme/timeline.js";
154
+ import $n from "./components/Timeline.js";
155
+ import { useToast as er, useToastState as tr } from "./composables/toast.js";
156
+ import { toastTheme as nr } from "./theme/toast.js";
157
+ import rr from "./components/Toaster.js";
158
+ import { toggleGroupTheme as ir, toggleTheme as ar } from "./theme/toggle.js";
159
+ import or from "./components/Toggle.js";
160
+ import sr from "./components/ToggleGroup.js";
161
+ import { toolbarTheme as cr } from "./theme/toolbar.js";
162
+ import lr from "./components/Toolbar.js";
163
+ import { tooltipTheme as ur } from "./theme/tooltip.js";
164
+ import dr from "./components/Tooltip.js";
165
+ import { treeTheme as fr } from "./theme/tree.js";
166
+ import pr from "./components/Tree.js";
167
+ import { IryxUi as mr, createIryxUi as hr } from "./plugin.js";
168
+ export { P as AXIS_GAP, s as Accordion, l as Alert, h as App, b as AppShell, x as AspectRatio, w as Avatar, T as AvatarGroup, D as Badge, k as Banner, Q as BarChart, ee as Breadcrumb, ie as Button, oe as ButtonGroup, F as CATEGORY_HEIGHT, I as CHAR_WIDTH, ge as Calendar, se as CalendarDate, ve as Card, Z as ChartLegend, be as Checkbox, Se as Collapsible, De as ColorPicker, Ie as Combobox, qe as CommandPalette, $e as ConfirmDialog, tt as Container, at as ContextMenu, st as DateField, lt as DatePicker, ut as DateRangePicker, Qe as Dialog, ft as DonutChart, y as Drawer, pt as DropdownMenu, ht as Editable, _t as EmptyState, yt as FileUpload, bt as Form, Ct as FormField, Tt as HoverCard, o as Icon, Et as Input, mr as IryxUi, Ke as Kbd, St as Label, Ot as LineChart, At as Menubar, Nt as NavigationMenu, Kt as NumberInput, Jt as PageHeader, Xt as Pagination, Qt as PasswordInput, en as PinInput, nn as Popover, an as Progress, G as REVEAL_DURATION, sn as RadioGroup, L as SERIES_SLOTS, ln as ScrollArea, pn as ScrollFade, hn as Select, _n as Separator, Sn as Sidebar, En as SignaturePad, On as Skeleton, An as Slider, Mn as Sparkline, Pn as Splitter, In as Stat, Rn as Stepper, Bn as Switch, R as TOP_PAD, Wn as Table, Kn as Tabs, Jn as TagsInput, Yn as Textarea, ce as Time, Zn as TimeField, $n as Timeline, rr as Toaster, or as Toggle, sr as ToggleGroup, lr as Toolbar, dr as Tooltip, pr as Tree, i as accordionTheme, Pt as addDecimals, c as alertTheme, _ as appShellTheme, f as applyTheme, S as avatarGroupTheme, C as avatarTheme, E as badgeTheme, O as bannerTheme, Y as barChartTheme, $ as breadcrumbTheme, te as buttonGroupContextKey, ae as buttonGroupTheme, re as buttonTheme, he as calendarTheme, _e as cardTheme, z as cartesianLayout, X as chartLegendTheme, ye as checkboxTheme, Ft as clampDecimal, B as clampTooltip, p as clearTheme, xe as collapsibleTheme, Ee as colorPickerTheme, Fe as comboboxTheme, Be as commandHaystack, We as commandPaletteTheme, It as compareDecimals, e as componentNames, et as containerTheme, hr as createIryxUi, ot as dateFieldTheme, ct as datePickerTheme, t as defaultConfig, Ze as dialogTheme, dt as donutChartTheme, v as drawerTheme, nt as dropdownMenuTheme, mt as editableTheme, gt as emptyStateTheme, A as extent, Ce as fieldBase, vt as fileUploadTheme, j as finiteValues, Oe as formContextKey, ke as formFieldContextKey, Lt as formatDecimal, Rt as formatForLocale, le as formatIsoDate, Ae as getByPath, Vn as getRowValue, Cn as hasInk, wt as hoverCardTheme, u as initAppearance, we as inputTheme, n as iryxUiConfigKey, Le as isApplePlatform, Ve as isCommandGroup, zt as isDecimal, a as isIconArray, jt as isNavigationGroup, rt as isSeparator, vn as isSidebarGroup, yn as isSidebarSection, je as isStandardSchema, it as isSubmenu, ue as isoToday, Me as issuePath, Ge as kbdTheme, xt as labelTheme, Dt as lineChartTheme, M as linearScale, Bt as localeSeparators, He as matchesHotkey, kt as menubarTheme, Mt as navigationMenuTheme, N as niceTicks, Gt as numberInputTheme, qt as pageHeaderTheme, Yt as paginationTheme, Vt as parseDecimal, Ht as parseFromLocale, Re as parseHotkey, Zt as passwordInputTheme, $t as pinInputTheme, tn as popoverTheme, rn as progressTheme, on as radioGroupTheme, Je as resolveConfirm, Ut as roundDecimal, cn as scrollAreaTheme, un as scrollFadeMask, fn as scrollFadeTheme, mn as selectTheme, gn as separatorTheme, V as seriesColor, xn as sidebarTheme, Tn as signaturePadTheme, Dn as skeletonTheme, kn as sliderTheme, H as slotOf, jn as sparklineTheme, Nn as splitterTheme, Fn as statTheme, Ln as stepperTheme, wn as strokeWidth, zn as switchTheme, Un as tableTheme, Gn as tabsTheme, qn as tagsInputTheme, Te as textareaTheme, m as themes, Xn as timeFieldTheme, Qn as timelineTheme, de as toCalendarDate, Ue as toCommandGroups, Wt as toEditable, fe as toIsoDate, pe as toIsoTime, bn as toSidebarSections, me as toTime, nr as toastTheme, ir as toggleGroupTheme, ar as toggleTheme, cr as toolbarTheme, U as tooltipHalfWidth, ur as tooltipTheme, fr as treeTheme, d as useAppearance, ze as useApplePlatform, ne as useButtonGroup, K as useChartAnimation, q as useChartProgress, J as useChartReveal, Ye as useConfirm, Xe as useConfirmState, Hn as useDataTable, g as useElementSize, Ne as useForm, Pe as useFormField, r as useIryxUiConfig, dn as useScrollEdges, er as useToast, tr as useToastState, W as warnOnSlotOverflow };
@@ -13,11 +13,6 @@ export declare const accordionTheme: import("tailwind-variants").TVReturnType<{
13
13
  header: string;
14
14
  trigger: string;
15
15
  icon: string;
16
- /**
17
- * The animated element carries no spacing of its own — margin is not part
18
- * of an animated height, so it survives the close as a gap under a panel
19
- * that is supposedly shut. All padding lives on the inner wrapper.
20
- */
21
16
  content: string;
22
17
  contentInner: string;
23
18
  }, undefined, {
@@ -35,11 +30,6 @@ export declare const accordionTheme: import("tailwind-variants").TVReturnType<{
35
30
  header: string;
36
31
  trigger: string;
37
32
  icon: string;
38
- /**
39
- * The animated element carries no spacing of its own — margin is not part
40
- * of an animated height, so it survives the close as a gap under a panel
41
- * that is supposedly shut. All padding lives on the inner wrapper.
42
- */
43
33
  content: string;
44
34
  contentInner: string;
45
35
  }, import("tailwind-variants").TVReturnType<{
@@ -57,11 +47,6 @@ export declare const accordionTheme: import("tailwind-variants").TVReturnType<{
57
47
  header: string;
58
48
  trigger: string;
59
49
  icon: string;
60
- /**
61
- * The animated element carries no spacing of its own — margin is not part
62
- * of an animated height, so it survives the close as a gap under a panel
63
- * that is supposedly shut. All padding lives on the inner wrapper.
64
- */
65
50
  content: string;
66
51
  contentInner: string;
67
52
  }, undefined, unknown, unknown, undefined>>;