impact-nova 2.1.0-alpha.7 → 2.1.0-alpha.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 (108) hide show
  1. package/dist/components/data/ag-grid-react/ag-grid.types.d.ts +6 -0
  2. package/dist/components/data/ag-grid-react/build-ag-grid-theme.d.ts +3 -0
  3. package/dist/components/data/ag-grid-react/cell-renderers/editors/input-cell-editor.js +58 -58
  4. package/dist/components/data/ag-grid-react/column-indicator-sync-bus.d.ts +9 -0
  5. package/dist/components/data/ag-grid-react/column-indicator-sync-bus.js +15 -0
  6. package/dist/components/data/ag-grid-react/headers/column-menu/column-settings-menu.js +78 -73
  7. package/dist/components/data/ag-grid-react/headers/custom-header.js +3 -1
  8. package/dist/components/data/ag-grid-react/headers/header-search-input.js +87 -91
  9. package/dist/components/data/ag-grid-react/index.d.ts +1 -1
  10. package/dist/components/data/ag-grid-react/index.js +109 -100
  11. package/dist/components/data/ag-grid-react/notify-column-indicator-sync.d.ts +3 -2
  12. package/dist/components/data/ag-grid-react/notify-column-indicator-sync.js +4 -3
  13. package/dist/components/data/ag-grid-react/sync-ag-grid-theme-mode.d.ts +3 -0
  14. package/dist/components/data/ag-grid-react/sync-ag-grid-theme-mode.js +10 -0
  15. package/dist/components/data/ag-grid-react/theme.d.ts +1 -0
  16. package/dist/components/data/ag-grid-react/theme.js +93 -21
  17. package/dist/components/data/data-table/column-indicator.d.ts +1 -1
  18. package/dist/components/data/data-table/column-indicator.js +15 -11
  19. package/dist/components/data/data-table/data-table-column-def-pin.d.ts +9 -4
  20. package/dist/components/data/data-table/data-table-column-def-pin.js +38 -38
  21. package/dist/components/data/data-table/data-table-saved-views.js +37 -37
  22. package/dist/components/data/data-table/data-table.js +78 -73
  23. package/dist/components/data/data-table/data-table.types.d.ts +7 -1
  24. package/dist/components/data/data-table/indicator-legend.d.ts +13 -2
  25. package/dist/components/data/data-table/indicator-legend.js +20 -17
  26. package/dist/components/data/data-table/pin-switch.js +9 -9
  27. package/dist/components/data/data-table/use-data-table-column-list-sync.js +92 -89
  28. package/dist/components/data/nested-list/nested-list-change-detection.d.ts +11 -0
  29. package/dist/components/data/nested-list/nested-list-change-detection.js +13 -0
  30. package/dist/components/data/nested-list/nested-list.js +107 -97
  31. package/dist/components/data-display/calendar/calendar.d.ts +1 -1
  32. package/dist/components/data-display/calendar/calendar.js +194 -189
  33. package/dist/components/data-display/chart/chart-palette.d.ts +16 -0
  34. package/dist/components/data-display/chart/chart-palette.js +28 -0
  35. package/dist/components/data-display/chart/chart.js +121 -115
  36. package/dist/components/data-display/chart/chart.utils.js +9 -6
  37. package/dist/components/data-display/chart/index.d.ts +1 -0
  38. package/dist/components/data-display/chart/index.js +15 -9
  39. package/dist/components/data-display/chart/resolve-highcharts-options.d.ts +3 -0
  40. package/dist/components/data-display/chart/resolve-highcharts-options.js +35 -0
  41. package/dist/components/data-display/statistics-card/statistics-card.color.d.ts +6 -0
  42. package/dist/components/data-display/statistics-card/statistics-card.color.js +19 -0
  43. package/dist/components/data-display/statistics-card/statistics-card.hooks.js +50 -48
  44. package/dist/components/data-display/statistics-card/statistics-card.js +127 -146
  45. package/dist/components/feedback/alert-dialog/alert-dialog.js +15 -15
  46. package/dist/components/feedback/dialog/dialog.js +3 -3
  47. package/dist/components/feedback/drawer/drawer.js +32 -32
  48. package/dist/components/feedback/sheet/sheet.js +8 -8
  49. package/dist/components/feedback/sheet/sheet.variants.js +1 -1
  50. package/dist/components/feedback/toast/toast.js +83 -92
  51. package/dist/components/flows/command-palette/command-palette-context.types.d.ts +5 -0
  52. package/dist/components/flows/command-palette/command-palette.d.ts +4 -16
  53. package/dist/components/flows/command-palette/command-palette.js +245 -258
  54. package/dist/components/flows/command-palette/command-palette.types.d.ts +9 -0
  55. package/dist/components/flows/command-palette/shortcut-overlay.js +6 -6
  56. package/dist/components/flows/filter-panel/filter-panel.d.ts +3 -2
  57. package/dist/components/flows/filter-panel/filter-panel.js +99 -104
  58. package/dist/components/flows/filter-strip/filter-summary.js +41 -41
  59. package/dist/components/flows/filter-strip/filter-tag-list.js +48 -48
  60. package/dist/components/flows/wizard/wizard.js +32 -32
  61. package/dist/components/forms/choice-card/choice-card.d.ts +2 -2
  62. package/dist/components/forms/choice-card/choice-card.js +156 -166
  63. package/dist/components/forms/combobox/combobox.js +70 -70
  64. package/dist/components/forms/date-picker/date-picker.js +31 -30
  65. package/dist/components/forms/file-upload/file-upload.js +146 -168
  66. package/dist/components/forms/prompt/prompt.js +47 -48
  67. package/dist/components/forms/select/components/SelectAllRow.js +14 -14
  68. package/dist/components/forms/select/components/SelectMenuFooter.js +12 -12
  69. package/dist/components/forms/select/components/SelectMenuHeader.js +44 -44
  70. package/dist/components/forms/select/components/SelectMenuListBody.js +22 -22
  71. package/dist/components/forms/select/components/SelectMenuPanel.js +8 -8
  72. package/dist/components/forms/select/components/SelectOptionRow.js +62 -62
  73. package/dist/components/forms/select/select.d.ts +5 -4
  74. package/dist/components/forms/select/select.js +123 -120
  75. package/dist/components/forms/select/select.types.d.ts +95 -204
  76. package/dist/components/forms/slider/slider.js +17 -17
  77. package/dist/components/forms/smart-input/smart-input.js +49 -49
  78. package/dist/components/forms/textarea/textarea.js +25 -25
  79. package/dist/components/layout/breadcrumb/breadcrumb.js +112 -118
  80. package/dist/components/layout/header/header.d.ts +5 -17
  81. package/dist/components/layout/header/header.js +113 -116
  82. package/dist/components/layout/header/header.types.d.ts +3 -0
  83. package/dist/components/layout/sidebar/sidebar.js +5 -5
  84. package/dist/components/layout/sidebar/sidebar.variants.js +1 -1
  85. package/dist/components/primitives/accordion/accordion.js +38 -41
  86. package/dist/components/primitives/kbd/kbd.variants.js +1 -1
  87. package/dist/i18n/defaultMessages.d.ts +2 -0
  88. package/dist/i18n/defaultMessages.js +6 -4
  89. package/dist/i18n/locales/de.js +2 -0
  90. package/dist/i18n/locales/es.js +2 -0
  91. package/dist/i18n/locales/hi.js +2 -0
  92. package/dist/i18n/locales/kn.js +2 -0
  93. package/dist/impact-nova-base.scss +8 -5
  94. package/dist/impact-nova-components.css +2 -2
  95. package/dist/impact-nova-tokens.scss +346 -189
  96. package/dist/impact-nova.css +1 -1
  97. package/dist/index.js +505 -499
  98. package/dist/lib/resolve-design-token-color.d.ts +5 -0
  99. package/dist/lib/resolve-design-token-color.js +12 -0
  100. package/dist/llms/rules/ag-grid.js +1 -1
  101. package/dist/llms/rules/installation.js +1 -1
  102. package/dist/llms/rules/requirements.js +1 -1
  103. package/dist/tailwind.config.js +297 -0
  104. package/dist/theme/tailwind-colors.js +199 -0
  105. package/dist/theme/tokens/chart-series-palette.json.d.ts +53 -0
  106. package/dist/theme/tokens/chart-series-palette.json.js +7 -0
  107. package/package.json +32 -259
  108. package/tailwind.config.js +0 -335
