impact-nova 1.5.7 → 1.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (23) hide show
  1. package/dist/components/layout/dashboard-layout.d.ts +24 -39
  2. package/dist/components/ui/ag-grid-react/cell-renderers/editors/percent-progress-cell-editor.d.ts +16 -0
  3. package/dist/components/ui/ag-grid-react/cell-renderers/editors/percent-progress-cell-editor.js +135 -0
  4. package/dist/components/ui/ag-grid-react/cell-renderers/index.d.ts +14 -1
  5. package/dist/components/ui/ag-grid-react/cell-renderers/index.js +41 -35
  6. package/dist/components/ui/ag-grid-react/cell-renderers/percent-progress-display-renderer.d.ts +31 -0
  7. package/dist/components/ui/ag-grid-react/cell-renderers/percent-progress-display-renderer.js +63 -0
  8. package/dist/components/ui/button.d.ts +7 -0
  9. package/dist/components/ui/button.js +25 -20
  10. package/dist/components/ui/command-palette/command-palette-context.d.ts +4 -2
  11. package/dist/components/ui/command-palette/command-palette-context.js +76 -77
  12. package/dist/components/ui/command-palette/index.d.ts +3 -3
  13. package/dist/components/ui/command-palette/index.js +43 -40
  14. package/dist/components/ui/command-palette/shortcut-registry.d.ts +15 -2
  15. package/dist/components/ui/command-palette/shortcut-registry.js +61 -35
  16. package/dist/components/ui/command-palette/utils.d.ts +15 -0
  17. package/dist/components/ui/command-palette/utils.js +105 -70
  18. package/dist/icons/assets/command-pallet.svg.js +5 -0
  19. package/dist/icons/index.d.ts +1 -0
  20. package/dist/icons/index.js +146 -144
  21. package/dist/impact-nova.css +1 -1
  22. package/dist/index.js +100 -97
  23. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2,23 +2,23 @@
2
2
  import * as o from "./icons/index.js";
3
3
  import { AccordionNestedList as a } from "./components/ui/accordion-nested-list/accordion-nested-list.js";
4
4
  import { Accordion as n, AccordionContent as p, AccordionItem as l, AccordionTrigger as m } from "./components/ui/accordion.js";
5
- import { AlertDialog as f, AlertDialogAction as s, AlertDialogCancel as c, AlertDialogContent as u, AlertDialogDescription as x, AlertDialogFooter as S, AlertDialogHeader as g, AlertDialogOverlay as D, AlertDialogPortal as b, AlertDialogTitle as C, AlertDialogTrigger as T } from "./components/ui/alert-dialog.js";
5
+ import { AlertDialog as s, AlertDialogAction as f, AlertDialogCancel as c, AlertDialogContent as u, AlertDialogDescription as x, AlertDialogFooter as S, AlertDialogHeader as g, AlertDialogOverlay as D, AlertDialogPortal as b, AlertDialogTitle as C, AlertDialogTrigger as T } from "./components/ui/alert-dialog.js";
6
6
  import { Alert as h, AlertDescription as I, AlertIcon as A, AlertTitle as M, alertVariants as y } from "./components/ui/alert.js";
7
- import { Avatar as w, AvatarFallback as v, AvatarImage as B, avatarVariants as k } from "./components/ui/avatar.js";
7
+ import { Avatar as v, AvatarFallback as w, AvatarImage as B, avatarVariants as k } from "./components/ui/avatar.js";
8
8
  import { Badge as L, badgeVariants as N } from "./components/ui/badge.js";
9
9
  import { Breadcrumb as G, BreadcrumbArrowSeparator as V, BreadcrumbEllipsis as E, BreadcrumbHeader as O, BreadcrumbItem as U, BreadcrumbLink as _, BreadcrumbList as z, BreadcrumbPage as K, BreadcrumbSeparator as W, HomeIcon as q } from "./components/ui/breadcrumb.js";
10
10
  import { ButtonGroup as j, buttonGroupVariants as J } from "./components/ui/button-group.js";
11
11
  import { Button as X } from "./components/ui/button.js";
12
12
  import { Calendar as $, CalendarDayButton as ee } from "./components/ui/calendar.js";
