iryx-ui 0.23.0 → 0.24.1

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.
@@ -28,61 +28,62 @@ import E from "./Kbd.js";
28
28
  import D from "./CommandPalette.js";
29
29
  import O from "./Dialog.js";
30
30
  import k from "./ConfirmDialog.js";
31
- import A from "./Container.js";
32
- import j from "./ContextMenu.js";
33
- import M from "./DateField.js";
34
- import N from "./DatePicker.js";
35
- import P from "./DateRangePicker.js";
36
- import F from "./DescriptionList.js";
37
- import I from "./DonutChart.js";
38
- import L from "./DropdownMenu.js";
39
- import R from "./Editable.js";
40
- import z from "./EmptyState.js";
41
- import B from "./FileUpload.js";
42
- import V from "./Form.js";
43
- import H from "./Label.js";
44
- import U from "./FormField.js";
45
- import W from "./HoverCard.js";
46
- import G from "./Input.js";
47
- import K from "./LineChart.js";
48
- import q from "./Menubar.js";
49
- import J from "./NavigationMenu.js";
50
- import Y from "./NumberInput.js";
51
- import X from "./PageHeader.js";
52
- import Z from "./Pagination.js";
53
- import Q from "./PasswordInput.js";
54
- import $ from "./PinInput.js";
55
- import ee from "./Popover.js";
56
- import te from "./Progress.js";
57
- import ne from "./RadioGroup.js";
58
- import re from "./Rating.js";
59
- import ie from "./ScrollArea.js";
60
- import ae from "./ScrollFade.js";
61
- import oe from "./Select.js";
62
- import se from "./Separator.js";
63
- import ce from "./Sidebar.js";
64
- import le from "./SignaturePad.js";
65
- import ue from "./Skeleton.js";
66
- import de from "./Slider.js";
67
- import fe from "./Sparkline.js";
68
- import pe from "./Splitter.js";
69
- import me from "./Stat.js";
70
- import he from "./Stepper.js";
71
- import ge from "./Switch.js";
72
- import _e from "./Table.js";
73
- import ve from "./Tabs.js";
74
- import ye from "./TagsInput.js";
75
- import be from "./Textarea.js";
76
- import xe from "./TimeField.js";
77
- import Se from "./Timeline.js";
78
- import Ce from "./Toaster.js";
79
- import we from "./Toggle.js";
80
- import Te from "./ToggleGroup.js";
81
- import Ee from "./Toolbar.js";
82
- import De from "./Tooltip.js";
83
- import Oe from "./Tree.js";
31
+ import A from "./Popover.js";
32
+ import j from "./ConfirmPopover.js";
33
+ import M from "./Container.js";
34
+ import N from "./ContextMenu.js";
35
+ import P from "./DateField.js";
36
+ import F from "./DatePicker.js";
37
+ import I from "./DateRangePicker.js";
38
+ import L from "./DescriptionList.js";
39
+ import R from "./DonutChart.js";
40
+ import z from "./DropdownMenu.js";
41
+ import B from "./Editable.js";
42
+ import V from "./EmptyState.js";
43
+ import H from "./FileUpload.js";
44
+ import U from "./Form.js";
45
+ import W from "./Label.js";
46
+ import G from "./FormField.js";
47
+ import K from "./HoverCard.js";
48
+ import q from "./Input.js";
49
+ import J from "./LineChart.js";
50
+ import Y from "./Menubar.js";
51
+ import X from "./NavigationMenu.js";
52
+ import Z from "./NumberInput.js";
53
+ import Q from "./PageHeader.js";
54
+ import $ from "./Pagination.js";
55
+ import ee from "./PasswordInput.js";
56
+ import te from "./PinInput.js";
57
+ import ne from "./Progress.js";
58
+ import re from "./RadioGroup.js";
59
+ import ie from "./Rating.js";
60
+ import ae from "./ScrollArea.js";
61
+ import oe from "./ScrollFade.js";
62
+ import se from "./Select.js";
63
+ import ce from "./Separator.js";
64
+ import le from "./Sidebar.js";
65
+ import ue from "./SignaturePad.js";
66
+ import de from "./Skeleton.js";
67
+ import fe from "./Slider.js";
68
+ import pe from "./Sparkline.js";
69
+ import me from "./Splitter.js";
70
+ import he from "./Stat.js";
71
+ import ge from "./Stepper.js";
72
+ import _e from "./Switch.js";
73
+ import ve from "./Table.js";
74
+ import ye from "./Tabs.js";
75
+ import be from "./TagsInput.js";
76
+ import xe from "./Textarea.js";
77
+ import Se from "./TimeField.js";
78
+ import Ce from "./Timeline.js";
79
+ import we from "./Toaster.js";
80
+ import Te from "./Toggle.js";
81
+ import Ee from "./ToggleGroup.js";
82
+ import De from "./Toolbar.js";
83
+ import Oe from "./Tooltip.js";
84
+ import ke from "./Tree.js";
84
85
  //#region src/components/index.ts
