impact-nova 1.5.13 → 1.5.15

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 (39) hide show
  1. package/dist/components/ui/badge.d.ts +1 -1
  2. package/dist/components/ui/badge.js +12 -11
  3. package/dist/components/ui/breadcrumb.js +25 -20
  4. package/dist/components/ui/command-palette/command-palette-layout.d.ts +28 -0
  5. package/dist/components/ui/command-palette/command-palette-layout.js +59 -0
  6. package/dist/components/ui/command-palette/command-palette.d.ts +5 -2
  7. package/dist/components/ui/command-palette/command-palette.js +271 -264
  8. package/dist/components/ui/command-palette/index.d.ts +1 -1
  9. package/dist/components/ui/command-palette/index.js +42 -41
  10. package/dist/components/ui/command-palette/shortcut-settings.d.ts +3 -3
  11. package/dist/components/ui/command-palette/shortcut-settings.js +112 -107
  12. package/dist/components/ui/command-palette/utils.d.ts +6 -1
  13. package/dist/components/ui/command-palette/utils.js +81 -74
  14. package/dist/components/ui/data-table/data-table.js +51 -40
  15. package/dist/components/ui/dialog.js +2 -5
  16. package/dist/components/ui/empty-container.js +72 -65
  17. package/dist/components/ui/filter-panel/filter-panel.d.ts +2 -2
  18. package/dist/components/ui/filter-panel/filter-panel.js +154 -76
  19. package/dist/components/ui/filter-strip/filter-summary.js +30 -32
  20. package/dist/components/ui/header.d.ts +7 -3
  21. package/dist/components/ui/header.js +46 -44
  22. package/dist/components/ui/horizontal-scroller/horizontal-scroller.js +1 -1
  23. package/dist/components/ui/select/select.js +84 -88
  24. package/dist/components/ui/sidebar.js +341 -305
  25. package/dist/components/ui/types/filter-panel.types.d.ts +3 -0
  26. package/dist/components/ui/types/horizontal-scroller.types.d.ts +1 -1
  27. package/dist/i18n/defaultMessages.d.ts +1 -0
  28. package/dist/i18n/defaultMessages.js +1 -0
  29. package/dist/i18n/locales/de.js +1 -0
  30. package/dist/i18n/locales/es.js +1 -0
  31. package/dist/i18n/locales/hi.js +1 -0
  32. package/dist/i18n/locales/kn.js +1 -0
  33. package/dist/icons/assets/clock.svg.js +5 -0
  34. package/dist/icons/index.d.ts +1 -0
  35. package/dist/icons/index.js +159 -157
  36. package/dist/impact-nova.css +1 -1
  37. package/dist/index.js +106 -105
  38. package/package.json +1 -1
  39. package/tailwind.config.js +14 -1