13
13
  import { Card as re, CardContent as te, CardDescription as ae, CardFooter as ie, CardHeader as ne, CardTitle as pe } from "./components/ui/card.js";
14
- import { Chart as me, ChartActions as de, ChartContainer as fe, ChartContent as se, ChartFullScreen as ce, ChartHeader as ue, ChartTitle as xe } from "./components/ui/chart/chart.js";
14
+ import { Chart as me, ChartActions as de, ChartContainer as se, ChartContent as fe, ChartFullScreen as ce, ChartHeader as ue, ChartTitle as xe } from "./components/ui/chart/chart.js";
15
15
  import { getBaseChartOptions as ge } from "./components/ui/chart/chart.utils.js";
16
16
  import { Checkbox as be } from "./components/ui/checkbox.js";
17
17
  import { Chip as Te, chipVariants as Pe } from "./components/ui/chips.js";
18
18
  import { DatePicker as Ie } from "./components/ui/date-picker/date-picker.js";
19
19
  import { MonthPicker as Me } from "./components/ui/date-picker/month-picker.js";
20
20
  import { MonthRangePicker as Fe } from "./components/ui/date-picker/month-range-picker.js";
21
- import { DateRangePicker as ve } from "./components/ui/date-picker/date-range-picker.js";
21
+ import { DateRangePicker as we } from "./components/ui/date-picker/date-range-picker.js";
22
22
  import { WeekPicker as ke } from "./components/ui/date-picker/week-picker.js";
23
23
  import { WeekRangePicker as Le } from "./components/ui/date-picker/week-range-picker.js";
24
24
  import { MultiDatePicker as Re } from "./components/ui/date-picker/multi-date-picker.js";
@@ -26,19 +26,19 @@ import { MultiMonthPicker as Ve } from "./components/ui/date-picker/multi-month-
26
26
  import { MultiWeekPicker as Oe } from "./components/ui/date-picker/multi-week-picker.js";
27
27
  import { Dialog as _e, DialogBody as ze, DialogClose as Ke, DialogContent as We, DialogDescription as qe, DialogFooter as Ze, DialogHeader as je, DialogOverlay as Je, DialogPortal as Qe, DialogTitle as Xe, DialogTrigger as Ye } from "./components/ui/dialog.js";
28
28
  import { Drawer as eo, DrawerClose as oo, DrawerContent as ro, DrawerDescription as to, DrawerFooter as ao, DrawerHeader as io, DrawerOverlay as no, DrawerPortal as po, DrawerTitle as lo, DrawerTrigger as mo } from "./components/ui/drawer.js";
29
- import { DropdownMenu as so, DropdownMenuCheckboxItem as co, DropdownMenuContent as uo, DropdownMenuFooter as xo, DropdownMenuGroup as So, DropdownMenuItem as go, DropdownMenuLabel as Do, DropdownMenuPortal as bo, DropdownMenuRadioGroup as Co, DropdownMenuRadioItem as To, DropdownMenuSeparator as Po, DropdownMenuShortcut as ho, DropdownMenuSub as Io, DropdownMenuSubContent as Ao, DropdownMenuSubTrigger as Mo, DropdownMenuTrigger as yo } from "./components/ui/dropdown-menu.js";
30
- import { DynamicLayout as wo, dynamicLayoutVariants as vo } from "./components/ui/dynamic-layout.js";
29
+ import { DropdownMenu as fo, DropdownMenuCheckboxItem as co, DropdownMenuContent as uo, DropdownMenuFooter as xo, DropdownMenuGroup as So, DropdownMenuItem as go, DropdownMenuLabel as Do, DropdownMenuPortal as bo, DropdownMenuRadioGroup as Co, DropdownMenuRadioItem as To, DropdownMenuSeparator as Po, DropdownMenuShortcut as ho, DropdownMenuSub as Io, DropdownMenuSubContent as Ao, DropdownMenuSubTrigger as Mo, DropdownMenuTrigger as yo } from "./components/ui/dropdown-menu.js";
30
+ import { DynamicLayout as vo, dynamicLayoutVariants as wo } from "./components/ui/dynamic-layout.js";
31
31
  import { EmptyContainer as ko, EmptyContainerAction as Ho, EmptyContainerDescription as Lo, EmptyContainerImage as No, EmptyContainerTitle as Ro } from "./components/ui/empty-container.js";