@@ -5,7 +5,7 @@ import { ChevronRight as y, Cross as k } from "impact-nova-icons";
5
5
  import { createCompoundPart as S, wrapRadixPart as h } from "../../../lib/primitives/create-compound.js";
6
6
  import { cn as x } from "../../../lib/utils.js";
7
7
  import { useImpactNovaI18n as w } from "../../../i18n/use-impact-nova-i18n.js";
8
- import { Tooltip as b, TooltipTrigger as N, TooltipContent as v } from "../tooltip/tooltip.js";
8
+ import { Tooltip as b, TooltipTrigger as v, TooltipContent as N } from "../tooltip/tooltip.js";
9
9
  import { SheetContext as C } from "./sheet-context.js";
10
10
  import { sheetVariants as P } from "./sheet.variants.js";
11
11
  const V = (o) => /* @__PURE__ */ e(t.Root, { "data-component": "sheet", ...o }), q = h(
@@ -22,7 +22,7 @@ const V = (o) => /* @__PURE__ */ e(t.Root, { "data-component": "sheet", ...o }),
22
22
  t.Overlay,
23
23
  {
24
24
  className: x(
25
- "fixed inset-0 z-50 bg-black/40 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 motion-reduce:animate-none motion-reduce:transition-none",
25
+ "fixed inset-0 z-50 bg-scrim data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 motion-reduce:animate-none motion-reduce:transition-none",
26
26
  o
27
27
  ),
28
28
  ...r,
@@ -88,7 +88,7 @@ const L = ({
88
88
  "div",
89
89
  {
90
90
  className: x(
91
- "flex px-4 py-4 shrink-0 items-center justify-between bg-brand-tint border-b",
91
+ "flex shrink-0 items-center justify-between border-b bg-brand-tint px-4 py-4",
92
92
  g === "bottom" && "rounded-t-lg",
93
93
  o
94
94
  ),
@@ -97,7 +97,7 @@ const L = ({
97
97
  /* @__PURE__ */ e("div", { className: "flex flex-col space-y-1 text-center sm:text-start", children: r }),
98
98
  /* @__PURE__ */ a("div", { className: "flex items-center gap-2", children: [
99
99
  u && /* @__PURE__ */ a(b, { children: [
100
- /* @__PURE__ */ e(N, { asChild: !0, children: /* @__PURE__ */ a(
100
+ /* @__PURE__ */ e(v, { asChild: !0, children: /* @__PURE__ */ a(
101
101
  "button",
102
102
  {
103
103
  type: "button",
@@ -111,10 +111,10 @@ const L = ({
111
111
  ]
112
112
  }
113
113
  ) }),
114
- /* @__PURE__ */ e(v, { variant: "tertiary", side: "top", children: n ? d : c })
114
+ /* @__PURE__ */ e(N, { variant: "tertiary", side: "top", children: n ? d : c })
115
115
  ] }),
116
116
  /* @__PURE__ */ a(b, { children: [
117
- /* @__PURE__ */ e(N, { asChild: !0, children: /* @__PURE__ */ a(
117
+ /* @__PURE__ */ e(v, { asChild: !0, children: /* @__PURE__ */ a(
118
118
  R,
119
119
  {
120
120
  "data-component": "sheet-close",
@@ -126,7 +126,7 @@ const L = ({
126
126
  ]
127
127
  }
128
128
  ) }),
129
- /* @__PURE__ */ e(v, { variant: "tertiary", side: "top", children: s })
129
+ /* @__PURE__ */ e(N, { variant: "tertiary", side: "top", children: s })
130
130
  ] })
131
131
  ] })
132
132
  ]
@@ -141,7 +141,7 @@ const G = S("sheet", {
141
141
  }), J = S("sheet", {
142
142
  part: "footer",
143
143
  displayName: "SheetFooter",
144
- className: "mt-auto flex px-4 py-3 shrink-0 items-center justify-end gap-2 border-t bg-white"
144
+ className: "mt-auto flex shrink-0 items-center justify-end gap-2 border-t bg-canvas-elevated px-4 py-3"
145
145
  }), K = h(
146
146
  "sheet",
147
147
  "title",
@@ -1,6 +1,6 @@
1
1
  import { cva as t } from "class-variance-authority";
2
2
  const a = t(
3
- "fixed z-50 gap-4 bg-white p-6 shadow-lg transition ease-in-out data-[state=closed]:duration-300 data-[state=open]:duration-500 data-[state=open]:animate-in data-[state=closed]:animate-out motion-reduce:animate-none motion-reduce:transition-none",
3
+ "fixed z-50 gap-4 bg-canvas-elevated p-6 shadow-lg transition ease-in-out data-[state=closed]:duration-300 data-[state=open]:duration-500 data-[state=open]:animate-in data-[state=closed]:animate-out motion-reduce:animate-none motion-reduce:transition-none",
4
4
  {
5
5
  variants: {
6
6
  side: {
@@ -1,98 +1,89 @@
1
- import { jsx as s, jsxs as d } from "react/jsx-runtime";
2
- import * as i from "react";
3
- import * as o from "@radix-ui/react-toast";
1
+ import { jsx as r, jsxs as d } from "react/jsx-runtime";
2
+ import "react";
3
+ import * as e from "@radix-ui/react-toast";
4
4
  import { Cross as p } from "impact-nova-icons";
5
+ import { createComponent as c } from "../../../lib/primitives/create-component.js";
6
+ import { wrapRadixPart as n } from "../../../lib/primitives/create-compound.js";
5
7
  import { cn as a } from "../../../lib/utils.js";
6
8
  import { useImpactNovaI18n as l } from "../../../i18n/use-impact-nova-i18n.js";
7
- import { Tooltip as m, TooltipTrigger as u, TooltipContent as f } from "../tooltip/tooltip.js";
8
- import { toastVariants as g } from "./toast.variants.js";
9
- const A = o.Provider, v = i.forwardRef(({ className: t, position: e = "top-right", ...r }, c) => /* @__PURE__ */ s(
10
- o.Viewport,
11
- {
12
- ref: c,
13
- className: a(
14
- "z-[60] flex max-h-screen w-full p-4 md:max-w-[420px] gap-2",
15
- !t?.includes("static") && !t?.includes("absolute") && "fixed",
16
- e.startsWith("top") ? "top-0 sm:top-8 flex-col" : "bottom-0 sm:bottom-8 flex-col-reverse",
17
- e.endsWith("left") ? "left-0 sm:left-8" : "right-0 sm:right-8",
18
- t
19
- ),
20
- ...r
9
+ import { Tooltip as m, TooltipTrigger as f, TooltipContent as g } from "../tooltip/tooltip.js";
10
+ import { toastVariants as v } from "./toast.variants.js";
11
+ const j = e.Provider, A = c(
12
+ "ToastViewport",
13
+ ({ className: t, position: o = "top-right", ...s }, i) => /* @__PURE__ */ r(
14
+ e.Viewport,
15
+ {
16
+ ref: i,
17
+ className: a(
18
+ "z-[60] flex max-h-screen w-full p-4 md:max-w-[420px] gap-2",
19
+ !t?.includes("static") && !t?.includes("absolute") && "fixed",
20
+ o.startsWith("top") ? "top-0 sm:top-8 flex-col" : "bottom-0 sm:bottom-8 flex-col-reverse",
21
+ o.endsWith("left") ? "left-0 sm:left-8" : "right-0 sm:right-8",
22
+ t
23
+ ),
24
+ ...s
25
+ }
26
+ )
27
+ ), D = c(
28
+ "Toast",
29
+ ({ className: t, variant: o, ...s }, i) => /* @__PURE__ */ r(
30
+ e.Root,
31
+ {
32
+ ref: i,
33
+ "data-component": "toast",
34
+ "data-variant": o ?? "default",
35
+ className: a(v({ variant: o }), t),
36
+ ...s
37
+ }
38
+ )
39
+ ), N = n(
40
+ "toast",
41
+ "action",
42
+ "ToastAction",
43
+ e.Action,
44
+ "inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3 text-sm font-medium transition-colors hover:bg-secondary focus:outline-none focus:ring-1 focus:ring-focus-ring disabled:pointer-events-none disabled:opacity-50 group-[.destructive]:border-muted/40 group-[.destructive]:hover:border-destructive/30 group-[.destructive]:hover:bg-destructive-hover group-[.destructive]:hover:text-destructive-foreground group-[.destructive]:focus:ring-destructive"
45
+ ), I = c(
46
+ "ToastClose",
47
+ ({ className: t, ...o }, s) => {
48
+ const { t: i } = l(), u = i("aria.close");
49
+ return /* @__PURE__ */ d(m, { children: [
50
+ /* @__PURE__ */ r(f, { asChild: !0, children: /* @__PURE__ */ r(
51
+ e.Close,
52
+ {
53
+ ref: s,
54
+ "data-component": "toast-close",
55
+ className: a(
56
+ "absolute right-1 top-1 rounded-md p-1 text-content/50 opacity-0 transition-opacity hover:text-content focus:opacity-100 focus:outline-none focus:ring-1 group-hover:opacity-100 group-[.destructive]:text-destructive-foreground group-[.destructive]:hover:text-destructive-foreground group-[.destructive]:focus:ring-destructive group-[.destructive]:focus:ring-offset-destructive",
57
+ t
58
+ ),
59
+ "toast-close": "",
60
+ "aria-label": u,
61
+ ...o,
62
+ children: /* @__PURE__ */ r(p, { className: "!h-3 !w-3" })
63
+ }
64
+ ) }),
65
+ /* @__PURE__ */ r(g, { variant: "tertiary", side: "top", children: u })
66
+ ] });
21
67
  }
22
- ));
23
- v.displayName = o.Viewport.displayName;
24
- const x = i.forwardRef(({ className: t, variant: e, ...r }, c) => /* @__PURE__ */ s(
25
- o.Root,
26
- {
27
- ref: c,
28
- "data-component": "toast",
29
- "data-variant": e ?? "default",
30
- className: a(g({ variant: e }), t),
31
- ...r
32
- }
33
- ));
34
- x.displayName = o.Root.displayName;
35
- const h = i.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ s(
36
- o.Action,
37
- {
38
- ref: r,
39
- "data-component": "toast-action",
40
- className: a(
41
- "inline-flex h-8 shrink-0 items-center justify-center rounded-md border bg-transparent px-3 text-sm font-medium transition-colors hover:bg-secondary focus:outline-none focus:ring-1 focus:ring-focus-ring disabled:pointer-events-none disabled:opacity-50 group-[.destructive]:border-muted/40 group-[.destructive]:hover:border-destructive/30 group-[.destructive]:hover:bg-destructive-hover group-[.destructive]:hover:text-destructive-foreground group-[.destructive]:focus:ring-destructive",
42
- t
43
- ),
44
- ...e
45
- }
46
- ));
47
- h.displayName = o.Action.displayName;
48
- const y = i.forwardRef(({ className: t, ...e }, r) => {
49
- const { t: c } = l(), n = c("aria.close");
50
- return /* @__PURE__ */ d(m, { children: [
51
- /* @__PURE__ */ s(u, { asChild: !0, children: /* @__PURE__ */ s(
52
- o.Close,
53
- {
54
- ref: r,
55
- "data-component": "toast-close",
56
- className: a(
57
- "absolute right-1 top-1 rounded-md p-1 text-content/50 opacity-0 transition-opacity hover:text-content focus:opacity-100 focus:outline-none focus:ring-1 group-hover:opacity-100 group-[.destructive]:text-destructive-foreground group-[.destructive]:hover:text-destructive-foreground group-[.destructive]:focus:ring-destructive group-[.destructive]:focus:ring-offset-destructive",
58
- t
59
- ),
60
- "toast-close": "",
61
- "aria-label": n,
62
- ...e,
63
- children: /* @__PURE__ */ s(p, { className: "!h-3 !w-3" })
64
- }
65
- ) }),
66
- /* @__PURE__ */ s(f, { variant: "tertiary", side: "top", children: n })
67
- ] });
68
- });
69
- y.displayName = o.Close.displayName;
70
- const b = i.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ s(
71
- o.Title,
72
- {
73
- ref: r,
74
- "data-component": "toast-title",
75
- className: a("text-sm font-semibold [&+div]:text-xs group-[.basic]:text-center group-[.basic]:font-normal", t),
76
- ...e
77
- }
78
- ));
79
- b.displayName = o.Title.displayName;
80
- const N = i.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ s(
81
- o.Description,
82
- {
83
- ref: r,
84
- "data-component": "toast-description",
85
- className: a("text-sm opacity-90 group-[.basic]:text-center", t),
86
- ...e
87
- }
88
- ));
89
- N.displayName = o.Description.displayName;
68
+ ), R = n(
69
+ "toast",
70
+ "title",
71
+ "ToastTitle",
72
+ e.Title,
73
+ "text-sm font-semibold [&+div]:text-xs group-[.basic]:text-center group-[.basic]:font-normal"
74
+ ), W = n(
75
+ "toast",
76
+ "description",
77
+ "ToastDescription",
78
+ e.Description,
79
+ "text-sm opacity-90 group-[.basic]:text-center"
80
+ );
90
81
  export {
91
- x as Toast,
92
- h as ToastAction,
93
- y as ToastClose,
94
- N as ToastDescription,
95
- A as ToastProvider,
96
- b as ToastTitle,
97
- v as ToastViewport
82
+ D as Toast,
83
+ N as ToastAction,
84
+ I as ToastClose,
85
+ W as ToastDescription,
86
+ j as ToastProvider,
87
+ R as ToastTitle,
88
+ A as ToastViewport
98
89
  };
@@ -1,6 +1,7 @@
1
1
  import { CommandDefinition, KeyBinding, ShortcutScope, ShortcutStorageAdapter } from './utils';
2
2
  import { ConflictInfo, ShortcutRegistry } from './shortcut-registry';
3
3
  import type * as React from 'react';
4
+ /** App-wide shortcut registry + palette open state. Consume via `useCommandPalette`. */
4
5
  export interface CommandPaletteContextValue {
5
6
  /** The underlying registry instance */
6
7
  registry: ShortcutRegistry;
@@ -37,6 +38,10 @@ export interface CommandPaletteContextValue {
37
38
  /** Force a re-render of consumers (incremented on registry change) */
38
39
  version: number;
39
40
  }
41
+ /**
42
+ * Wrap the app (or layout) once — registers shortcuts, palette open state, scopes.
43
+ * Pair with a single `<CommandPalette />` instance in the tree.
44
+ */
40
45
  export interface CommandPaletteProviderProps {
41
46
  children: React.ReactNode;
42
47
  /** Custom keybinding to open the palette (defaults to ⌘K / Ctrl+K) */
@@ -21,20 +21,8 @@ declare const CommandPaletteInput: React.ForwardRefExoticComponent<CommandPalett
21
21
  declare const CommandPaletteList: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
22
22
  declare const CommandPaletteGroup: React.ForwardRefExoticComponent<CommandPaletteGroupProps & React.RefAttributes<HTMLDivElement>>;
23
23
  declare const CommandPaletteItem: React.NamedExoticComponent<CommandPaletteItemProps & React.RefAttributes<HTMLDivElement>>;
24
- declare function CommandPaletteShortcut({ keybinding, isSelected, external, className, ...props }: CommandPaletteShortcutProps): import("react/jsx-runtime").JSX.Element;
25
- declare namespace CommandPaletteShortcut {
26
- var displayName: string;
27
- }
28
- declare function CommandPaletteEmpty({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
29
- declare namespace CommandPaletteEmpty {
30
- var displayName: string;
31
- }
32
- declare function CommandPaletteSeparator({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
33
- declare namespace CommandPaletteSeparator {
34
- var displayName: string;
35
- }
36
- declare function CommandPaletteFooter({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
37
- declare namespace CommandPaletteFooter {
38
- var displayName: string;
39
- }
24
+ declare const CommandPaletteShortcut: React.ForwardRefExoticComponent<CommandPaletteShortcutProps & React.RefAttributes<HTMLSpanElement>>;
25
+ declare const CommandPaletteEmpty: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
26
+ declare const CommandPaletteSeparator: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
27
+ declare const CommandPaletteFooter: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
40
28
  export { CommandPalette, CommandPaletteInput, CommandPaletteList, CommandPaletteGroup, CommandPaletteItem, CommandPaletteShortcut, CommandPaletteEmpty, CommandPaletteSeparator, CommandPaletteFooter, };