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