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