32
32
  import { FileUpload as Vo, FileUploadClose as Eo, FileUploadContent as Oo, FileUploadDescription as Uo, FileUploadDropZone as _o, FileUploadFooter as zo, FileUploadHeader as Ko, FileUploadItem as Wo, FileUploadList as qo, FileUploadTitle as Zo } from "./components/ui/file-upload.js";
33
33
  import { FilterPanel as Jo, FilterPanelBody as Qo, FilterPanelFooter as Xo, FilterPanelHeader as Yo, FilterPanelSidebar as $o } from "./components/ui/filter-panel/filter-panel.js";
34
34
  import { FilterStrip as or } from "./components/ui/filter-strip/filter-strip.js";
35
35
  import { Header as tr, HeaderBotButton as ar, HeaderLeft as ir, HeaderLogo as nr, HeaderRight as pr, HeaderSeparator as lr, HeaderTitle as mr, NotificationIconButton as dr } from "./components/ui/header.js";
36
- import { HoverCard as sr, HoverCardContent as cr, HoverCardTrigger as ur } from "./components/ui/hover-card.js";
36
+ import { HoverCard as fr, HoverCardContent as cr, HoverCardTrigger as ur } from "./components/ui/hover-card.js";
37
37
  import { Input as Sr } from "./components/ui/input.js";
38
38
  import { Loader as Dr, loaderVariants as br } from "./components/ui/loader.js";
39
39
  import { NestedList as Tr } from "./components/ui/nested-list/nested-list.js";
40
40
  import { SelectionMode as hr } from "./components/ui/types/nested-list.types.js";
41
- import { NotificationPanel as Ar, NotificationPanelBody as Mr, NotificationPanelContent as yr, NotificationPanelFooter as Fr, NotificationPanelHeader as wr, useNotificationContext as vr } from "./components/ui/notification-panel/notification-panel.js";
41
+ import { NotificationPanel as Ar, NotificationPanelBody as Mr, NotificationPanelContent as yr, NotificationPanelFooter as Fr, NotificationPanelHeader as vr, useNotificationContext as wr } from "./components/ui/notification-panel/notification-panel.js";
42
42
  import { NotificationEmpty as kr, NotificationGroup as Hr, NotificationList as Lr } from "./components/ui/notification-panel/notification-list.js";
43
43
  import { NotificationItem as Rr, NotificationItemActions as Gr, NotificationItemContent as Vr, NotificationItemDescription as Er, NotificationItemIcon as Or, NotificationItemTitle as Ur } from "./components/ui/notification-panel/notification-item.js";
44
44
  import { Popover as zr, PopoverAnchor as Kr, PopoverBody as Wr, PopoverClose as qr, PopoverContent as Zr, PopoverFooter as jr, PopoverHeader as Jr, PopoverTitle as Qr, PopoverTrigger as Xr } from "./components/ui/popover.js";
@@ -46,19 +46,19 @@ import { Portal as $r } from "./components/ui/portal.js";
46
46
  import { Progress as ot, Progress as rt } from "./components/ui/progress.js";
47
47
  import { Prompt as at, PromptClose as it, promptVariants as nt } from "./components/ui/prompt.js";
48
48
  import { RadioGroup as lt, RadioGroupItem as mt } from "./components/ui/radio-group.js";
49
- import { default as ft } from "./components/ui/select/select.js";
49
+ import { default as st } from "./components/ui/select/select.js";
50
50
  import { cx as ct, getIndeterminateState as ut, getLeafOptions as xt, getSelectedCount as St, getSequence as gt, isInvertedSelection as Dt, isOptionArray as bt, isSelected as Ct } from "./components/ui/select/utils/select.js";
51
51
  import { Separator as Pt } from "./components/ui/separator.js";