package/dist/index.js CHANGED
@@ -3,10 +3,10 @@ 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
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
- import { Alert as h, AlertDescription as I, AlertIcon as A, AlertTitle as M, alertVariants as y } from "./components/ui/alert.js";
6
+ import { Alert as h, AlertDescription as A, AlertIcon as I, AlertTitle as M, alertVariants as y } from "./components/ui/alert.js";
7
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
- 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";
9
+ import { Breadcrumb as G, BreadcrumbArrowSeparator as E, BreadcrumbEllipsis as O, BreadcrumbHeader as V, 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";
@@ -15,21 +15,21 @@ import { Chart as me, ChartActions as de, ChartContainer as se, ChartContent as
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
- import { DatePicker as Ie } from "./components/ui/date-picker/date-picker.js";
18
+ import { DatePicker as Ae } 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
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";
25
- import { MultiMonthPicker as Ve } from "./components/ui/date-picker/multi-month-picker.js";
26
- import { MultiWeekPicker as Oe } from "./components/ui/date-picker/multi-week-picker.js";
25
+ import { MultiMonthPicker as Ee } from "./components/ui/date-picker/multi-month-picker.js";
26
+ import { MultiWeekPicker as Ve } 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 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";
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 Ao, DropdownMenuSubContent as Io, DropdownMenuSubTrigger as Mo, DropdownMenuTrigger as yo } from "./components/ui/dropdown-menu.js";
30
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
- 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";
32
+ import { FileUpload as Eo, FileUploadClose as Oo, FileUploadContent as Vo, 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";
@@ -38,9 +38,9 @@ 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 vr, useNotificationContext as wr } from "./components/ui/notification-panel/notification-panel.js";
41
+ import { NotificationPanel as Ir, 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
- 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";
43
+ import { NotificationItem as Rr, NotificationItemActions as Gr, NotificationItemContent as Er, NotificationItemDescription as Or, NotificationItemIcon as Vr, 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";
45
45
  import { Portal as $r } from "./components/ui/portal.js";
46
46
  import { Progress as ot, Progress as rt } from "./components/ui/progress.js";
@@ -49,18 +49,18 @@ import { RadioGroup as lt, RadioGroupItem as mt } from "./components/ui/radio-gr
49
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 vt, SheetHeader as wt, SheetOverlay as Bt, SheetPortal as kt, SheetTitle as Ht, SheetTrigger as Lt } from "./components/ui/sheet.js";
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";
52
+ import { Sheet as At, SheetBody as It, 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
+ import { Sidebar as Rt, SidebarContent as Gt, SidebarFooter as Et, SidebarGroup as Ot, SidebarGroupAction as Vt, 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
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
- import { Tabs as Ta, TabsContent as Pa, TabsImage as ha, TabsList as Ia, TabsTrigger as Aa } from "./components/ui/tabs.js";
59
+ import { Tabs as Ta, TabsContent as Pa, TabsImage as ha, TabsList as Aa, TabsTrigger as Ia } from "./components/ui/tabs.js";
60
60
  import { TagGroup as ya, tagGroupVariants as Fa } from "./components/ui/tag-group.js";
61
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
- 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";
63
+ import { Toast as Na, ToastAction as Ra, ToastClose as Ga, ToastDescription as Ea, ToastProvider as Oa, ToastTitle as Va, ToastViewport as Ua } from "./components/ui/toast.js";
64
64
  import { Toaster as za } from "./components/ui/toaster.js";
65
65
  import { toast as Wa, useToast as qa } from "./hooks/use-toast.js";
66
66
  import { Tooltip as ja, TooltipContent as Ja, TooltipProvider as Qa, TooltipTrigger as Xa } from "./components/ui/tooltip.js";
@@ -70,36 +70,36 @@ import { DataTableContext as ii, useDataTable as ni } from "./components/ui/data
70
70
  import { DataTableFormatOptions as li } from "./components/ui/data-table/data-table-format-options.js";
71
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, 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";
73
+ import { BROWSER_SHORTCUTS as gi, COMMAND_SOURCE_LABELS as Di, deserialiseOverrides as bi, fuzzyFilter as Ci, fuzzyScore as Ti, getBrowserShortcutInfo as Pi, getKeySymbol as hi, isMac as Ai, isReservedShortcut as Ii, keybindingFromEvent as Mi, keybindingToString as yi, keybindingToSymbols as Fi, keybindingsEqual as vi, matchesKeybinding as wi, parseKeybinding as Bi, scopePriority as ki, serialiseOverrides as Hi } from "./components/ui/command-palette/utils.js";
74
+ import { LocalStorageAdapter as Ni, ShortcutRegistry as Ri } from "./components/ui/command-palette/shortcut-registry.js";
75
+ import { CommandPaletteProvider as Ei, useCommandPalette as Oi } from "./components/ui/command-palette/command-palette-context.js";
76
+ import { useShortcut as Ui } from "./components/ui/command-palette/use-shortcut.js";
77
+ import { useGlobalShortcut as zi } from "./components/ui/command-palette/use-global-shortcut.js";
78
+ import { useBrowserShortcuts as Wi } 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 Ji, CommandPaletteEmpty as Qi, CommandPaletteFooter as Xi, CommandPaletteGroup as Yi, CommandPaletteInput as $i, CommandPaletteItem as en, CommandPaletteList as on, CommandPaletteSeparator as rn, CommandPaletteShortcut as tn } from "./components/ui/command-palette/command-palette.js";
81
+ import { Kbd as nn } from "./components/ui/command-palette/kbd.js";
82
+ import { ShortcutSettings as ln } from "./components/ui/command-palette/shortcut-settings.js";
83
+ import { AG_GRID_VALUE_FORMATTERS as dn } from "./components/ui/ag-grid-react/value-formatters.js";
84
+ import { processBackendColumnDefs as fn } from "./components/ui/ag-grid-react/process-backend-columndefs.js";
85
+ import { addRowDataEditableCheck as un } 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 Dn, useImpactNovaI18n as bn } from "./i18n/ImpactNovaI18nContext.js";
88
+ import { de as Tn } from "./i18n/locales/de.js";
89
+ import { defaultMessages as hn } from "./i18n/defaultMessages.js";
90
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";
91
+ import { getDateFnsLocale as yn, getIntlLocale as Fn } from "./i18n/getDateFnsLocale.js";
92
+ import { hi as wn } from "./i18n/locales/hi.js";
93
+ import { kn } from "./i18n/locales/kn.js";
94
94
  export {
95
- mn as AG_GRID_VALUE_FORMATTERS,
95
+ dn as AG_GRID_VALUE_FORMATTERS,
96
96
  n as Accordion,
97
97
  p as AccordionContent,
98
98
  l as AccordionItem,
99
99
  a as AccordionNestedList,
100
100
  m as AccordionTrigger,
101
101
  h as Alert,
102
- I as AlertDescription,
102
+ A as AlertDescription,
103
103
  s as AlertDialog,
104
104
  f as AlertDialogAction,
105
105
  c as AlertDialogCancel,
@@ -111,7 +111,7 @@ export {
111
111
  b as AlertDialogPortal,
112
112
  C as AlertDialogTitle,
113
113
  T as AlertDialogTrigger,
114
- A as AlertIcon,
114
+ I as AlertIcon,
115
115
  M as AlertTitle,
116
116
  v as Avatar,
117
117
  w as AvatarFallback,
@@ -119,9 +119,9 @@ export {
119
119
  gi as BROWSER_SHORTCUTS,
120
120
  L as Badge,
121
121
  G as Breadcrumb,
122
- V as BreadcrumbArrowSeparator,
123
- E as BreadcrumbEllipsis,
124
- O as BreadcrumbHeader,
122
+ E as BreadcrumbArrowSeparator,
123
+ O as BreadcrumbEllipsis,
124
+ V as BreadcrumbHeader,
125
125
  U as BreadcrumbItem,
126
126
  _ as BreadcrumbLink,
127
127
  z as BreadcrumbList,
@@ -129,6 +129,7 @@ export {
129
129
  W as BreadcrumbSeparator,
130
130
  X as Button,
131
131
  j as ButtonGroup,
132
+ Di as COMMAND_SOURCE_LABELS,
132
133
  $ as Calendar,
133
134
  ee as CalendarDayButton,
134
135
  re as Card,
@@ -146,16 +147,16 @@ export {
146
147
  xe as ChartTitle,
147
148
  be as Checkbox,
148
149
  Te as Chip,
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,
150
+ Ji as CommandPalette,
151
+ Qi as CommandPaletteEmpty,
152
+ Xi as CommandPaletteFooter,
153
+ Yi as CommandPaletteGroup,
154
+ $i as CommandPaletteInput,
155
+ en as CommandPaletteItem,
156
+ on as CommandPaletteList,
157
+ Ei as CommandPaletteProvider,
158
+ rn as CommandPaletteSeparator,
159
+ tn as CommandPaletteShortcut,
159
160
  $a as DataTable,
160
161
  ti as DataTableColumnList,
161
162
  ei as DataTableContent,
@@ -167,7 +168,7 @@ export {
167
168
  ci as DataTableSheetTrigger,
168
169
  oi as DataTableToolbar,
169
170
  xi as DataTableViewOptions,
170
- Ie as DatePicker,
171
+ Ae as DatePicker,
171
172
  we as DateRangePicker,
172
173
  _e as Dialog,
173
174
  ze as DialogBody,
@@ -202,8 +203,8 @@ export {
202
203
  To as DropdownMenuRadioItem,
203
204
  Po as DropdownMenuSeparator,
204
205
  ho as DropdownMenuShortcut,
205
- Io as DropdownMenuSub,
206
- Ao as DropdownMenuSubContent,
206
+ Ao as DropdownMenuSub,
207
+ Io as DropdownMenuSubContent,
207
208
  Mo as DropdownMenuSubTrigger,
208
209
  yo as DropdownMenuTrigger,
209
210
  vo as DynamicLayout,
@@ -212,9 +213,9 @@ export {
212
213
  Lo as EmptyContainerDescription,
213
214
  No as EmptyContainerImage,
214
215
  Ro as EmptyContainerTitle,
215
- Vo as FileUpload,
216
- Eo as FileUploadClose,
217
- Oo as FileUploadContent,
216
+ Eo as FileUpload,
217
+ Oo as FileUploadClose,
218
+ Vo as FileUploadContent,
218
219
  Uo as FileUploadDescription,
219
220
  _o as FileUploadDropZone,
220
221
  zo as FileUploadFooter,
@@ -240,28 +241,28 @@ export {
240
241
  cr as HoverCardContent,
241
242
  ur as HoverCardTrigger,
242
243
  o as Icons,
243
- gn as ImpactNovaI18nProvider,
244
+ Dn as ImpactNovaI18nProvider,
244
245
  Sr as Input,
245
- an as Kbd,
246
+ nn as Kbd,
246
247
  Dr as Loader,
247
- Li as LocalStorageAdapter,
248
+ Ni as LocalStorageAdapter,
248
249
  Me as MonthPicker,
249
250
  Fe as MonthRangePicker,
250
251
  Re as MultiDatePicker,
251
- Ve as MultiMonthPicker,
252
- Oe as MultiWeekPicker,
252
+ Ee as MultiMonthPicker,
253
+ Ve as MultiWeekPicker,
253
254
  Tr as NestedList,
254
255
  kr as NotificationEmpty,
255
256
  Hr as NotificationGroup,
256
257
  dr as NotificationIconButton,
257
258
  Rr as NotificationItem,
258
259
  Gr as NotificationItemActions,
259
- Vr as NotificationItemContent,
260
- Er as NotificationItemDescription,
261
- Or as NotificationItemIcon,
260
+ Er as NotificationItemContent,
261
+ Or as NotificationItemDescription,
262
+ Vr as NotificationItemIcon,
262
263
  Ur as NotificationItemTitle,
263
264
  Lr as NotificationList,
264
- Ar as NotificationPanel,
265
+ Ir as NotificationPanel,
265
266
  Mr as NotificationPanelBody,
266
267
  yr as NotificationPanelContent,
267
268
  Fr as NotificationPanelFooter,
@@ -285,8 +286,8 @@ export {
285
286
  st as Select,
286
287
  hr as SelectionMode,
287
288
  Pt as Separator,
288
- It as Sheet,
289
- At as SheetBody,
289
+ At as Sheet,
290
+ It as SheetBody,
290
291
  Mt as SheetClose,
291
292
  yt as SheetContent,
292
293
  Ft as SheetDescription,
@@ -296,14 +297,14 @@ export {
296
297
  kt as SheetPortal,
297
298
  Ht as SheetTitle,
298
299
  Lt as SheetTrigger,
299
- Ni as ShortcutRegistry,
300
- qi as ShortcutScopeProvider,
301
- pn as ShortcutSettings,
300
+ Ri as ShortcutRegistry,
301
+ Zi as ShortcutScopeProvider,
302
+ ln as ShortcutSettings,
302
303
  Rt as Sidebar,
303
304
  Gt as SidebarContent,
304
- Vt as SidebarFooter,
305
- Et as SidebarGroup,
306
- Ot as SidebarGroupAction,
305
+ Et as SidebarFooter,
306
+ Ot as SidebarGroup,
307
+ Vt as SidebarGroupAction,
307
308
  Ut as SidebarGroupContent,
308
309
  _t as SidebarGroupLabel,
309
310
  zt as SidebarHeader,
@@ -327,23 +328,23 @@ export {
327
328
  ma as Skeleton,
328
329
  sa as Slider,
329
330
  ca as SmartInput,
330
- xn as SplitCellRenderer,
331
+ Sn as SplitCellRenderer,
331
332
  xa as Stepper,
332
333
  ba as Switch,
333
334
  Ta as Tabs,
334
335
  Pa as TabsContent,
335
336
  ha as TabsImage,
336
- Ia as TabsList,
337
- Aa as TabsTrigger,
337
+ Aa as TabsList,
338
+ Ia as TabsTrigger,
338
339
  wa as Tag,
339
340
  ya as TagGroup,
340
341
  Ha as Textarea,
341
342
  Na as Toast,
342
343
  Ra as ToastAction,
343
344
  Ga as ToastClose,
344
- Va as ToastDescription,
345
- Ea as ToastProvider,
346
- Oa as ToastTitle,
345
+ Ea as ToastDescription,
346
+ Oa as ToastProvider,
347
+ Va as ToastTitle,
347
348
  Ua as ToastViewport,
348
349
  za as Toaster,
349
350
  ja as Tooltip,
@@ -352,59 +353,59 @@ export {
352
353
  Xa as TooltipTrigger,
353
354
  ke as WeekPicker,
354
355
  Le as WeekRangePicker,
355
- cn as addRowDataEditableCheck,
356
+ un as addRowDataEditableCheck,
356
357
  y as alertVariants,
357
358
  k as avatarVariants,
358
359
  N as badgeVariants,
359
360
  J as buttonGroupVariants,
360
361
  Pe as chipVariants,
361
362
  ct as cx,
362
- Cn as de,
363
- Pn as defaultMessages,
364
- Di as deserialiseOverrides,
363
+ Tn as de,
364
+ hn as defaultMessages,
365
+ bi as deserialiseOverrides,
365
366
  wo as dynamicLayoutVariants,
366
367
  In as es,
367
- bi as fuzzyFilter,
368
- Ci as fuzzyScore,
368
+ Ci as fuzzyFilter,
369
+ Ti as fuzzyScore,
369
370
  ge as getBaseChartOptions,
370
- Ti as getBrowserShortcutInfo,
371
- Mn as getDateFnsLocale,
371
+ Pi as getBrowserShortcutInfo,
372
+ yn as getDateFnsLocale,
372
373
  ut as getIndeterminateState,
373
- yn as getIntlLocale,
374
- Pi as getKeySymbol,
374
+ Fn as getIntlLocale,
375
+ hi as getKeySymbol,
375
376
  xt as getLeafOptions,
376
377
  St as getSelectedCount,
377
378
  gt as getSequence,
378
- vn as hi,
379
+ wn as hi,
379
380
  Dt as isInvertedSelection,
380
- hi as isMac,
381
+ Ai as isMac,
381
382
  bt as isOptionArray,
382
383
  Ii as isReservedShortcut,
383
384
  Ct as isSelected,
384
- Ai as keybindingFromEvent,
385
- Mi as keybindingToString,
386
- yi as keybindingToSymbols,
387
- Fi as keybindingsEqual,
388
- Bn as kn,
385
+ Mi as keybindingFromEvent,
386
+ yi as keybindingToString,
387
+ Fi as keybindingToSymbols,
388
+ vi as keybindingsEqual,
389
+ kn,
389
390
  br as loaderVariants,
390
- vi as matchesKeybinding,
391
- wi as parseKeybinding,
392
- sn as processBackendColumnDefs,
391
+ wi as matchesKeybinding,
392
+ Bi as parseKeybinding,
393
+ fn as processBackendColumnDefs,
393
394
  nt as promptVariants,
394
- Bi as scopePriority,
395
- ki as serialiseOverrides,
395
+ ki as scopePriority,
396
+ Hi as serialiseOverrides,
396
397
  Sa as stepVariants,
397
398
  ga as stepperVariants,
398
399
  Fa as tagGroupVariants,
399
400
  Ba as tagVariants,
400
401
  Wa as toast,
401
- Ki as useBrowserShortcuts,
402
- Vi as useCommandPalette,
402
+ Wi as useBrowserShortcuts,
403
+ Oi as useCommandPalette,
403
404
  ni as useDataTable,
404
- _i as useGlobalShortcut,
405
- Dn as useImpactNovaI18n,
405
+ zi as useGlobalShortcut,
406
+ bn as useImpactNovaI18n,
406
407
  wr as useNotificationContext,
407
- Oi as useShortcut,
408
+ Ui as useShortcut,
408
409
  pa as useSidebar,
409
410
  qa as useToast
410
411
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impact-nova",
3
- "version": "1.5.13",
3
+ "version": "1.5.15",
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",
@@ -1,4 +1,17 @@
1
1
  import tailwindcssAnimate from "tailwindcss-animate";
2
+ import tailwindPlugin from "tailwindcss/plugin";
3
+
4
+ const scrollbarUtilities = tailwindPlugin(({ addUtilities }) => {
5
+ addUtilities({
6
+ ".scrollbar-hide": {
7
+ "-ms-overflow-style": "none",
8
+ "scrollbar-width": "none",
9
+ },
10
+ ".scrollbar-hide::-webkit-scrollbar": {
11
+ display: "none",
12
+ },
13
+ });
14
+ });
2
15
 
3
16
  const baseConfig = {
4
17
  darkMode: ["class"],
@@ -156,7 +169,7 @@ const baseConfig = {
156
169
  }
157
170
  }
158
171
  },
159
- plugins: [tailwindcssAnimate]
172
+ plugins: [tailwindcssAnimate, scrollbarUtilities]
160
173
  };
161
174
 
162
175
  /** @type {import('tailwindcss').Config} */