85
- var ke = /* @__PURE__ */ e({
86
+ var Ae = /* @__PURE__ */ e({
86
87
  Accordion: () => n,
87
88
  Alert: () => r,
88
89
  App: () => i,
@@ -108,63 +109,64 @@ var ke = /* @__PURE__ */ e({
108
109
  Combobox: () => T,
109
110
  CommandPalette: () => D,
110
111
  ConfirmDialog: () => k,
111
- Container: () => A,
112
- ContextMenu: () => j,
113
- DateField: () => M,
114
- DatePicker: () => N,
115
- DateRangePicker: () => P,
116
- DescriptionList: () => F,
112
+ ConfirmPopover: () => j,
113
+ Container: () => M,
114
+ ContextMenu: () => N,
115
+ DateField: () => P,
116
+ DatePicker: () => F,
117
+ DateRangePicker: () => I,
118
+ DescriptionList: () => L,
117
119
  Dialog: () => O,
118
- DonutChart: () => I,
120
+ DonutChart: () => R,
119
121
  Drawer: () => a,
120
- DropdownMenu: () => L,
121
- Editable: () => R,
122
- EmptyState: () => z,
123
- FileUpload: () => B,
124
- Form: () => V,
125
- FormField: () => U,
126
- HoverCard: () => W,
122
+ DropdownMenu: () => z,
123
+ Editable: () => B,
124
+ EmptyState: () => V,
125
+ FileUpload: () => H,
126
+ Form: () => U,
127
+ FormField: () => G,
128
+ HoverCard: () => K,
127
129
  Icon: () => t,
128
- Input: () => G,
130
+ Input: () => q,
129
131
  Kbd: () => E,
130
- Label: () => H,
131
- LineChart: () => K,
132
- Menubar: () => q,
133
- NavigationMenu: () => J,
134
- NumberInput: () => Y,
135
- PageHeader: () => X,
136
- Pagination: () => Z,
137
- PasswordInput: () => Q,
138
- PinInput: () => $,
139
- Popover: () => ee,
140
- Progress: () => te,
141
- RadioGroup: () => ne,
142
- Rating: () => re,
143
- ScrollArea: () => ie,
144
- ScrollFade: () => ae,
145
- Select: () => oe,
146
- Separator: () => se,
147
- Sidebar: () => ce,
148
- SignaturePad: () => le,
149
- Skeleton: () => ue,
150
- Slider: () => de,
151
- Sparkline: () => fe,
152
- Splitter: () => pe,
153
- Stat: () => me,
154
- Stepper: () => he,
155
- Switch: () => ge,
156
- Table: () => _e,
157
- Tabs: () => ve,
158
- TagsInput: () => ye,
159
- Textarea: () => be,
160
- TimeField: () => xe,
161
- Timeline: () => Se,
162
- Toaster: () => Ce,
163
- Toggle: () => we,
164
- ToggleGroup: () => Te,
165
- Toolbar: () => Ee,
166
- Tooltip: () => De,
167
- Tree: () => Oe
132
+ Label: () => W,
133
+ LineChart: () => J,
134
+ Menubar: () => Y,
135
+ NavigationMenu: () => X,
136
+ NumberInput: () => Z,
137
+ PageHeader: () => Q,
138
+ Pagination: () => $,
139
+ PasswordInput: () => ee,
140
+ PinInput: () => te,
141
+ Popover: () => A,
142
+ Progress: () => ne,
143
+ RadioGroup: () => re,
144
+ Rating: () => ie,
145
+ ScrollArea: () => ae,
146
+ ScrollFade: () => oe,
147
+ Select: () => se,
148
+ Separator: () => ce,
149
+ Sidebar: () => le,
150
+ SignaturePad: () => ue,
151
+ Skeleton: () => de,
152
+ Slider: () => fe,
153
+ Sparkline: () => pe,
154
+ Splitter: () => me,
155
+ Stat: () => he,
156
+ Stepper: () => ge,
157
+ Switch: () => _e,
158
+ Table: () => ve,
159
+ Tabs: () => ye,
160
+ TagsInput: () => be,
161
+ Textarea: () => xe,
162
+ TimeField: () => Se,
163
+ Timeline: () => Ce,
164
+ Toaster: () => we,
165
+ Toggle: () => Te,
166
+ ToggleGroup: () => Ee,
167
+ Toolbar: () => De,
168
+ Tooltip: () => Oe,
169
+ Tree: () => ke
168
170
  });
169
171
  //#endregion
170
- export { ke as components_exports };
172
+ export { Ae as components_exports };
package/dist/index.d.ts CHANGED
@@ -27,6 +27,7 @@ export type { ColorPickerProps } from './components/ColorPicker.vue';
27
27
  export type { ComboboxItemGroup, ComboboxItemOption, ComboboxItems, ComboboxProps } from './components/Combobox.vue';
28
28
  export type { CommandPaletteProps } from './components/CommandPalette.vue';
29
29
  export type { ConfirmDialogProps } from './components/ConfirmDialog.vue';
30
+ export type { ConfirmPopoverProps } from './components/ConfirmPopover.vue';
30
31
  export type { ContainerProps } from './components/Container.vue';
31
32
  export type { ContextMenuProps } from './components/ContextMenu.vue';
32
33
  export type { DateFieldProps } from './components/DateField.vue';
package/dist/index.js CHANGED
@@ -67,110 +67,112 @@ import { resolveConfirm as tt, useConfirm as nt, useConfirmState as rt } from ".
67
67
  import { dialogTheme as it } from "./theme/dialog.js";
68
68
  import at from "./components/Dialog.js";
69
69
  import ot from "./components/ConfirmDialog.js";
70
- import { containerTheme as st } from "./theme/container.js";
71
- import ct from "./components/Container.js";
72
- import { dropdownMenuTheme as lt } from "./theme/dropdown-menu.js";
73
- import { isSeparator as ut, isSubmenu as dt } from "./composables/dropdown-menu.js";
74
- import ft from "./components/ContextMenu.js";
75
- import { dateFieldTheme as pt } from "./theme/date-field.js";
76
- import mt from "./components/DateField.js";
77
- import { datePickerTheme as ht } from "./theme/date-picker.js";
78
- import gt from "./components/DatePicker.js";
79
- import _t from "./components/DateRangePicker.js";
80
- import { descriptionListTheme as vt } from "./theme/description-list.js";
81
- import yt from "./components/DescriptionList.js";
82
- import { donutChartTheme as bt } from "./theme/donut-chart.js";
83
- import xt from "./components/DonutChart.js";
84
- import St from "./components/DropdownMenu.js";
85
- import { editableTheme as Ct } from "./theme/editable.js";
86
- import wt from "./components/Editable.js";
87
- import { emptyStateTheme as Tt } from "./theme/empty-state.js";
88
- import Et from "./components/EmptyState.js";
89
- import { fileUploadTheme as Dt } from "./theme/file-upload.js";
90
- import Ot from "./components/FileUpload.js";
91
- import kt from "./components/Form.js";
92
- import { labelTheme as At } from "./theme/label.js";
93
- import jt from "./components/Label.js";
94
- import Mt from "./components/FormField.js";
95
- import { hoverCardTheme as Nt } from "./theme/hover-card.js";
96
- import Pt from "./components/HoverCard.js";
97
- import Ft from "./components/Input.js";
98
- import { lineChartTheme as It } from "./theme/line-chart.js";
99
- import Lt from "./components/LineChart.js";
100
- import { menubarTheme as Rt } from "./theme/menubar.js";
101
- import zt from "./components/Menubar.js";
102
- import { isNavigationGroup as Bt } from "./composables/navigation-menu.js";
103
- import { navigationMenuTheme as Vt } from "./theme/navigation-menu.js";
104
- import Ht from "./components/NavigationMenu.js";
105
- import { addDecimals as Ut, clampDecimal as Wt, compareDecimals as Gt, formatDecimal as Kt, formatForLocale as qt, isDecimal as Jt, localeSeparators as Yt, parseDecimal as Xt, parseFromLocale as Zt, roundDecimal as Qt, toEditable as $t } from "./composables/decimal.js";
106
- import { numberInputTheme as en } from "./theme/number-input.js";
107
- import tn from "./components/NumberInput.js";
108
- import { pageHeaderTheme as nn } from "./theme/page-header.js";
109
- import rn from "./components/PageHeader.js";
110
- import { paginationTheme as an } from "./theme/pagination.js";
111
- import on from "./components/Pagination.js";
112
- import { passwordInputTheme as sn } from "./theme/password-input.js";
113
- import cn from "./components/PasswordInput.js";
114
- import { pinInputTheme as ln } from "./theme/pin-input.js";
115
- import un from "./components/PinInput.js";
116
- import { popoverTheme as dn } from "./theme/popover.js";
117
- import fn from "./components/Popover.js";
118
- import { progressTheme as pn } from "./theme/progress.js";
119
- import mn from "./components/Progress.js";
120
- import { radioGroupTheme as hn } from "./theme/radio-group.js";
121
- import gn from "./components/RadioGroup.js";
122
- import _n from "./components/Rating.js";
123
- import { scrollAreaTheme as vn } from "./theme/scroll-area.js";
124
- import yn from "./components/ScrollArea.js";
125
- import { scrollFadeTheme as bn } from "./theme/scroll-fade.js";
126
- import xn from "./components/ScrollFade.js";
127
- import { selectTheme as Sn } from "./theme/select.js";
128
- import Cn from "./components/Select.js";
129
- import { separatorTheme as wn } from "./theme/separator.js";
130
- import Tn from "./components/Separator.js";
131
- import { isSidebarGroup as En, isSidebarSection as Dn, toSidebarSections as On } from "./composables/sidebar.js";
132
- import { sidebarTheme as kn } from "./theme/sidebar.js";
133
- import An from "./components/Sidebar.js";
134
- import { hasInk as jn, strokeWidth as Mn } from "./composables/signature.js";
135
- import { signaturePadTheme as Nn } from "./theme/signature-pad.js";
136
- import Pn from "./components/SignaturePad.js";
137
- import { skeletonTheme as Fn } from "./theme/skeleton.js";
138
- import In from "./components/Skeleton.js";
139
- import { sliderTheme as Ln } from "./theme/slider.js";
140
- import Rn from "./components/Slider.js";
141
- import { sparklineTheme as zn } from "./theme/sparkline.js";
142
- import Bn from "./components/Sparkline.js";
143
- import { splitterTheme as Vn } from "./theme/splitter.js";
144
- import Hn from "./components/Splitter.js";
145
- import { statTheme as Un } from "./theme/stat.js";
146
- import Wn from "./components/Stat.js";
147
- import { stepperTheme as Gn } from "./theme/stepper.js";
148
- import Kn from "./components/Stepper.js";
149
- import { switchTheme as qn } from "./theme/switch.js";
150
- import Jn from "./components/Switch.js";
151
- import { getRowValue as Yn, useDataTable as Xn } from "./composables/data-table.js";
152
- import { tableTheme as Zn } from "./theme/table.js";
153
- import Qn from "./components/Table.js";
154
- import { tabsTheme as $n } from "./theme/tabs.js";
155
- import er from "./components/Tabs.js";
156
- import { tagsInputTheme as tr } from "./theme/tags-input.js";
157
- import nr from "./components/TagsInput.js";
158
- import rr from "./components/Textarea.js";
159
- import { timeFieldTheme as ir } from "./theme/time-field.js";
160
- import ar from "./components/TimeField.js";
161
- import { timelineTheme as or } from "./theme/timeline.js";
162
- import sr from "./components/Timeline.js";
163
- import { useToast as cr, useToastState as lr } from "./composables/toast.js";
164
- import { toastTheme as ur } from "./theme/toast.js";
165
- import dr from "./components/Toaster.js";
166
- import { toggleGroupTheme as fr, toggleTheme as pr } from "./theme/toggle.js";
167
- import mr from "./components/Toggle.js";
168
- import hr from "./components/ToggleGroup.js";
169
- import { toolbarTheme as gr } from "./theme/toolbar.js";
170
- import _r from "./components/Toolbar.js";
171
- import { tooltipTheme as vr } from "./theme/tooltip.js";
172
- import yr from "./components/Tooltip.js";
173
- import { treeTheme as br } from "./theme/tree.js";
174
- import xr from "./components/Tree.js";
175
- import { IryxUi as Sr, createIryxUi as Cr } from "./plugin.js";
176
- export { B as AXIS_GAP, s as Accordion, l as Alert, h as App, b as AppShell, x as AspectRatio, D as AuthProviders, A as Avatar, j as AvatarGroup, N as Badge, F as Banner, ie as BarChart, oe as Breadcrumb, E as Button, ce as ButtonGroup, V as CATEGORY_HEIGHT, H as CHAR_WIDTH, ve as Calendar, le as CalendarDate, be as Card, Ce as Carousel, re as ChartLegend, Me as Checkbox, Pe as Code, Ie as Collapsible, Ve as ColorPicker, Ue as Combobox, et as CommandPalette, ot as ConfirmDialog, ct as Container, ft as ContextMenu, mt as DateField, gt as DatePicker, _t as DateRangePicker, yt as DescriptionList, at as Dialog, xt as DonutChart, y as Drawer, St as DropdownMenu, wt as Editable, Et as EmptyState, Ot as FileUpload, kt as Form, Mt as FormField, Pt as HoverCard, o as Icon, Ft as Input, Sr as IryxUi, $e as Kbd, jt as Label, Lt as LineChart, zt as Menubar, Ht as NavigationMenu, tn as NumberInput, rn as PageHeader, on as Pagination, cn as PasswordInput, un as PinInput, fn as Popover, mn as Progress, Z as REVEAL_DURATION, gn as RadioGroup, _n as Rating, U as SERIES_SLOTS, yn as ScrollArea, xn as ScrollFade, Cn as Select, Tn as Separator, An as Sidebar, Pn as SignaturePad, In as Skeleton, Rn as Slider, Bn as Sparkline, Hn as Splitter, Wn as Stat, Kn as Stepper, Jn as Switch, W as TOP_PAD, Qn as Table, er as Tabs, nr as TagsInput, rr as Textarea, ue as Time, ar as TimeField, sr as Timeline, dr as Toaster, mr as Toggle, hr as ToggleGroup, _r as Toolbar, yr as Tooltip, xr as Tree, i as accordionTheme, Ut as addDecimals, c as alertTheme, _ as appShellTheme, f as applyTheme, S as authProvidersTheme, O as avatarGroupTheme, k as avatarTheme, M as badgeTheme, P as bannerTheme, te as barChartTheme, ae as breadcrumbTheme, C as buttonGroupContextKey, se as buttonGroupTheme, T as buttonTheme, _e as calendarTheme, ye as cardTheme, G as cartesianLayout, ne as chartLegendTheme, je as checkboxTheme, Wt as clampDecimal, K as clampTooltip, p as clearTheme, Ne as codeTheme, Fe as collapsibleTheme, Be as colorPickerTheme, He as comboboxTheme, qe as commandHaystack, Ze as commandPaletteTheme, Gt as compareDecimals, e as componentNames, st as containerTheme, Cr as createIryxUi, pt as dateFieldTheme, ht as datePickerTheme, t as defaultConfig, vt as descriptionListTheme, it as dialogTheme, bt as donutChartTheme, v as drawerTheme, lt as dropdownMenuTheme, Ct as editableTheme, Tt as emptyStateTheme, I as extent, Le as fieldBase, Dt as fileUploadTheme, L as finiteValues, we as formContextKey, Te as formFieldContextKey, Kt as formatDecimal, qt as formatForLocale, de as formatIsoDate, Ee as getByPath, Yn as getRowValue, jn as hasInk, Nt as hoverCardTheme, u as initAppearance, Re as inputTheme, n as iryxUiConfigKey, We as isApplePlatform, Je as isCommandGroup, Jt as isDecimal, a as isIconArray, Bt as isNavigationGroup, ut as isSeparator, En as isSidebarGroup, Dn as isSidebarSection, De as isStandardSchema, dt as isSubmenu, fe as isoToday, Oe as issuePath, Qe as kbdTheme, At as labelTheme, It as lineChartTheme, R as linearScale, Yt as localeSeparators, Ye as matchesHotkey, Rt as menubarTheme, Vt as navigationMenuTheme, z as niceTicks, en as numberInputTheme, nn as pageHeaderTheme, an as paginationTheme, Xt as parseDecimal, Zt as parseFromLocale, Ge as parseHotkey, sn as passwordInputTheme, ln as pinInputTheme, dn as popoverTheme, pn as progressTheme, hn as radioGroupTheme, tt as resolveConfirm, Qt as roundDecimal, vn as scrollAreaTheme, xe as scrollFadeMask, bn as scrollFadeTheme, Sn as selectTheme, wn as separatorTheme, q as seriesColor, kn as sidebarTheme, Nn as signaturePadTheme, Fn as skeletonTheme, Ln as sliderTheme, J as slotOf, zn as sparklineTheme, Vn as splitterTheme, Un as statTheme, Gn as stepperTheme, Mn as strokeWidth, qn as switchTheme, Zn as tableTheme, $n as tabsTheme, tr as tagsInputTheme, ze as textareaTheme, m as themes, ir as timeFieldTheme, or as timelineTheme, pe as toCalendarDate, Xe as toCommandGroups, $t as toEditable, me as toIsoDate, he as toIsoTime, On as toSidebarSections, ge as toTime, ur as toastTheme, fr as toggleGroupTheme, pr as toggleTheme, gr as toolbarTheme, Y as tooltipHalfWidth, vr as tooltipTheme, br as treeTheme, d as useAppearance, Ke as useApplePlatform, w as useButtonGroup, Q as useChartAnimation, $ as useChartProgress, ee as useChartReveal, nt as useConfirm, rt as useConfirmState, Xn as useDataTable, g as useElementSize, ke as useForm, Ae as useFormField, r as useIryxUiConfig, Se as useScrollEdges, cr as useToast, lr as useToastState, X as warnOnSlotOverflow };
70
+ import { confirmPopoverTheme as st } from "./theme/confirm-popover.js";
71
+ import { popoverTheme as ct } from "./theme/popover.js";
72
+ import lt from "./components/Popover.js";
73
+ import ut from "./components/ConfirmPopover.js";
74
+ import { containerTheme as dt } from "./theme/container.js";
75
+ import ft from "./components/Container.js";
76
+ import { dropdownMenuTheme as pt } from "./theme/dropdown-menu.js";
77
+ import { isSeparator as mt, isSubmenu as ht } from "./composables/dropdown-menu.js";
78
+ import gt from "./components/ContextMenu.js";
79
+ import { dateFieldTheme as _t } from "./theme/date-field.js";
80
+ import vt from "./components/DateField.js";
81
+ import { datePickerTheme as yt } from "./theme/date-picker.js";
82
+ import bt from "./components/DatePicker.js";
83
+ import xt from "./components/DateRangePicker.js";
84
+ import { descriptionListTheme as St } from "./theme/description-list.js";
85
+ import Ct from "./components/DescriptionList.js";
86
+ import { donutChartTheme as wt } from "./theme/donut-chart.js";
87
+ import Tt from "./components/DonutChart.js";
88
+ import Et from "./components/DropdownMenu.js";
89
+ import { editableTheme as Dt } from "./theme/editable.js";
90
+ import Ot from "./components/Editable.js";
91
+ import { emptyStateTheme as kt } from "./theme/empty-state.js";
92
+ import At from "./components/EmptyState.js";
93
+ import { fileUploadTheme as jt } from "./theme/file-upload.js";
94
+ import Mt from "./components/FileUpload.js";
95
+ import Nt from "./components/Form.js";
96
+ import { labelTheme as Pt } from "./theme/label.js";
97
+ import Ft from "./components/Label.js";
98
+ import It from "./components/FormField.js";
99
+ import { hoverCardTheme as Lt } from "./theme/hover-card.js";
100
+ import Rt from "./components/HoverCard.js";
101
+ import zt from "./components/Input.js";
102
+ import { lineChartTheme as Bt } from "./theme/line-chart.js";
103
+ import Vt from "./components/LineChart.js";
104
+ import { menubarTheme as Ht } from "./theme/menubar.js";
105
+ import Ut from "./components/Menubar.js";
106
+ import { isNavigationGroup as Wt } from "./composables/navigation-menu.js";
107
+ import { navigationMenuTheme as Gt } from "./theme/navigation-menu.js";
108
+ import Kt from "./components/NavigationMenu.js";
109
+ import { addDecimals as qt, clampDecimal as Jt, compareDecimals as Yt, formatDecimal as Xt, formatForLocale as Zt, isDecimal as Qt, localeSeparators as $t, parseDecimal as en, parseFromLocale as tn, roundDecimal as nn, toEditable as rn } from "./composables/decimal.js";
110
+ import { numberInputTheme as an } from "./theme/number-input.js";
111
+ import on from "./components/NumberInput.js";
112
+ import { pageHeaderTheme as sn } from "./theme/page-header.js";
113
+ import cn from "./components/PageHeader.js";
114
+ import { paginationTheme as ln } from "./theme/pagination.js";
115
+ import un from "./components/Pagination.js";
116
+ import { passwordInputTheme as dn } from "./theme/password-input.js";
117
+ import fn from "./components/PasswordInput.js";
118
+ import { pinInputTheme as pn } from "./theme/pin-input.js";
119
+ import mn from "./components/PinInput.js";
120
+ import { progressTheme as hn } from "./theme/progress.js";
121
+ import gn from "./components/Progress.js";
122
+ import { radioGroupTheme as _n } from "./theme/radio-group.js";
123
+ import vn from "./components/RadioGroup.js";
124
+ import yn from "./components/Rating.js";
125
+ import { scrollAreaTheme as bn } from "./theme/scroll-area.js";
126
+ import xn from "./components/ScrollArea.js";
127
+ import { scrollFadeTheme as Sn } from "./theme/scroll-fade.js";
128
+ import Cn from "./components/ScrollFade.js";
129
+ import { selectTheme as wn } from "./theme/select.js";
130
+ import Tn from "./components/Select.js";
131
+ import { separatorTheme as En } from "./theme/separator.js";
132
+ import Dn from "./components/Separator.js";
133
+ import { isSidebarGroup as On, isSidebarSection as kn, toSidebarSections as An } from "./composables/sidebar.js";
134
+ import { sidebarTheme as jn } from "./theme/sidebar.js";
135
+ import Mn from "./components/Sidebar.js";
136
+ import { hasInk as Nn, strokeWidth as Pn } from "./composables/signature.js";
137
+ import { signaturePadTheme as Fn } from "./theme/signature-pad.js";
138
+ import In from "./components/SignaturePad.js";
139
+ import { skeletonTheme as Ln } from "./theme/skeleton.js";
140
+ import Rn from "./components/Skeleton.js";
141
+ import { sliderTheme as zn } from "./theme/slider.js";
142
+ import Bn from "./components/Slider.js";
143
+ import { sparklineTheme as Vn } from "./theme/sparkline.js";
144
+ import Hn from "./components/Sparkline.js";
145
+ import { splitterTheme as Un } from "./theme/splitter.js";
146
+ import Wn from "./components/Splitter.js";
147
+ import { statTheme as Gn } from "./theme/stat.js";
148
+ import Kn from "./components/Stat.js";
149
+ import { stepperTheme as qn } from "./theme/stepper.js";
150
+ import Jn from "./components/Stepper.js";
151
+ import { switchTheme as Yn } from "./theme/switch.js";
152
+ import Xn from "./components/Switch.js";
153
+ import { getRowValue as Zn, useDataTable as Qn } from "./composables/data-table.js";
154
+ import { tableTheme as $n } from "./theme/table.js";
155
+ import er from "./components/Table.js";
156
+ import { tabsTheme as tr } from "./theme/tabs.js";
157
+ import nr from "./components/Tabs.js";
158
+ import { tagsInputTheme as rr } from "./theme/tags-input.js";
159
+ import ir from "./components/TagsInput.js";
160
+ import ar from "./components/Textarea.js";
161
+ import { timeFieldTheme as or } from "./theme/time-field.js";
162
+ import sr from "./components/TimeField.js";
163
+ import { timelineTheme as cr } from "./theme/timeline.js";
164
+ import lr from "./components/Timeline.js";
165
+ import { useToast as ur, useToastState as dr } from "./composables/toast.js";
166
+ import { toastTheme as fr } from "./theme/toast.js";
167
+ import pr from "./components/Toaster.js";
168
+ import { toggleGroupTheme as mr, toggleTheme as hr } from "./theme/toggle.js";
169
+ import gr from "./components/Toggle.js";
170
+ import _r from "./components/ToggleGroup.js";
171
+ import { toolbarTheme as vr } from "./theme/toolbar.js";
172
+ import yr from "./components/Toolbar.js";
173
+ import { tooltipTheme as br } from "./theme/tooltip.js";
174
+ import xr from "./components/Tooltip.js";
175
+ import { treeTheme as Sr } from "./theme/tree.js";
176
+ import Cr from "./components/Tree.js";
177
+ import { IryxUi as wr, createIryxUi as Tr } from "./plugin.js";
178
+ export { B as AXIS_GAP, s as Accordion, l as Alert, h as App, b as AppShell, x as AspectRatio, D as AuthProviders, A as Avatar, j as AvatarGroup, N as Badge, F as Banner, ie as BarChart, oe as Breadcrumb, E as Button, ce as ButtonGroup, V as CATEGORY_HEIGHT, H as CHAR_WIDTH, ve as Calendar, le as CalendarDate, be as Card, Ce as Carousel, re as ChartLegend, Me as Checkbox, Pe as Code, Ie as Collapsible, Ve as ColorPicker, Ue as Combobox, et as CommandPalette, ot as ConfirmDialog, ut as ConfirmPopover, ft as Container, gt as ContextMenu, vt as DateField, bt as DatePicker, xt as DateRangePicker, Ct as DescriptionList, at as Dialog, Tt as DonutChart, y as Drawer, Et as DropdownMenu, Ot as Editable, At as EmptyState, Mt as FileUpload, Nt as Form, It as FormField, Rt as HoverCard, o as Icon, zt as Input, wr as IryxUi, $e as Kbd, Ft as Label, Vt as LineChart, Ut as Menubar, Kt as NavigationMenu, on as NumberInput, cn as PageHeader, un as Pagination, fn as PasswordInput, mn as PinInput, lt as Popover, gn as Progress, Z as REVEAL_DURATION, vn as RadioGroup, yn as Rating, U as SERIES_SLOTS, xn as ScrollArea, Cn as ScrollFade, Tn as Select, Dn as Separator, Mn as Sidebar, In as SignaturePad, Rn as Skeleton, Bn as Slider, Hn as Sparkline, Wn as Splitter, Kn as Stat, Jn as Stepper, Xn as Switch, W as TOP_PAD, er as Table, nr as Tabs, ir as TagsInput, ar as Textarea, ue as Time, sr as TimeField, lr as Timeline, pr as Toaster, gr as Toggle, _r as ToggleGroup, yr as Toolbar, xr as Tooltip, Cr as Tree, i as accordionTheme, qt as addDecimals, c as alertTheme, _ as appShellTheme, f as applyTheme, S as authProvidersTheme, O as avatarGroupTheme, k as avatarTheme, M as badgeTheme, P as bannerTheme, te as barChartTheme, ae as breadcrumbTheme, C as buttonGroupContextKey, se as buttonGroupTheme, T as buttonTheme, _e as calendarTheme, ye as cardTheme, G as cartesianLayout, ne as chartLegendTheme, je as checkboxTheme, Jt as clampDecimal, K as clampTooltip, p as clearTheme, Ne as codeTheme, Fe as collapsibleTheme, Be as colorPickerTheme, He as comboboxTheme, qe as commandHaystack, Ze as commandPaletteTheme, Yt as compareDecimals, e as componentNames, st as confirmPopoverTheme, dt as containerTheme, Tr as createIryxUi, _t as dateFieldTheme, yt as datePickerTheme, t as defaultConfig, St as descriptionListTheme, it as dialogTheme, wt as donutChartTheme, v as drawerTheme, pt as dropdownMenuTheme, Dt as editableTheme, kt as emptyStateTheme, I as extent, Le as fieldBase, jt as fileUploadTheme, L as finiteValues, we as formContextKey, Te as formFieldContextKey, Xt as formatDecimal, Zt as formatForLocale, de as formatIsoDate, Ee as getByPath, Zn as getRowValue, Nn as hasInk, Lt as hoverCardTheme, u as initAppearance, Re as inputTheme, n as iryxUiConfigKey, We as isApplePlatform, Je as isCommandGroup, Qt as isDecimal, a as isIconArray, Wt as isNavigationGroup, mt as isSeparator, On as isSidebarGroup, kn as isSidebarSection, De as isStandardSchema, ht as isSubmenu, fe as isoToday, Oe as issuePath, Qe as kbdTheme, Pt as labelTheme, Bt as lineChartTheme, R as linearScale, $t as localeSeparators, Ye as matchesHotkey, Ht as menubarTheme, Gt as navigationMenuTheme, z as niceTicks, an as numberInputTheme, sn as pageHeaderTheme, ln as paginationTheme, en as parseDecimal, tn as parseFromLocale, Ge as parseHotkey, dn as passwordInputTheme, pn as pinInputTheme, ct as popoverTheme, hn as progressTheme, _n as radioGroupTheme, tt as resolveConfirm, nn as roundDecimal, bn as scrollAreaTheme, xe as scrollFadeMask, Sn as scrollFadeTheme, wn as selectTheme, En as separatorTheme, q as seriesColor, jn as sidebarTheme, Fn as signaturePadTheme, Ln as skeletonTheme, zn as sliderTheme, J as slotOf, Vn as sparklineTheme, Un as splitterTheme, Gn as statTheme, qn as stepperTheme, Pn as strokeWidth, Yn as switchTheme, $n as tableTheme, tr as tabsTheme, rr as tagsInputTheme, ze as textareaTheme, m as themes, or as timeFieldTheme, cr as timelineTheme, pe as toCalendarDate, Xe as toCommandGroups, rn as toEditable, me as toIsoDate, he as toIsoTime, An as toSidebarSections, ge as toTime, fr as toastTheme, mr as toggleGroupTheme, hr as toggleTheme, vr as toolbarTheme, Y as tooltipHalfWidth, br as tooltipTheme, Sr as treeTheme, d as useAppearance, Ke as useApplePlatform, w as useButtonGroup, Q as useChartAnimation, $ as useChartProgress, ee as useChartReveal, nt as useConfirm, rt as useConfirmState, Qn as useDataTable, g as useElementSize, ke as useForm, Ae as useFormField, r as useIryxUiConfig, Se as useScrollEdges, ur as useToast, dr as useToastState, X as warnOnSlotOverflow };
@@ -10,7 +10,7 @@ var t = e({
10
10
  grid: "w-full border-collapse select-none",
11
11
  headCell: "pb-1 text-xs font-normal text-muted-foreground",
12
12
  cell: "p-0 transition-colors",
13
- cellTrigger: "flex h-8 w-full min-w-8 items-center justify-center rounded-lg text-sm tabular-nums transition-[color,background-color,border-color,box-shadow] outline-none not-data-[selected]:hover:bg-accent not-data-[selected]:hover:text-accent-foreground focus-visible:ring-2 focus-visible:ring-primary/50 data-[disabled]:pointer-events-none data-[disabled]:opacity-30 data-[outside-view]:text-muted-foreground/50 data-[today]:font-semibold data-[today]:text-primary data-[unavailable]:pointer-events-none data-[unavailable]:line-through data-[unavailable]:opacity-40"
13
+ cellTrigger: "flex h-8 w-full min-w-8 items-center justify-center rounded-lg text-sm tabular-nums transition-[color,background-color,border-color,box-shadow] outline-none not-data-[selected]:hover:bg-accent not-data-[selected]:hover:text-accent-foreground focus-visible:ring-2 focus-visible:ring-primary/50 data-[disabled]:pointer-events-none data-[disabled]:opacity-30 data-[outside-view]:text-muted-foreground data-[today]:font-semibold data-[today]:text-primary data-[unavailable]:pointer-events-none data-[unavailable]:line-through data-[unavailable]:opacity-40"
14
14
  },
15
15
  variants: { range: {
16
16
  false: { cellTrigger: "data-[selected]:bg-primary data-[selected]:text-primary-foreground data-[selected]:hover:bg-primary data-[selected]:data-[today]:text-primary-foreground" },
@@ -14,7 +14,7 @@ var t = e({
14
14
  },
15
15
  false: {
16
16
  root: "inline-flex items-center gap-1",
17
- code: "rounded border border-current/25 bg-current/10 px-1.5 py-0.5 font-mono text-[0.875em] text-current/90",
17
+ code: "rounded border border-current/25 px-1.5 py-0.5 font-mono text-[0.875em] text-current",
18
18
  copy: "size-5 [&_svg]:size-3.5"
19
19
  }
20
20
  } },
@@ -0,0 +1,32 @@
1
+ export declare const confirmPopoverTheme: import("tailwind-variants").TVReturnType<{
2
+ [key: string]: {
3
+ [key: string]: import("tailwind-variants").ClassValue | {
4
+ description?: import("tailwind-variants").ClassValue;
5
+ actions?: import("tailwind-variants").ClassValue;
6
+ };
7
+ };
8
+ } | {
9
+ [x: string]: {
10
+ [x: string]: import("tailwind-variants").ClassValue | {
11
+ description?: import("tailwind-variants").ClassValue;
12
+ actions?: import("tailwind-variants").ClassValue;
13
+ };
14
+ };
15
+ } | {}, {
16
+ description: string;
17
+ actions: string;
18
+ }, undefined, {
19
+ [key: string]: {
20
+ [key: string]: import("tailwind-variants").ClassValue | {
21
+ description?: import("tailwind-variants").ClassValue;
22
+ actions?: import("tailwind-variants").ClassValue;
23
+ };
24
+ };
25
+ } | {}, {
26
+ description: string;
27
+ actions: string;
28
+ }, import("tailwind-variants").TVReturnTypeLike<unknown, {
29
+ description: string;
30
+ actions: string;
31
+ }>>;
32
+ export type ConfirmPopoverSlots = keyof ReturnType<typeof confirmPopoverTheme>;
@@ -0,0 +1,8 @@
1
+ import { tv as e } from "tailwind-variants";
2
+ //#region src/theme/confirm-popover.ts
3
+ var t = e({ slots: {
4
+ description: "text-sm text-muted-foreground",
5
+ actions: "mt-3 flex justify-end gap-2"
6
+ } });
7
+ //#endregion
8
+ export { t as confirmPopoverTheme };
@@ -18,6 +18,7 @@ export * from './collapsible';
18
18
  export * from './color-picker';
19
19
  export * from './combobox';
20
20
  export * from './command-palette';
21
+ export * from './confirm-popover';
21
22
  export * from './container';
22
23
  export * from './date-field';
23
24
  export * from './date-picker';
package/dist/theme/kbd.js CHANGED
@@ -3,8 +3,8 @@ import { tv as e } from "tailwind-variants";
3
3
  var t = e({
4
4
  slots: {
5
5
  root: "inline-flex shrink-0 items-center",
6
- key: "inline-flex items-center justify-center rounded border border-current/25 bg-current/10 text-center font-medium text-current/75",
7
- separator: "text-current/60"
6
+ key: "inline-flex items-center justify-center rounded border border-current/25 text-center font-medium text-current",
7
+ separator: "text-current"
8
8
  },
9
9
  variants: { size: {
10
10
  xs: {
@@ -15,6 +15,7 @@ export declare const lineChartTheme: import("tailwind-variants").TVReturnType<{
15
15
  tooltip?: import("tailwind-variants").ClassValue;
16
16
  tooltipLabel?: import("tailwind-variants").ClassValue;
17
17
  tooltipValue?: import("tailwind-variants").ClassValue;
18
+ band?: import("tailwind-variants").ClassValue;
18
19
  crosshair?: import("tailwind-variants").ClassValue;
19
20
  markerRing?: import("tailwind-variants").ClassValue;
20
21
  };
@@ -36,6 +37,7 @@ export declare const lineChartTheme: import("tailwind-variants").TVReturnType<{
36
37
  tooltip?: import("tailwind-variants").ClassValue;
37
38
  tooltipLabel?: import("tailwind-variants").ClassValue;
38
39
  tooltipValue?: import("tailwind-variants").ClassValue;
40
+ band?: import("tailwind-variants").ClassValue;
39
41
  crosshair?: import("tailwind-variants").ClassValue;
40
42
  markerRing?: import("tailwind-variants").ClassValue;
41
43
  };
@@ -49,6 +51,7 @@ export declare const lineChartTheme: import("tailwind-variants").TVReturnType<{
49
51
  category: string;
50
52
  line: string;
51
53
  area: string;
54
+ band: string;
52
55
  crosshair: string;
53
56
  marker: string;
54
57
  markerRing: string;
@@ -74,6 +77,7 @@ export declare const lineChartTheme: import("tailwind-variants").TVReturnType<{
74
77
  tooltip?: import("tailwind-variants").ClassValue;
75
78
  tooltipLabel?: import("tailwind-variants").ClassValue;
76
79
  tooltipValue?: import("tailwind-variants").ClassValue;
80
+ band?: import("tailwind-variants").ClassValue;
77
81
  crosshair?: import("tailwind-variants").ClassValue;
78
82
  markerRing?: import("tailwind-variants").ClassValue;
79
83
  };
@@ -87,6 +91,7 @@ export declare const lineChartTheme: import("tailwind-variants").TVReturnType<{
87
91
  category: string;
88
92
  line: string;
89
93
  area: string;
94
+ band: string;
90
95
  crosshair: string;
91
96
  marker: string;
92
97
  markerRing: string;
@@ -104,6 +109,7 @@ export declare const lineChartTheme: import("tailwind-variants").TVReturnType<{
104
109
  category: string;
105
110
  line: string;
106
111
  area: string;
112
+ band: string;
107
113
  crosshair: string;
108
114
  marker: string;
109
115
  markerRing: string;