52
- import { Sheet as It, SheetBody as At, SheetClose as Mt, SheetContent as yt, SheetDescription as Ft, SheetFooter as wt, SheetHeader as vt, SheetOverlay as Bt, SheetPortal as kt, SheetTitle as Ht, SheetTrigger as Lt } from "./components/ui/sheet.js";
52
+ import { Sheet as It, SheetBody as At, SheetClose as Mt, SheetContent as yt, SheetDescription as Ft, SheetFooter as vt, SheetHeader as wt, SheetOverlay as Bt, SheetPortal as kt, SheetTitle as Ht, SheetTrigger as Lt } from "./components/ui/sheet.js";
53
53
  import { Sidebar as Rt, SidebarContent as Gt, SidebarFooter as Vt, SidebarGroup as Et, SidebarGroupAction as Ot, SidebarGroupContent as Ut, SidebarGroupLabel as _t, SidebarHeader as zt, SidebarInput as Kt, SidebarInset as Wt, SidebarLogout as qt, SidebarMenu as Zt, SidebarMenuAction as jt, SidebarMenuBadge as Jt, SidebarMenuButton as Qt, SidebarMenuCollapsible as Xt, SidebarMenuItem as Yt, SidebarMenuSkeleton as $t, SidebarMenuSub as ea, SidebarMenuSubButton as oa, SidebarMenuSubItem as ra, SidebarProvider as ta, SidebarRail as aa, SidebarSeparator as ia, SidebarTrigger as na, useSidebar as pa } from "./components/ui/sidebar.js";
54
54
  import { Skeleton as ma } from "./components/ui/skeleton.js";
55
- import { Slider as fa } from "./components/ui/slider.js";
55
+ import { Slider as sa } from "./components/ui/slider.js";
56
56
  import { SmartInput as ca } from "./components/ui/smart-input.js";
57
57
  import { Stepper as xa, stepVariants as Sa, stepperVariants as ga } from "./components/ui/stepper.js";
58
58
  import { Switch as ba } from "./components/ui/switch.js";
59
59
  import { Tabs as Ta, TabsContent as Pa, TabsImage as ha, TabsList as Ia, TabsTrigger as Aa } from "./components/ui/tabs.js";
60
60
  import { TagGroup as ya, tagGroupVariants as Fa } from "./components/ui/tag-group.js";
61
- import { Tag as va, tagVariants as Ba } from "./components/ui/tag.js";
61
+ import { Tag as wa, tagVariants as Ba } from "./components/ui/tag.js";
62
62
  import { Textarea as Ha } from "./components/ui/textarea.js";
63
63
  import { Toast as Na, ToastAction as Ra, ToastClose as Ga, ToastDescription as Va, ToastProvider as Ea, ToastTitle as Oa, ToastViewport as Ua } from "./components/ui/toast.js";
64
64
  import { Toaster as za } from "./components/ui/toaster.js";
@@ -68,31 +68,31 @@ import { DataTable as $a, DataTableContent as ei, DataTableToolbar as oi } from
68
68
  import { DataTableColumnList as ti } from "./components/ui/data-table/data-table-column-list.js";
69
69
  import { DataTableContext as ii, useDataTable as ni } from "./components/ui/data-table/data-table-context.js";
70
70
  import { DataTableFormatOptions as li } from "./components/ui/data-table/data-table-format-options.js";
71
- import { DataTableSheet as di, DataTableSheetContent as fi, DataTableSheetHeader as si, DataTableSheetTrigger as ci } from "./components/ui/data-table/data-table-sheet.js";
71
+ import { DataTableSheet as di, DataTableSheetContent as si, DataTableSheetHeader as fi, DataTableSheetTrigger as ci } from "./components/ui/data-table/data-table-sheet.js";
72
72
  import { DataTableViewOptions as xi } from "./components/ui/data-table/data-table-view-options.js";
73
- import { BROWSER_SHORTCUTS as gi, fuzzyFilter as Di, fuzzyScore as bi, getBrowserShortcutInfo as Ci, getKeySymbol as Ti, isMac as Pi, isReservedShortcut as hi, keybindingFromEvent as Ii, keybindingToString as Ai, keybindingToSymbols as Mi, keybindingsEqual as yi, matchesKeybinding as Fi, parseKeybinding as wi, scopePriority as vi } from "./components/ui/command-palette/utils.js";
74
- import { ShortcutRegistry as ki } from "./components/ui/command-palette/shortcut-registry.js";
75
- import { CommandPaletteProvider as Li, useCommandPalette as Ni } from "./components/ui/command-palette/command-palette-context.js";
76
- import { useShortcut as Gi } from "./components/ui/command-palette/use-shortcut.js";
77
- import { useGlobalShortcut as Ei } from "./components/ui/command-palette/use-global-shortcut.js";
78
- import { useBrowserShortcuts as Ui } from "./components/ui/command-palette/use-browser-shortcuts.js";
79
- import { ShortcutScopeProvider as zi } from "./components/ui/command-palette/shortcut-scope-provider.js";
80
- import { CommandPalette as Wi, CommandPaletteEmpty as qi, CommandPaletteFooter as Zi, CommandPaletteGroup as ji, CommandPaletteInput as Ji, CommandPaletteItem as Qi, CommandPaletteList as Xi, CommandPaletteSeparator as Yi, CommandPaletteShortcut as $i } from "./components/ui/command-palette/command-palette.js";
81
- import { Kbd as on } from "./components/ui/command-palette/kbd.js";
82
- import { ShortcutSettings as tn } from "./components/ui/command-palette/shortcut-settings.js";
83
- import { AG_GRID_VALUE_FORMATTERS as nn } from "./components/ui/ag-grid-react/value-formatters.js";
84
- import { processBackendColumnDefs as ln } from "./components/ui/ag-grid-react/process-backend-columndefs.js";
85
- import { addRowDataEditableCheck as dn } from "./components/ui/ag-grid-react/editable-utils.js";
86
- import { SplitCellRenderer as sn } from "./components/ui/ag-grid-react/cell-renderers/split-cell-renderer.js";
87
- import { ImpactNovaI18nProvider as un, useImpactNovaI18n as xn } from "./i18n/ImpactNovaI18nContext.js";
88
- import { de as gn } from "./i18n/locales/de.js";
89
- import { defaultMessages as bn } from "./i18n/defaultMessages.js";
90
- import { es as Tn } from "./i18n/locales/es.js";
91
- import { getDateFnsLocale as hn, getIntlLocale as In } from "./i18n/getDateFnsLocale.js";
92
- import { hi as Mn } from "./i18n/locales/hi.js";
93
- import { kn as Fn } from "./i18n/locales/kn.js";
73
+ import { BROWSER_SHORTCUTS as gi, deserialiseOverrides as Di, fuzzyFilter as bi, fuzzyScore as Ci, getBrowserShortcutInfo as Ti, getKeySymbol as Pi, isMac as hi, isReservedShortcut as Ii, keybindingFromEvent as Ai, keybindingToString as Mi, keybindingToSymbols as yi, keybindingsEqual as Fi, matchesKeybinding as vi, parseKeybinding as wi, scopePriority as Bi, serialiseOverrides as ki } from "./components/ui/command-palette/utils.js";
74
+ import { LocalStorageAdapter as Li, ShortcutRegistry as Ni } from "./components/ui/command-palette/shortcut-registry.js";
75
+ import { CommandPaletteProvider as Gi, useCommandPalette as Vi } from "./components/ui/command-palette/command-palette-context.js";
76
+ import { useShortcut as Oi } from "./components/ui/command-palette/use-shortcut.js";
77
+ import { useGlobalShortcut as _i } from "./components/ui/command-palette/use-global-shortcut.js";
78
+ import { useBrowserShortcuts as Ki } from "./components/ui/command-palette/use-browser-shortcuts.js";
79
+ import { ShortcutScopeProvider as qi } from "./components/ui/command-palette/shortcut-scope-provider.js";
80
+ import { CommandPalette as ji, CommandPaletteEmpty as Ji, CommandPaletteFooter as Qi, CommandPaletteGroup as Xi, CommandPaletteInput as Yi, CommandPaletteItem as $i, CommandPaletteList as en, CommandPaletteSeparator as on, CommandPaletteShortcut as rn } from "./components/ui/command-palette/command-palette.js";
81
+ import { Kbd as an } from "./components/ui/command-palette/kbd.js";
82
+ import { ShortcutSettings as pn } from "./components/ui/command-palette/shortcut-settings.js";
83
+ import { AG_GRID_VALUE_FORMATTERS as mn } from "./components/ui/ag-grid-react/value-formatters.js";
84
+ import { processBackendColumnDefs as sn } from "./components/ui/ag-grid-react/process-backend-columndefs.js";
85
+ import { addRowDataEditableCheck as cn } from "./components/ui/ag-grid-react/editable-utils.js";
86
+ import { SplitCellRenderer as xn } from "./components/ui/ag-grid-react/cell-renderers/split-cell-renderer.js";
87
+ import { ImpactNovaI18nProvider as gn, useImpactNovaI18n as Dn } from "./i18n/ImpactNovaI18nContext.js";
88
+ import { de as Cn } from "./i18n/locales/de.js";
89
+ import { defaultMessages as Pn } from "./i18n/defaultMessages.js";
90
+ import { es as In } from "./i18n/locales/es.js";
91
+ import { getDateFnsLocale as Mn, getIntlLocale as yn } from "./i18n/getDateFnsLocale.js";
92
+ import { hi as vn } from "./i18n/locales/hi.js";
93
+ import { kn as Bn } from "./i18n/locales/kn.js";
94
94
  export {
95
- nn as AG_GRID_VALUE_FORMATTERS,
95
+ mn as AG_GRID_VALUE_FORMATTERS,
96
96
  n as Accordion,
97
97
  p as AccordionContent,
98
98
  l as AccordionItem,
@@ -100,8 +100,8 @@ export {
100
100
  m as AccordionTrigger,
101
101
  h as Alert,
102
102
  I as AlertDescription,
103
- f as AlertDialog,
104
- s as AlertDialogAction,
103
+ s as AlertDialog,
104
+ f as AlertDialogAction,
105
105
  c as AlertDialogCancel,
106
106
  u as AlertDialogContent,
107
107
  x as AlertDialogDescription,
@@ -113,8 +113,8 @@ export {
113
113
  T as AlertDialogTrigger,
114
114
  A as AlertIcon,
115
115
  M as AlertTitle,
116
- w as Avatar,
117
- v as AvatarFallback,
116
+ v as Avatar,
117
+ w as AvatarFallback,
118
118
  B as AvatarImage,
119
119
  gi as BROWSER_SHORTCUTS,
120
120
  L as Badge,
@@ -139,36 +139,36 @@ export {
139
139
  pe as CardTitle,
140
140
  me as Chart,
141
141
  de as ChartActions,
142
- fe as ChartContainer,
143
- se as ChartContent,
142
+ se as ChartContainer,
143
+ fe as ChartContent,
144
144
  ce as ChartFullScreen,
145
145
  ue as ChartHeader,
146
146
  xe as ChartTitle,
147
147
  be as Checkbox,
148
148
  Te as Chip,
149
- Wi as CommandPalette,
150
- qi as CommandPaletteEmpty,
151
- Zi as CommandPaletteFooter,
152
- ji as CommandPaletteGroup,
153
- Ji as CommandPaletteInput,
154
- Qi as CommandPaletteItem,
155
- Xi as CommandPaletteList,
156
- Li as CommandPaletteProvider,
157
- Yi as CommandPaletteSeparator,
158
- $i as CommandPaletteShortcut,
149
+ ji as CommandPalette,
150
+ Ji as CommandPaletteEmpty,
151
+ Qi as CommandPaletteFooter,
152
+ Xi as CommandPaletteGroup,
153
+ Yi as CommandPaletteInput,
154
+ $i as CommandPaletteItem,
155
+ en as CommandPaletteList,
156
+ Gi as CommandPaletteProvider,
157
+ on as CommandPaletteSeparator,
158
+ rn as CommandPaletteShortcut,
159
159
  $a as DataTable,
160
160
  ti as DataTableColumnList,
161
161
  ei as DataTableContent,
162
162
  ii as DataTableContext,
163
163
  li as DataTableFormatOptions,
164
164
  di as DataTableSheet,
165
- fi as DataTableSheetContent,
166
- si as DataTableSheetHeader,
165
+ si as DataTableSheetContent,
166
+ fi as DataTableSheetHeader,
167
167
  ci as DataTableSheetTrigger,
168
168
  oi as DataTableToolbar,
169
169
  xi as DataTableViewOptions,
170
170
  Ie as DatePicker,
171
- ve as DateRangePicker,
171
+ we as DateRangePicker,
172
172
  _e as Dialog,
173
173
  ze as DialogBody,
174
174
  Ke as DialogClose,
@@ -190,7 +190,7 @@ export {
190
190
  po as DrawerPortal,
191
191
  lo as DrawerTitle,
192
192
  mo as DrawerTrigger,
193
- so as DropdownMenu,
193
+ fo as DropdownMenu,
194
194
  co as DropdownMenuCheckboxItem,
195
195
  uo as DropdownMenuContent,
196
196
  xo as DropdownMenuFooter,
@@ -206,7 +206,7 @@ export {
206
206
  Ao as DropdownMenuSubContent,
207
207
  Mo as DropdownMenuSubTrigger,
208
208
  yo as DropdownMenuTrigger,
209
- wo as DynamicLayout,
209
+ vo as DynamicLayout,
210
210
  ko as EmptyContainer,
211
211
  Ho as EmptyContainerAction,
212
212
  Lo as EmptyContainerDescription,
@@ -236,14 +236,15 @@ export {
236
236
  lr as HeaderSeparator,
237
237
  mr as HeaderTitle,
238
238
  q as HomeIcon,
239
- sr as HoverCard,
239
+ fr as HoverCard,
240
240
  cr as HoverCardContent,
241
241
  ur as HoverCardTrigger,
242
242
  o as Icons,
243
- un as ImpactNovaI18nProvider,
243
+ gn as ImpactNovaI18nProvider,
244
244
  Sr as Input,
245
- on as Kbd,
245
+ an as Kbd,
246
246
  Dr as Loader,
247
+ Li as LocalStorageAdapter,
247
248
  Me as MonthPicker,
248
249
  Fe as MonthRangePicker,
249
250
  Re as MultiDatePicker,
@@ -264,7 +265,7 @@ export {
264
265
  Mr as NotificationPanelBody,
265
266
  yr as NotificationPanelContent,
266
267
  Fr as NotificationPanelFooter,
267
- wr as NotificationPanelHeader,
268
+ vr as NotificationPanelHeader,
268
269
  zr as Popover,
269
270
  Kr as PopoverAnchor,
270
271
  Wr as PopoverBody,
@@ -281,7 +282,7 @@ export {
281
282
  it as PromptClose,
282
283
  lt as RadioGroup,
283
284
  mt as RadioGroupItem,
284
- ft as Select,
285
+ st as Select,
285
286
  hr as SelectionMode,
286
287
  Pt as Separator,
287
288
  It as Sheet,
@@ -289,15 +290,15 @@ export {
289
290
  Mt as SheetClose,
290
291
  yt as SheetContent,
291
292
  Ft as SheetDescription,
292
- wt as SheetFooter,
293
- vt as SheetHeader,
293
+ vt as SheetFooter,
294
+ wt as SheetHeader,
294
295
  Bt as SheetOverlay,
295
296
  kt as SheetPortal,
296
297
  Ht as SheetTitle,
297
298
  Lt as SheetTrigger,
298
- ki as ShortcutRegistry,
299
- zi as ShortcutScopeProvider,
300
- tn as ShortcutSettings,
299
+ Ni as ShortcutRegistry,
300
+ qi as ShortcutScopeProvider,
301
+ pn as ShortcutSettings,
301
302
  Rt as Sidebar,
302
303
  Gt as SidebarContent,
303
304
  Vt as SidebarFooter,
@@ -324,9 +325,9 @@ export {
324
325
  ia as SidebarSeparator,
325
326
  na as SidebarTrigger,
326
327
  ma as Skeleton,
327
- fa as Slider,
328
+ sa as Slider,
328
329
  ca as SmartInput,
329
- sn as SplitCellRenderer,
330
+ xn as SplitCellRenderer,
330
331
  xa as Stepper,
331
332
  ba as Switch,
332
333
  Ta as Tabs,
@@ -334,7 +335,7 @@ export {
334
335
  ha as TabsImage,
335
336
  Ia as TabsList,
336
337
  Aa as TabsTrigger,
337
- va as Tag,
338
+ wa as Tag,
338
339
  ya as TagGroup,
339
340
  Ha as Textarea,
340
341
  Na as Toast,
@@ -351,57 +352,59 @@ export {
351
352
  Xa as TooltipTrigger,
352
353
  ke as WeekPicker,
353
354
  Le as WeekRangePicker,
354
- dn as addRowDataEditableCheck,
355
+ cn as addRowDataEditableCheck,
355
356
  y as alertVariants,
356
357
  k as avatarVariants,
357
358
  N as badgeVariants,
358
359
  J as buttonGroupVariants,
359
360
  Pe as chipVariants,
360
361
  ct as cx,
361
- gn as de,
362
- bn as defaultMessages,
363
- vo as dynamicLayoutVariants,
364
- Tn as es,
365
- Di as fuzzyFilter,
366
- bi as fuzzyScore,
362
+ Cn as de,
363
+ Pn as defaultMessages,
364
+ Di as deserialiseOverrides,
365
+ wo as dynamicLayoutVariants,
366
+ In as es,
367
+ bi as fuzzyFilter,
368
+ Ci as fuzzyScore,
367
369
  ge as getBaseChartOptions,
368
- Ci as getBrowserShortcutInfo,
369
- hn as getDateFnsLocale,
370
+ Ti as getBrowserShortcutInfo,
371
+ Mn as getDateFnsLocale,
370
372
  ut as getIndeterminateState,
371
- In as getIntlLocale,
372
- Ti as getKeySymbol,
373
+ yn as getIntlLocale,
374
+ Pi as getKeySymbol,
373
375
  xt as getLeafOptions,
374
376
  St as getSelectedCount,
375
377
  gt as getSequence,
376
- Mn as hi,
378
+ vn as hi,
377
379
  Dt as isInvertedSelection,
378
- Pi as isMac,
380
+ hi as isMac,
379
381
  bt as isOptionArray,
380
- hi as isReservedShortcut,
382
+ Ii as isReservedShortcut,
381
383
  Ct as isSelected,
382
- Ii as keybindingFromEvent,
383
- Ai as keybindingToString,
384
- Mi as keybindingToSymbols,
385
- yi as keybindingsEqual,
386
- Fn as kn,
384
+ Ai as keybindingFromEvent,
385
+ Mi as keybindingToString,
386
+ yi as keybindingToSymbols,
387
+ Fi as keybindingsEqual,
388
+ Bn as kn,
387
389
  br as loaderVariants,
388
- Fi as matchesKeybinding,
390
+ vi as matchesKeybinding,
389
391
  wi as parseKeybinding,
390
- ln as processBackendColumnDefs,
392
+ sn as processBackendColumnDefs,
391
393
  nt as promptVariants,
392
- vi as scopePriority,
394
+ Bi as scopePriority,
395
+ ki as serialiseOverrides,
393
396
  Sa as stepVariants,
394
397
  ga as stepperVariants,
395
398
  Fa as tagGroupVariants,
396
399
  Ba as tagVariants,
397
400
  Wa as toast,
398
- Ui as useBrowserShortcuts,
399
- Ni as useCommandPalette,
401
+ Ki as useBrowserShortcuts,
402
+ Vi as useCommandPalette,
400
403
  ni as useDataTable,
401
- Ei as useGlobalShortcut,
402
- xn as useImpactNovaI18n,
403
- vr as useNotificationContext,
404
- Gi as useShortcut,
404
+ _i as useGlobalShortcut,
405
+ Dn as useImpactNovaI18n,
406
+ wr as useNotificationContext,
407
+ Oi as useShortcut,
405
408
  pa as useSidebar,
406
409
  qa as useToast
407
410
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impact-nova",
3
- "version": "1.5.7",
3
+ "version": "1.5.9",
4
4
  "description": "Enterprise-grade React design system built with React 19, Vite, Tailwind CSS, and Radix UI. Built-in internationalization (i18n) and comprehensive UI component library for scalable, accessible, and performant applications.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",