@ark-ui/react 5.25.1 → 5.26.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.
Files changed (51) hide show
  1. package/dist/components/collapsible/split-collapsible-props.cjs +2 -0
  2. package/dist/components/collapsible/split-collapsible-props.d.cts +1 -1
  3. package/dist/components/collapsible/split-collapsible-props.d.ts +1 -1
  4. package/dist/components/collapsible/split-collapsible-props.js +2 -0
  5. package/dist/components/combobox/combobox-root.d.cts +2 -1
  6. package/dist/components/combobox/combobox-root.d.ts +2 -1
  7. package/dist/components/combobox/combobox.cjs +2 -2
  8. package/dist/components/combobox/combobox.d.cts +4 -4
  9. package/dist/components/combobox/combobox.d.ts +4 -4
  10. package/dist/components/combobox/combobox.js +1 -1
  11. package/dist/components/combobox/index.d.cts +1 -1
  12. package/dist/components/combobox/index.d.ts +1 -1
  13. package/dist/components/index.cjs +2 -0
  14. package/dist/components/index.js +1 -0
  15. package/dist/components/listbox/index.d.cts +1 -1
  16. package/dist/components/listbox/index.d.ts +1 -1
  17. package/dist/components/listbox/listbox-root.d.cts +2 -1
  18. package/dist/components/listbox/listbox-root.d.ts +2 -1
  19. package/dist/components/listbox/listbox.d.cts +1 -1
  20. package/dist/components/listbox/listbox.d.ts +1 -1
  21. package/dist/components/pagination/index.d.cts +1 -1
  22. package/dist/components/pagination/index.d.ts +1 -1
  23. package/dist/components/pagination/pagination-root.cjs +1 -0
  24. package/dist/components/pagination/pagination-root.js +1 -0
  25. package/dist/components/pagination/pagination.d.cts +1 -1
  26. package/dist/components/pagination/pagination.d.ts +1 -1
  27. package/dist/components/select/index.d.cts +1 -1
  28. package/dist/components/select/index.d.ts +1 -1
  29. package/dist/components/select/select-root.d.cts +2 -1
  30. package/dist/components/select/select-root.d.ts +2 -1
  31. package/dist/components/select/select.d.cts +1 -1
  32. package/dist/components/select/select.d.ts +1 -1
  33. package/dist/components/tree-view/index.cjs +2 -0
  34. package/dist/components/tree-view/index.d.cts +3 -2
  35. package/dist/components/tree-view/index.d.ts +3 -2
  36. package/dist/components/tree-view/index.js +1 -0
  37. package/dist/components/tree-view/tree-view-node-rename-input.cjs +21 -0
  38. package/dist/components/tree-view/tree-view-node-rename-input.d.cts +8 -0
  39. package/dist/components/tree-view/tree-view-node-rename-input.d.ts +8 -0
  40. package/dist/components/tree-view/tree-view-node-rename-input.js +17 -0
  41. package/dist/components/tree-view/tree-view-root.cjs +4 -0
  42. package/dist/components/tree-view/tree-view-root.d.cts +2 -1
  43. package/dist/components/tree-view/tree-view-root.d.ts +2 -1
  44. package/dist/components/tree-view/tree-view-root.js +4 -0
  45. package/dist/components/tree-view/tree-view.cjs +2 -0
  46. package/dist/components/tree-view/tree-view.d.cts +3 -2
  47. package/dist/components/tree-view/tree-view.d.ts +3 -2
  48. package/dist/components/tree-view/tree-view.js +1 -0
  49. package/dist/index.cjs +2 -0
  50. package/dist/index.js +1 -0
  51. package/package.json +78 -77
@@ -6,6 +6,8 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
6
6
  const createSplitProps = require('../../utils/create-split-props.cjs');
7
7
 
8
8
  const splitCollapsibleProps = (props) => createSplitProps.createSplitProps()(props, [
9
+ "collapsedHeight",
10
+ "collapsedWidth",
9
11
  "defaultOpen",
10
12
  "disabled",
11
13
  "id",
@@ -1,2 +1,2 @@
1
1
  import { UseCollapsibleProps } from './use-collapsible';
2
- export declare const splitCollapsibleProps: <T extends UseCollapsibleProps>(props: T) => [UseCollapsibleProps, Omit<T, "open" | "ids" | "disabled" | "id" | "lazyMount" | "unmountOnExit" | "defaultOpen" | "onOpenChange" | "onExitComplete">];
2
+ export declare const splitCollapsibleProps: <T extends UseCollapsibleProps>(props: T) => [UseCollapsibleProps, Omit<T, "open" | "ids" | "disabled" | "id" | "lazyMount" | "unmountOnExit" | "defaultOpen" | "onOpenChange" | "onExitComplete" | "collapsedHeight" | "collapsedWidth">];
@@ -1,2 +1,2 @@
1
1
  import { UseCollapsibleProps } from './use-collapsible';
2
- export declare const splitCollapsibleProps: <T extends UseCollapsibleProps>(props: T) => [UseCollapsibleProps, Omit<T, "open" | "ids" | "disabled" | "id" | "lazyMount" | "unmountOnExit" | "defaultOpen" | "onOpenChange" | "onExitComplete">];
2
+ export declare const splitCollapsibleProps: <T extends UseCollapsibleProps>(props: T) => [UseCollapsibleProps, Omit<T, "open" | "ids" | "disabled" | "id" | "lazyMount" | "unmountOnExit" | "defaultOpen" | "onOpenChange" | "onExitComplete" | "collapsedHeight" | "collapsedWidth">];
@@ -2,6 +2,8 @@
2
2
  import { createSplitProps } from '../../utils/create-split-props.js';
3
3
 
4
4
  const splitCollapsibleProps = (props) => createSplitProps()(props, [
5
+ "collapsedHeight",
6
+ "collapsedWidth",
5
7
  "defaultOpen",
6
8
  "disabled",
7
9
  "id",
@@ -8,5 +8,6 @@ export interface ComboboxRootBaseProps<T extends CollectionItem> extends UseComb
8
8
  }
9
9
  export interface ComboboxRootProps<T extends CollectionItem> extends Assign<HTMLProps<'div'>, ComboboxRootBaseProps<T>> {
10
10
  }
11
- export type ComboboxRootComponent<P = {}> = <T extends CollectionItem>(props: Assign<ComboboxRootProps<T>, P> & RefAttributes<HTMLDivElement>) => JSX.Element;
11
+ export type ComboboxRootComponentProps<T extends CollectionItem = CollectionItem, P = {}> = Assign<ComboboxRootProps<T>, P> & RefAttributes<HTMLDivElement>;
12
+ export type ComboboxRootComponent<P = {}> = <T extends CollectionItem>(props: ComboboxRootComponentProps<T, P>) => JSX.Element;
12
13
  export declare const ComboboxRoot: ComboboxRootComponent;
@@ -8,5 +8,6 @@ export interface ComboboxRootBaseProps<T extends CollectionItem> extends UseComb
8
8
  }
9
9
  export interface ComboboxRootProps<T extends CollectionItem> extends Assign<HTMLProps<'div'>, ComboboxRootBaseProps<T>> {
10
10
  }
11
- export type ComboboxRootComponent<P = {}> = <T extends CollectionItem>(props: Assign<ComboboxRootProps<T>, P> & RefAttributes<HTMLDivElement>) => JSX.Element;
11
+ export type ComboboxRootComponentProps<T extends CollectionItem = CollectionItem, P = {}> = Assign<ComboboxRootProps<T>, P> & RefAttributes<HTMLDivElement>;
12
+ export type ComboboxRootComponent<P = {}> = <T extends CollectionItem>(props: ComboboxRootComponentProps<T, P>) => JSX.Element;
12
13
  export declare const ComboboxRoot: ComboboxRootComponent;
@@ -4,9 +4,9 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
5
  const comboboxClearTrigger = require('./combobox-clear-trigger.cjs');
6
6
  const comboboxContent = require('./combobox-content.cjs');
7
- const comboboxEmpty = require('./combobox-empty.cjs');
8
7
  const comboboxContext = require('./combobox-context.cjs');
9
8
  const comboboxControl = require('./combobox-control.cjs');
9
+ const comboboxEmpty = require('./combobox-empty.cjs');
10
10
  const comboboxInput = require('./combobox-input.cjs');
11
11
  const comboboxItem = require('./combobox-item.cjs');
12
12
  const comboboxItemContext = require('./combobox-item-context.cjs');
@@ -25,9 +25,9 @@ const comboboxTrigger = require('./combobox-trigger.cjs');
25
25
 
26
26
  exports.ClearTrigger = comboboxClearTrigger.ComboboxClearTrigger;
27
27
  exports.Content = comboboxContent.ComboboxContent;
28
- exports.Empty = comboboxEmpty.ComboboxEmpty;
29
28
  exports.Context = comboboxContext.ComboboxContext;
30
29
  exports.Control = comboboxControl.ComboboxControl;
30
+ exports.Empty = comboboxEmpty.ComboboxEmpty;
31
31
  exports.Input = comboboxInput.ComboboxInput;
32
32
  exports.Item = comboboxItem.ComboboxItem;
33
33
  exports.ItemContext = comboboxItemContext.ComboboxItemContext;
@@ -1,10 +1,10 @@
1
- export type { HighlightChangeDetails, InputValueChangeDetails, OpenChangeDetails, ValueChangeDetails, SelectionDetails, } from '@zag-js/combobox';
1
+ export type { HighlightChangeDetails, InputValueChangeDetails, OpenChangeDetails, SelectionDetails, ValueChangeDetails, } from '@zag-js/combobox';
2
2
  export type { CollectionItem } from '../collection';
3
3
  export { ComboboxClearTrigger as ClearTrigger, type ComboboxClearTriggerBaseProps as ClearTriggerBaseProps, type ComboboxClearTriggerProps as ClearTriggerProps, } from './combobox-clear-trigger';
4
4
  export { ComboboxContent as Content, type ComboboxContentBaseProps as ContentBaseProps, type ComboboxContentProps as ContentProps, } from './combobox-content';
5
- export { ComboboxEmpty as Empty, type ComboboxEmptyBaseProps as EmptyBaseProps, type ComboboxEmptyProps as EmptyProps, } from './combobox-empty';
6
5
  export { ComboboxContext as Context, type ComboboxContextProps as ContextProps } from './combobox-context';
7
6
  export { ComboboxControl as Control, type ComboboxControlBaseProps as ControlBaseProps, type ComboboxControlProps as ControlProps, } from './combobox-control';
7
+ export { ComboboxEmpty as Empty, type ComboboxEmptyBaseProps as EmptyBaseProps, type ComboboxEmptyProps as EmptyProps, } from './combobox-empty';
8
8
  export { ComboboxInput as Input, type ComboboxInputBaseProps as InputBaseProps, type ComboboxInputProps as InputProps, } from './combobox-input';
9
9
  export { ComboboxItem as Item, type ComboboxItemBaseProps as ItemBaseProps, type ComboboxItemProps as ItemProps, } from './combobox-item';
10
10
  export { ComboboxItemContext as ItemContext, type ComboboxItemContextProps as ItemContextProps, } from './combobox-item-context';
@@ -15,6 +15,6 @@ export { ComboboxItemText as ItemText, type ComboboxItemTextBaseProps as ItemTex
15
15
  export { ComboboxLabel as Label, type ComboboxLabelBaseProps as LabelBaseProps, type ComboboxLabelProps as LabelProps, } from './combobox-label';
16
16
  export { ComboboxList as List, type ComboboxListBaseProps as ListBaseProps, type ComboboxListProps as ListProps, } from './combobox-list';
17
17
  export { ComboboxPositioner as Positioner, type ComboboxPositionerBaseProps as PositionerBaseProps, type ComboboxPositionerProps as PositionerProps, } from './combobox-positioner';
18
- export { ComboboxRoot as Root, type ComboboxRootBaseProps as RootBaseProps, type ComboboxRootProps as RootProps, type ComboboxRootComponent as RootComponent, } from './combobox-root';
19
- export { ComboboxRootProvider as RootProvider, type ComboboxRootProviderBaseProps as RootProviderBaseProps, type ComboboxRootProviderProps as RootProviderProps, type ComboboxRootProviderComponent as RootProviderComponent, } from './combobox-root-provider';
18
+ export { ComboboxRoot as Root, type ComboboxRootBaseProps as RootBaseProps, type ComboboxRootComponent as RootComponent, type ComboboxRootComponentProps as RootComponentProps, type ComboboxRootProps as RootProps, } from './combobox-root';
19
+ export { ComboboxRootProvider as RootProvider, type ComboboxRootProviderBaseProps as RootProviderBaseProps, type ComboboxRootProviderComponent as RootProviderComponent, type ComboboxRootProviderProps as RootProviderProps, } from './combobox-root-provider';
20
20
  export { ComboboxTrigger as Trigger, type ComboboxTriggerBaseProps as TriggerBaseProps, type ComboboxTriggerProps as TriggerProps, } from './combobox-trigger';
@@ -1,10 +1,10 @@
1
- export type { HighlightChangeDetails, InputValueChangeDetails, OpenChangeDetails, ValueChangeDetails, SelectionDetails, } from '@zag-js/combobox';
1
+ export type { HighlightChangeDetails, InputValueChangeDetails, OpenChangeDetails, SelectionDetails, ValueChangeDetails, } from '@zag-js/combobox';
2
2
  export type { CollectionItem } from '../collection';
3
3
  export { ComboboxClearTrigger as ClearTrigger, type ComboboxClearTriggerBaseProps as ClearTriggerBaseProps, type ComboboxClearTriggerProps as ClearTriggerProps, } from './combobox-clear-trigger';
4
4
  export { ComboboxContent as Content, type ComboboxContentBaseProps as ContentBaseProps, type ComboboxContentProps as ContentProps, } from './combobox-content';
5
- export { ComboboxEmpty as Empty, type ComboboxEmptyBaseProps as EmptyBaseProps, type ComboboxEmptyProps as EmptyProps, } from './combobox-empty';
6
5
  export { ComboboxContext as Context, type ComboboxContextProps as ContextProps } from './combobox-context';
7
6
  export { ComboboxControl as Control, type ComboboxControlBaseProps as ControlBaseProps, type ComboboxControlProps as ControlProps, } from './combobox-control';
7
+ export { ComboboxEmpty as Empty, type ComboboxEmptyBaseProps as EmptyBaseProps, type ComboboxEmptyProps as EmptyProps, } from './combobox-empty';
8
8
  export { ComboboxInput as Input, type ComboboxInputBaseProps as InputBaseProps, type ComboboxInputProps as InputProps, } from './combobox-input';
9
9
  export { ComboboxItem as Item, type ComboboxItemBaseProps as ItemBaseProps, type ComboboxItemProps as ItemProps, } from './combobox-item';
10
10
  export { ComboboxItemContext as ItemContext, type ComboboxItemContextProps as ItemContextProps, } from './combobox-item-context';
@@ -15,6 +15,6 @@ export { ComboboxItemText as ItemText, type ComboboxItemTextBaseProps as ItemTex
15
15
  export { ComboboxLabel as Label, type ComboboxLabelBaseProps as LabelBaseProps, type ComboboxLabelProps as LabelProps, } from './combobox-label';
16
16
  export { ComboboxList as List, type ComboboxListBaseProps as ListBaseProps, type ComboboxListProps as ListProps, } from './combobox-list';
17
17
  export { ComboboxPositioner as Positioner, type ComboboxPositionerBaseProps as PositionerBaseProps, type ComboboxPositionerProps as PositionerProps, } from './combobox-positioner';
18
- export { ComboboxRoot as Root, type ComboboxRootBaseProps as RootBaseProps, type ComboboxRootProps as RootProps, type ComboboxRootComponent as RootComponent, } from './combobox-root';
19
- export { ComboboxRootProvider as RootProvider, type ComboboxRootProviderBaseProps as RootProviderBaseProps, type ComboboxRootProviderProps as RootProviderProps, type ComboboxRootProviderComponent as RootProviderComponent, } from './combobox-root-provider';
18
+ export { ComboboxRoot as Root, type ComboboxRootBaseProps as RootBaseProps, type ComboboxRootComponent as RootComponent, type ComboboxRootComponentProps as RootComponentProps, type ComboboxRootProps as RootProps, } from './combobox-root';
19
+ export { ComboboxRootProvider as RootProvider, type ComboboxRootProviderBaseProps as RootProviderBaseProps, type ComboboxRootProviderComponent as RootProviderComponent, type ComboboxRootProviderProps as RootProviderProps, } from './combobox-root-provider';
20
20
  export { ComboboxTrigger as Trigger, type ComboboxTriggerBaseProps as TriggerBaseProps, type ComboboxTriggerProps as TriggerProps, } from './combobox-trigger';
@@ -1,8 +1,8 @@
1
1
  export { ComboboxClearTrigger as ClearTrigger } from './combobox-clear-trigger.js';
2
2
  export { ComboboxContent as Content } from './combobox-content.js';
3
- export { ComboboxEmpty as Empty } from './combobox-empty.js';
4
3
  export { ComboboxContext as Context } from './combobox-context.js';
5
4
  export { ComboboxControl as Control } from './combobox-control.js';
5
+ export { ComboboxEmpty as Empty } from './combobox-empty.js';
6
6
  export { ComboboxInput as Input } from './combobox-input.js';
7
7
  export { ComboboxItem as Item } from './combobox-item.js';
8
8
  export { ComboboxItemContext as ItemContext } from './combobox-item-context.js';
@@ -15,7 +15,7 @@ export { ComboboxItemText, type ComboboxItemTextBaseProps, type ComboboxItemText
15
15
  export { ComboboxLabel, type ComboboxLabelBaseProps, type ComboboxLabelProps } from './combobox-label';
16
16
  export { ComboboxList, type ComboboxListBaseProps, type ComboboxListProps } from './combobox-list';
17
17
  export { ComboboxPositioner, type ComboboxPositionerBaseProps, type ComboboxPositionerProps, } from './combobox-positioner';
18
- export { ComboboxRoot, type ComboboxRootBaseProps, type ComboboxRootProps, type ComboboxRootComponent, } from './combobox-root';
18
+ export { ComboboxRoot, type ComboboxRootBaseProps, type ComboboxRootProps, type ComboboxRootComponent, type ComboboxRootComponentProps, } from './combobox-root';
19
19
  export { ComboboxRootProvider, type ComboboxRootProviderBaseProps, type ComboboxRootProviderProps, type ComboboxRootProviderComponent, } from './combobox-root-provider';
20
20
  export { ComboboxTrigger, type ComboboxTriggerBaseProps, type ComboboxTriggerProps } from './combobox-trigger';
21
21
  export { comboboxAnatomy } from './combobox.anatomy';
@@ -15,7 +15,7 @@ export { ComboboxItemText, type ComboboxItemTextBaseProps, type ComboboxItemText
15
15
  export { ComboboxLabel, type ComboboxLabelBaseProps, type ComboboxLabelProps } from './combobox-label';
16
16
  export { ComboboxList, type ComboboxListBaseProps, type ComboboxListProps } from './combobox-list';
17
17
  export { ComboboxPositioner, type ComboboxPositionerBaseProps, type ComboboxPositionerProps, } from './combobox-positioner';
18
- export { ComboboxRoot, type ComboboxRootBaseProps, type ComboboxRootProps, type ComboboxRootComponent, } from './combobox-root';
18
+ export { ComboboxRoot, type ComboboxRootBaseProps, type ComboboxRootProps, type ComboboxRootComponent, type ComboboxRootComponentProps, } from './combobox-root';
19
19
  export { ComboboxRootProvider, type ComboboxRootProviderBaseProps, type ComboboxRootProviderProps, type ComboboxRootProviderComponent, } from './combobox-root-provider';
20
20
  export { ComboboxTrigger, type ComboboxTriggerBaseProps, type ComboboxTriggerProps } from './combobox-trigger';
21
21
  export { comboboxAnatomy } from './combobox.anatomy';
@@ -686,6 +686,7 @@ const treeViewRootProvider = require('./tree-view/tree-view-root-provider.cjs');
686
686
  const treeViewTree = require('./tree-view/tree-view-tree.cjs');
687
687
  const treeViewNodeCheckbox = require('./tree-view/tree-view-node-checkbox.cjs');
688
688
  const treeViewNodeCheckboxIndicator = require('./tree-view/tree-view-node-checkbox-indicator.cjs');
689
+ const treeViewNodeRenameInput = require('./tree-view/tree-view-node-rename-input.cjs');
689
690
  const useTreeView = require('./tree-view/use-tree-view.cjs');
690
691
  const useTreeViewContext = require('./tree-view/use-tree-view-context.cjs');
691
692
  const useTreeViewNodeContext = require('./tree-view/use-tree-view-node-context.cjs');
@@ -1422,6 +1423,7 @@ exports.TreeViewRootProvider = treeViewRootProvider.TreeViewRootProvider;
1422
1423
  exports.TreeViewTree = treeViewTree.TreeViewTree;
1423
1424
  exports.TreeViewNodeCheckbox = treeViewNodeCheckbox.TreeViewNodeCheckbox;
1424
1425
  exports.TreeViewNodeCheckboxIndicator = treeViewNodeCheckboxIndicator.TreeViewNodeCheckboxIndicator;
1426
+ exports.TreeViewNodeRenameInput = treeViewNodeRenameInput.TreeViewNodeRenameInput;
1425
1427
  exports.useTreeView = useTreeView.useTreeView;
1426
1428
  exports.useTreeViewContext = useTreeViewContext.useTreeViewContext;
1427
1429
  exports.useTreeViewNodeContext = useTreeViewNodeContext.useTreeViewNodeContext;
@@ -729,6 +729,7 @@ export { TreeViewRootProvider } from './tree-view/tree-view-root-provider.js';
729
729
  export { TreeViewTree } from './tree-view/tree-view-tree.js';
730
730
  export { TreeViewNodeCheckbox } from './tree-view/tree-view-node-checkbox.js';
731
731
  export { TreeViewNodeCheckboxIndicator } from './tree-view/tree-view-node-checkbox-indicator.js';
732
+ export { TreeViewNodeRenameInput } from './tree-view/tree-view-node-rename-input.js';
732
733
  export { useTreeView } from './tree-view/use-tree-view.js';
733
734
  export { useTreeViewContext } from './tree-view/use-tree-view-context.js';
734
735
  export { useTreeViewNodeContext } from './tree-view/use-tree-view-node-context.js';
@@ -11,7 +11,7 @@ export { ListboxItemGroupLabel, type ListboxItemGroupLabelBaseProps, type Listbo
11
11
  export { ListboxItemIndicator, type ListboxItemIndicatorBaseProps, type ListboxItemIndicatorProps, } from './listbox-item-indicator';
12
12
  export { ListboxItemText, type ListboxItemTextBaseProps, type ListboxItemTextProps } from './listbox-item-text';
13
13
  export { ListboxLabel, type ListboxLabelBaseProps, type ListboxLabelProps } from './listbox-label';
14
- export { ListboxRoot, type ListboxRootBaseProps, type ListboxRootProps, type ListboxRootComponent, } from './listbox-root';
14
+ export { ListboxRoot, type ListboxRootBaseProps, type ListboxRootProps, type ListboxRootComponent, type ListboxRootComponentProps, } from './listbox-root';
15
15
  export { ListboxRootProvider, type ListboxRootProviderBaseProps, type ListboxRootProviderProps, type ListboxRootProviderComponent, } from './listbox-root-provider';
16
16
  export { ListboxValueText, type ListboxValueTextBaseProps, type ListboxValueTextProps } from './listbox-value-text';
17
17
  export { listboxAnatomy } from './listbox.anatomy';
@@ -11,7 +11,7 @@ export { ListboxItemGroupLabel, type ListboxItemGroupLabelBaseProps, type Listbo
11
11
  export { ListboxItemIndicator, type ListboxItemIndicatorBaseProps, type ListboxItemIndicatorProps, } from './listbox-item-indicator';
12
12
  export { ListboxItemText, type ListboxItemTextBaseProps, type ListboxItemTextProps } from './listbox-item-text';
13
13
  export { ListboxLabel, type ListboxLabelBaseProps, type ListboxLabelProps } from './listbox-label';
14
- export { ListboxRoot, type ListboxRootBaseProps, type ListboxRootProps, type ListboxRootComponent, } from './listbox-root';
14
+ export { ListboxRoot, type ListboxRootBaseProps, type ListboxRootProps, type ListboxRootComponent, type ListboxRootComponentProps, } from './listbox-root';
15
15
  export { ListboxRootProvider, type ListboxRootProviderBaseProps, type ListboxRootProviderProps, type ListboxRootProviderComponent, } from './listbox-root-provider';
16
16
  export { ListboxValueText, type ListboxValueTextBaseProps, type ListboxValueTextProps } from './listbox-value-text';
17
17
  export { listboxAnatomy } from './listbox.anatomy';
@@ -7,5 +7,6 @@ export interface ListboxRootBaseProps<T extends CollectionItem> extends UseListb
7
7
  }
8
8
  export interface ListboxRootProps<T extends CollectionItem> extends Assign<HTMLProps<'div'>, ListboxRootBaseProps<T>> {
9
9
  }
10
- export type ListboxRootComponent<P = {}> = <T extends CollectionItem>(props: Assign<ListboxRootProps<T>, P> & React.RefAttributes<HTMLDivElement>) => JSX.Element;
10
+ export type ListboxRootComponentProps<T extends CollectionItem = CollectionItem, P = {}> = Assign<ListboxRootProps<T>, P> & React.RefAttributes<HTMLDivElement>;
11
+ export type ListboxRootComponent<P = {}> = <T extends CollectionItem>(props: ListboxRootComponentProps<T, P>) => JSX.Element;
11
12
  export declare const ListboxRoot: ListboxRootComponent;
@@ -7,5 +7,6 @@ export interface ListboxRootBaseProps<T extends CollectionItem> extends UseListb
7
7
  }
8
8
  export interface ListboxRootProps<T extends CollectionItem> extends Assign<HTMLProps<'div'>, ListboxRootBaseProps<T>> {
9
9
  }
10
- export type ListboxRootComponent<P = {}> = <T extends CollectionItem>(props: Assign<ListboxRootProps<T>, P> & React.RefAttributes<HTMLDivElement>) => JSX.Element;
10
+ export type ListboxRootComponentProps<T extends CollectionItem = CollectionItem, P = {}> = Assign<ListboxRootProps<T>, P> & React.RefAttributes<HTMLDivElement>;
11
+ export type ListboxRootComponent<P = {}> = <T extends CollectionItem>(props: ListboxRootComponentProps<T, P>) => JSX.Element;
11
12
  export declare const ListboxRoot: ListboxRootComponent;
@@ -10,6 +10,6 @@ export { ListboxItemGroupLabel as ItemGroupLabel, type ListboxItemGroupLabelBase
10
10
  export { ListboxItemIndicator as ItemIndicator, type ListboxItemIndicatorBaseProps as ItemIndicatorBaseProps, type ListboxItemIndicatorProps as ItemIndicatorProps, } from './listbox-item-indicator';
11
11
  export { ListboxItemText as ItemText, type ListboxItemTextBaseProps as ItemTextBaseProps, type ListboxItemTextProps as ItemTextProps, } from './listbox-item-text';
12
12
  export { ListboxLabel as Label, type ListboxLabelBaseProps as LabelBaseProps, type ListboxLabelProps as LabelProps, } from './listbox-label';
13
- export { ListboxRoot as Root, type ListboxRootBaseProps as RootBaseProps, type ListboxRootProps as RootProps, type ListboxRootComponent as RootComponent, } from './listbox-root';
13
+ export { ListboxRoot as Root, type ListboxRootBaseProps as RootBaseProps, type ListboxRootProps as RootProps, type ListboxRootComponent as RootComponent, type ListboxRootComponentProps as RootComponentProps, } from './listbox-root';
14
14
  export { ListboxRootProvider as RootProvider, type ListboxRootProviderBaseProps as RootProviderBaseProps, type ListboxRootProviderProps as RootProviderProps, type ListboxRootProviderComponent as RootProviderComponent, } from './listbox-root-provider';
15
15
  export { ListboxValueText as ValueText, type ListboxValueTextBaseProps as ValueTextBaseProps, type ListboxValueTextProps as ValueTextProps, } from './listbox-value-text';
@@ -10,6 +10,6 @@ export { ListboxItemGroupLabel as ItemGroupLabel, type ListboxItemGroupLabelBase
10
10
  export { ListboxItemIndicator as ItemIndicator, type ListboxItemIndicatorBaseProps as ItemIndicatorBaseProps, type ListboxItemIndicatorProps as ItemIndicatorProps, } from './listbox-item-indicator';
11
11
  export { ListboxItemText as ItemText, type ListboxItemTextBaseProps as ItemTextBaseProps, type ListboxItemTextProps as ItemTextProps, } from './listbox-item-text';
12
12
  export { ListboxLabel as Label, type ListboxLabelBaseProps as LabelBaseProps, type ListboxLabelProps as LabelProps, } from './listbox-label';
13
- export { ListboxRoot as Root, type ListboxRootBaseProps as RootBaseProps, type ListboxRootProps as RootProps, type ListboxRootComponent as RootComponent, } from './listbox-root';
13
+ export { ListboxRoot as Root, type ListboxRootBaseProps as RootBaseProps, type ListboxRootProps as RootProps, type ListboxRootComponent as RootComponent, type ListboxRootComponentProps as RootComponentProps, } from './listbox-root';
14
14
  export { ListboxRootProvider as RootProvider, type ListboxRootProviderBaseProps as RootProviderBaseProps, type ListboxRootProviderProps as RootProviderProps, type ListboxRootProviderComponent as RootProviderComponent, } from './listbox-root-provider';
15
15
  export { ListboxValueText as ValueText, type ListboxValueTextBaseProps as ValueTextBaseProps, type ListboxValueTextProps as ValueTextProps, } from './listbox-value-text';
@@ -1,4 +1,4 @@
1
- export type { ItemLabelDetails as PaginationItemLabelDetails, PageChangeDetails as PaginationPageChangeDetails, PageSizeChangeDetails as PaginationPageSizeChangeDetails, } from '@zag-js/pagination';
1
+ export type { ItemLabelDetails as PaginationItemLabelDetails, PageChangeDetails as PaginationPageChangeDetails, PageSizeChangeDetails as PaginationPageSizeChangeDetails, PageUrlDetails as PaginationPageUrlDetails, } from '@zag-js/pagination';
2
2
  export { PaginationContext, type PaginationContextProps } from './pagination-context';
3
3
  export { PaginationEllipsis, type PaginationEllipsisBaseProps, type PaginationEllipsisProps, } from './pagination-ellipsis';
4
4
  export { PaginationItem, type PaginationItemBaseProps, type PaginationItemProps } from './pagination-item';
@@ -1,4 +1,4 @@
1
- export type { ItemLabelDetails as PaginationItemLabelDetails, PageChangeDetails as PaginationPageChangeDetails, PageSizeChangeDetails as PaginationPageSizeChangeDetails, } from '@zag-js/pagination';
1
+ export type { ItemLabelDetails as PaginationItemLabelDetails, PageChangeDetails as PaginationPageChangeDetails, PageSizeChangeDetails as PaginationPageSizeChangeDetails, PageUrlDetails as PaginationPageUrlDetails, } from '@zag-js/pagination';
2
2
  export { PaginationContext, type PaginationContextProps } from './pagination-context';
3
3
  export { PaginationEllipsis, type PaginationEllipsisBaseProps, type PaginationEllipsisProps, } from './pagination-ellipsis';
4
4
  export { PaginationItem, type PaginationItemBaseProps, type PaginationItemProps } from './pagination-item';
@@ -16,6 +16,7 @@ const PaginationRoot = react.forwardRef((props, ref) => {
16
16
  "count",
17
17
  "defaultPage",
18
18
  "defaultPageSize",
19
+ "getPageUrl",
19
20
  "id",
20
21
  "ids",
21
22
  "onPageChange",
@@ -12,6 +12,7 @@ const PaginationRoot = forwardRef((props, ref) => {
12
12
  "count",
13
13
  "defaultPage",
14
14
  "defaultPageSize",
15
+ "getPageUrl",
15
16
  "id",
16
17
  "ids",
17
18
  "onPageChange",
@@ -1,4 +1,4 @@
1
- export type { ItemLabelDetails, PageChangeDetails, PageSizeChangeDetails } from '@zag-js/pagination';
1
+ export type { ItemLabelDetails, PageChangeDetails, PageSizeChangeDetails, PageUrlDetails } from '@zag-js/pagination';
2
2
  export { PaginationContext as Context, type PaginationContextProps as ContextProps } from './pagination-context';
3
3
  export { PaginationEllipsis as Ellipsis, type PaginationEllipsisBaseProps as EllipsisBaseProps, type PaginationEllipsisProps as EllipsisProps, } from './pagination-ellipsis';
4
4
  export { PaginationItem as Item, type PaginationItemBaseProps as ItemBaseProps, type PaginationItemProps as ItemProps, } from './pagination-item';
@@ -1,4 +1,4 @@
1
- export type { ItemLabelDetails, PageChangeDetails, PageSizeChangeDetails } from '@zag-js/pagination';
1
+ export type { ItemLabelDetails, PageChangeDetails, PageSizeChangeDetails, PageUrlDetails } from '@zag-js/pagination';
2
2
  export { PaginationContext as Context, type PaginationContextProps as ContextProps } from './pagination-context';
3
3
  export { PaginationEllipsis as Ellipsis, type PaginationEllipsisBaseProps as EllipsisBaseProps, type PaginationEllipsisProps as EllipsisProps, } from './pagination-ellipsis';
4
4
  export { PaginationItem as Item, type PaginationItemBaseProps as ItemBaseProps, type PaginationItemProps as ItemProps, } from './pagination-item';
@@ -15,7 +15,7 @@ export { SelectItemText, type SelectItemTextBaseProps, type SelectItemTextProps
15
15
  export { SelectLabel, type SelectLabelBaseProps, type SelectLabelProps } from './select-label';
16
16
  export { SelectList, type SelectListBaseProps, type SelectListProps } from './select-list';
17
17
  export { SelectPositioner, type SelectPositionerBaseProps, type SelectPositionerProps } from './select-positioner';
18
- export { SelectRoot, type SelectRootBaseProps, type SelectRootProps, type SelectRootComponent } from './select-root';
18
+ export { SelectRoot, type SelectRootBaseProps, type SelectRootProps, type SelectRootComponent, type SelectRootComponentProps, } from './select-root';
19
19
  export { SelectRootProvider, type SelectRootProviderBaseProps, type SelectRootProviderProps, type SelectRootProviderComponent, } from './select-root-provider';
20
20
  export { SelectTrigger, type SelectTriggerBaseProps, type SelectTriggerProps } from './select-trigger';
21
21
  export { SelectValueText, type SelectValueTextBaseProps, type SelectValueTextProps } from './select-value-text';
@@ -15,7 +15,7 @@ export { SelectItemText, type SelectItemTextBaseProps, type SelectItemTextProps
15
15
  export { SelectLabel, type SelectLabelBaseProps, type SelectLabelProps } from './select-label';
16
16
  export { SelectList, type SelectListBaseProps, type SelectListProps } from './select-list';
17
17
  export { SelectPositioner, type SelectPositionerBaseProps, type SelectPositionerProps } from './select-positioner';
18
- export { SelectRoot, type SelectRootBaseProps, type SelectRootProps, type SelectRootComponent } from './select-root';
18
+ export { SelectRoot, type SelectRootBaseProps, type SelectRootProps, type SelectRootComponent, type SelectRootComponentProps, } from './select-root';
19
19
  export { SelectRootProvider, type SelectRootProviderBaseProps, type SelectRootProviderProps, type SelectRootProviderComponent, } from './select-root-provider';
20
20
  export { SelectTrigger, type SelectTriggerBaseProps, type SelectTriggerProps } from './select-trigger';
21
21
  export { SelectValueText, type SelectValueTextBaseProps, type SelectValueTextProps } from './select-value-text';
@@ -8,5 +8,6 @@ export interface SelectRootBaseProps<T extends CollectionItem> extends UseSelect
8
8
  }
9
9
  export interface SelectRootProps<T extends CollectionItem> extends Assign<HTMLProps<'div'>, SelectRootBaseProps<T>> {
10
10
  }
11
- export type SelectRootComponent<P = {}> = <T extends CollectionItem>(props: Assign<SelectRootProps<T>, P> & React.RefAttributes<HTMLDivElement>) => JSX.Element;
11
+ export type SelectRootComponentProps<T extends CollectionItem = CollectionItem, P = {}> = Assign<SelectRootProps<T>, P> & React.RefAttributes<HTMLDivElement>;
12
+ export type SelectRootComponent<P = {}> = <T extends CollectionItem>(props: SelectRootComponentProps<T, P>) => JSX.Element;
12
13
  export declare const SelectRoot: SelectRootComponent;
@@ -8,5 +8,6 @@ export interface SelectRootBaseProps<T extends CollectionItem> extends UseSelect
8
8
  }
9
9
  export interface SelectRootProps<T extends CollectionItem> extends Assign<HTMLProps<'div'>, SelectRootBaseProps<T>> {
10
10
  }
11
- export type SelectRootComponent<P = {}> = <T extends CollectionItem>(props: Assign<SelectRootProps<T>, P> & React.RefAttributes<HTMLDivElement>) => JSX.Element;
11
+ export type SelectRootComponentProps<T extends CollectionItem = CollectionItem, P = {}> = Assign<SelectRootProps<T>, P> & React.RefAttributes<HTMLDivElement>;
12
+ export type SelectRootComponent<P = {}> = <T extends CollectionItem>(props: SelectRootComponentProps<T, P>) => JSX.Element;
12
13
  export declare const SelectRoot: SelectRootComponent;
@@ -15,7 +15,7 @@ export { SelectItemText as ItemText, type SelectItemTextBaseProps as ItemTextBas
15
15
  export { SelectLabel as Label, type SelectLabelBaseProps as LabelBaseProps, type SelectLabelProps as LabelProps, } from './select-label';
16
16
  export { SelectList as List, type SelectListBaseProps as ListBaseProps, type SelectListProps as ListProps, } from './select-list';
17
17
  export { SelectPositioner as Positioner, type SelectPositionerBaseProps as PositionerBaseProps, type SelectPositionerProps as PositionerProps, } from './select-positioner';
18
- export { SelectRoot as Root, type SelectRootBaseProps as RootBaseProps, type SelectRootProps as RootProps, type SelectRootComponent as RootComponent, } from './select-root';
18
+ export { SelectRoot as Root, type SelectRootBaseProps as RootBaseProps, type SelectRootProps as RootProps, type SelectRootComponent as RootComponent, type SelectRootComponentProps as RootComponentProps, } from './select-root';
19
19
  export { SelectRootProvider as RootProvider, type SelectRootProviderBaseProps as RootProviderBaseProps, type SelectRootProviderProps as RootProviderProps, type SelectRootProviderComponent as RootProviderComponent, } from './select-root-provider';
20
20
  export { SelectTrigger as Trigger, type SelectTriggerBaseProps as TriggerBaseProps, type SelectTriggerProps as TriggerProps, } from './select-trigger';
21
21
  export { SelectValueText as ValueText, type SelectValueTextBaseProps as ValueTextBaseProps, type SelectValueTextProps as ValueTextProps, } from './select-value-text';
@@ -15,7 +15,7 @@ export { SelectItemText as ItemText, type SelectItemTextBaseProps as ItemTextBas
15
15
  export { SelectLabel as Label, type SelectLabelBaseProps as LabelBaseProps, type SelectLabelProps as LabelProps, } from './select-label';
16
16
  export { SelectList as List, type SelectListBaseProps as ListBaseProps, type SelectListProps as ListProps, } from './select-list';
17
17
  export { SelectPositioner as Positioner, type SelectPositionerBaseProps as PositionerBaseProps, type SelectPositionerProps as PositionerProps, } from './select-positioner';
18
- export { SelectRoot as Root, type SelectRootBaseProps as RootBaseProps, type SelectRootProps as RootProps, type SelectRootComponent as RootComponent, } from './select-root';
18
+ export { SelectRoot as Root, type SelectRootBaseProps as RootBaseProps, type SelectRootProps as RootProps, type SelectRootComponent as RootComponent, type SelectRootComponentProps as RootComponentProps, } from './select-root';
19
19
  export { SelectRootProvider as RootProvider, type SelectRootProviderBaseProps as RootProviderBaseProps, type SelectRootProviderProps as RootProviderProps, type SelectRootProviderComponent as RootProviderComponent, } from './select-root-provider';
20
20
  export { SelectTrigger as Trigger, type SelectTriggerBaseProps as TriggerBaseProps, type SelectTriggerProps as TriggerProps, } from './select-trigger';
21
21
  export { SelectValueText as ValueText, type SelectValueTextBaseProps as ValueTextBaseProps, type SelectValueTextProps as ValueTextProps, } from './select-value-text';
@@ -22,6 +22,7 @@ const treeViewRootProvider = require('./tree-view-root-provider.cjs');
22
22
  const treeViewTree = require('./tree-view-tree.cjs');
23
23
  const treeViewNodeCheckbox = require('./tree-view-node-checkbox.cjs');
24
24
  const treeViewNodeCheckboxIndicator = require('./tree-view-node-checkbox-indicator.cjs');
25
+ const treeViewNodeRenameInput = require('./tree-view-node-rename-input.cjs');
25
26
  const useTreeView = require('./use-tree-view.cjs');
26
27
  const useTreeViewContext = require('./use-tree-view-context.cjs');
27
28
  const useTreeViewNodeContext = require('./use-tree-view-node-context.cjs');
@@ -51,6 +52,7 @@ exports.TreeViewRootProvider = treeViewRootProvider.TreeViewRootProvider;
51
52
  exports.TreeViewTree = treeViewTree.TreeViewTree;
52
53
  exports.TreeViewNodeCheckbox = treeViewNodeCheckbox.TreeViewNodeCheckbox;
53
54
  exports.TreeViewNodeCheckboxIndicator = treeViewNodeCheckboxIndicator.TreeViewNodeCheckboxIndicator;
55
+ exports.TreeViewNodeRenameInput = treeViewNodeRenameInput.TreeViewNodeRenameInput;
54
56
  exports.useTreeView = useTreeView.useTreeView;
55
57
  exports.useTreeViewContext = useTreeViewContext.useTreeViewContext;
56
58
  exports.useTreeViewNodeContext = useTreeViewNodeContext.useTreeViewNodeContext;
@@ -1,4 +1,4 @@
1
- export type { ExpandedChangeDetails as TreeViewExpandedChangeDetails, FocusChangeDetails as TreeViewFocusChangeDetails, SelectionChangeDetails as TreeViewSelectionChangeDetails, LoadChildrenDetails as TreeViewLoadChildrenDetails, LoadChildrenCompleteDetails as TreeViewLoadChildrenCompleteDetails, NodeState as TreeViewNodeState, NodeProps as TreeViewNodeProps, } from '@zag-js/tree-view';
1
+ export type { CheckedChangeDetails as TreeViewCheckedChangeDetails, ExpandedChangeDetails as TreeViewExpandedChangeDetails, FocusChangeDetails as TreeViewFocusChangeDetails, LoadChildrenCompleteDetails as TreeViewLoadChildrenCompleteDetails, LoadChildrenDetails as TreeViewLoadChildrenDetails, LoadChildrenErrorDetails as TreeViewLoadChildrenErrorDetails, NodeProps as TreeViewNodeProps, NodeState as TreeViewNodeState, RenameCompleteDetails as TreeViewRenameCompleteDetails, RenameStartDetails as TreeViewRenameStartDetails, SelectionChangeDetails as TreeViewSelectionChangeDetails, } from '@zag-js/tree-view';
2
2
  export { createFileTreeCollection, createTreeCollection, type TreeCollection, type TreeNode } from '../collection';
3
3
  export { TreeViewBranch, type TreeViewBranchBaseProps, type TreeViewBranchProps } from './tree-view-branch';
4
4
  export { TreeViewBranchContent, type TreeViewBranchContentBaseProps, type TreeViewBranchContentProps, } from './tree-view-branch-content';
@@ -14,11 +14,12 @@ export { TreeViewItemText, type TreeViewItemTextBaseProps, type TreeViewItemText
14
14
  export { TreeViewLabel, type TreeViewLabelBaseProps, type TreeViewLabelProps } from './tree-view-label';
15
15
  export { TreeViewNodeContext, type TreeViewNodeContextProps } from './tree-view-node-context';
16
16
  export { TreeViewNodeProvider, type TreeViewNodeProviderBaseProps, type TreeViewNodeProviderProps, } from './tree-view-node-provider';
17
- export { TreeViewRoot, type TreeViewRootBaseProps, type TreeViewRootComponent, type TreeViewRootProps, } from './tree-view-root';
17
+ export { TreeViewRoot, type TreeViewRootBaseProps, type TreeViewRootComponent, type TreeViewRootComponentProps, type TreeViewRootProps, } from './tree-view-root';
18
18
  export { TreeViewRootProvider, type TreeViewRootProviderBaseProps, type TreeViewRootProviderComponent, type TreeViewRootProviderProps, } from './tree-view-root-provider';
19
19
  export { TreeViewTree, type TreeViewTreeBaseProps, type TreeViewTreeProps } from './tree-view-tree';
20
20
  export { TreeViewNodeCheckbox, type TreeViewNodeCheckboxBaseProps, type TreeViewNodeCheckboxProps, } from './tree-view-node-checkbox';
21
21
  export { TreeViewNodeCheckboxIndicator, type TreeViewNodeCheckboxIndicatorBaseProps, type TreeViewNodeCheckboxIndicatorProps, } from './tree-view-node-checkbox-indicator';
22
+ export { TreeViewNodeRenameInput, type TreeViewNodeRenameInputBaseProps, type TreeViewNodeRenameInputProps, } from './tree-view-node-rename-input';
22
23
  export { treeViewAnatomy } from './tree-view.anatomy';
23
24
  export { useTreeView, type UseTreeViewProps, type UseTreeViewReturn } from './use-tree-view';
24
25
  export { useTreeViewContext, type UseTreeViewContext } from './use-tree-view-context';
@@ -1,4 +1,4 @@
1
- export type { ExpandedChangeDetails as TreeViewExpandedChangeDetails, FocusChangeDetails as TreeViewFocusChangeDetails, SelectionChangeDetails as TreeViewSelectionChangeDetails, LoadChildrenDetails as TreeViewLoadChildrenDetails, LoadChildrenCompleteDetails as TreeViewLoadChildrenCompleteDetails, NodeState as TreeViewNodeState, NodeProps as TreeViewNodeProps, } from '@zag-js/tree-view';
1
+ export type { CheckedChangeDetails as TreeViewCheckedChangeDetails, ExpandedChangeDetails as TreeViewExpandedChangeDetails, FocusChangeDetails as TreeViewFocusChangeDetails, LoadChildrenCompleteDetails as TreeViewLoadChildrenCompleteDetails, LoadChildrenDetails as TreeViewLoadChildrenDetails, LoadChildrenErrorDetails as TreeViewLoadChildrenErrorDetails, NodeProps as TreeViewNodeProps, NodeState as TreeViewNodeState, RenameCompleteDetails as TreeViewRenameCompleteDetails, RenameStartDetails as TreeViewRenameStartDetails, SelectionChangeDetails as TreeViewSelectionChangeDetails, } from '@zag-js/tree-view';
2
2
  export { createFileTreeCollection, createTreeCollection, type TreeCollection, type TreeNode } from '../collection';
3
3
  export { TreeViewBranch, type TreeViewBranchBaseProps, type TreeViewBranchProps } from './tree-view-branch';
4
4
  export { TreeViewBranchContent, type TreeViewBranchContentBaseProps, type TreeViewBranchContentProps, } from './tree-view-branch-content';
@@ -14,11 +14,12 @@ export { TreeViewItemText, type TreeViewItemTextBaseProps, type TreeViewItemText
14
14
  export { TreeViewLabel, type TreeViewLabelBaseProps, type TreeViewLabelProps } from './tree-view-label';
15
15
  export { TreeViewNodeContext, type TreeViewNodeContextProps } from './tree-view-node-context';
16
16
  export { TreeViewNodeProvider, type TreeViewNodeProviderBaseProps, type TreeViewNodeProviderProps, } from './tree-view-node-provider';
17
- export { TreeViewRoot, type TreeViewRootBaseProps, type TreeViewRootComponent, type TreeViewRootProps, } from './tree-view-root';
17
+ export { TreeViewRoot, type TreeViewRootBaseProps, type TreeViewRootComponent, type TreeViewRootComponentProps, type TreeViewRootProps, } from './tree-view-root';
18
18
  export { TreeViewRootProvider, type TreeViewRootProviderBaseProps, type TreeViewRootProviderComponent, type TreeViewRootProviderProps, } from './tree-view-root-provider';
19
19
  export { TreeViewTree, type TreeViewTreeBaseProps, type TreeViewTreeProps } from './tree-view-tree';
20
20
  export { TreeViewNodeCheckbox, type TreeViewNodeCheckboxBaseProps, type TreeViewNodeCheckboxProps, } from './tree-view-node-checkbox';
21
21
  export { TreeViewNodeCheckboxIndicator, type TreeViewNodeCheckboxIndicatorBaseProps, type TreeViewNodeCheckboxIndicatorProps, } from './tree-view-node-checkbox-indicator';
22
+ export { TreeViewNodeRenameInput, type TreeViewNodeRenameInputBaseProps, type TreeViewNodeRenameInputProps, } from './tree-view-node-rename-input';
22
23
  export { treeViewAnatomy } from './tree-view.anatomy';
23
24
  export { useTreeView, type UseTreeViewProps, type UseTreeViewReturn } from './use-tree-view';
24
25
  export { useTreeViewContext, type UseTreeViewContext } from './use-tree-view-context';
@@ -18,6 +18,7 @@ export { TreeViewRootProvider } from './tree-view-root-provider.js';
18
18
  export { TreeViewTree } from './tree-view-tree.js';
19
19
  export { TreeViewNodeCheckbox } from './tree-view-node-checkbox.js';
20
20
  export { TreeViewNodeCheckboxIndicator } from './tree-view-node-checkbox-indicator.js';
21
+ export { TreeViewNodeRenameInput } from './tree-view-node-rename-input.js';
21
22
  export { useTreeView } from './use-tree-view.js';
22
23
  export { useTreeViewContext } from './use-tree-view-context.js';
23
24
  export { useTreeViewNodeContext } from './use-tree-view-node-context.js';
@@ -0,0 +1,21 @@
1
+ 'use client';
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
5
+
6
+ const jsxRuntime = require('react/jsx-runtime');
7
+ const react$1 = require('@zag-js/react');
8
+ const react = require('react');
9
+ const factory = require('../factory.cjs');
10
+ const useTreeViewContext = require('./use-tree-view-context.cjs');
11
+ const useTreeViewNodePropsContext = require('./use-tree-view-node-props-context.cjs');
12
+
13
+ const TreeViewNodeRenameInput = react.forwardRef((props, ref) => {
14
+ const treeView = useTreeViewContext.useTreeViewContext();
15
+ const nodeProps = useTreeViewNodePropsContext.useTreeViewNodePropsContext();
16
+ const mergedProps = react$1.mergeProps(treeView.getNodeRenameInputProps(nodeProps), props);
17
+ return /* @__PURE__ */ jsxRuntime.jsx(factory.ark.input, { ...mergedProps, ref });
18
+ });
19
+ TreeViewNodeRenameInput.displayName = "TreeViewNodeRenameInput";
20
+
21
+ exports.TreeViewNodeRenameInput = TreeViewNodeRenameInput;
@@ -0,0 +1,8 @@
1
+ import { Assign } from '../../types';
2
+ import { HTMLProps, PolymorphicProps } from '../factory';
3
+ import { ForwardRefExoticComponent, RefAttributes } from 'react';
4
+ export interface TreeViewNodeRenameInputBaseProps extends PolymorphicProps {
5
+ }
6
+ export interface TreeViewNodeRenameInputProps extends Assign<HTMLProps<'input'>, TreeViewNodeRenameInputBaseProps> {
7
+ }
8
+ export declare const TreeViewNodeRenameInput: ForwardRefExoticComponent<TreeViewNodeRenameInputProps & RefAttributes<HTMLInputElement>>;
@@ -0,0 +1,8 @@
1
+ import { Assign } from '../../types';
2
+ import { HTMLProps, PolymorphicProps } from '../factory';
3
+ import { ForwardRefExoticComponent, RefAttributes } from 'react';
4
+ export interface TreeViewNodeRenameInputBaseProps extends PolymorphicProps {
5
+ }
6
+ export interface TreeViewNodeRenameInputProps extends Assign<HTMLProps<'input'>, TreeViewNodeRenameInputBaseProps> {
7
+ }
8
+ export declare const TreeViewNodeRenameInput: ForwardRefExoticComponent<TreeViewNodeRenameInputProps & RefAttributes<HTMLInputElement>>;
@@ -0,0 +1,17 @@
1
+ 'use client';
2
+ import { jsx } from 'react/jsx-runtime';
3
+ import { mergeProps } from '@zag-js/react';
4
+ import { forwardRef } from 'react';
5
+ import { ark } from '../factory.js';
6
+ import { useTreeViewContext } from './use-tree-view-context.js';
7
+ import { useTreeViewNodePropsContext } from './use-tree-view-node-props-context.js';
8
+
9
+ const TreeViewNodeRenameInput = forwardRef((props, ref) => {
10
+ const treeView = useTreeViewContext();
11
+ const nodeProps = useTreeViewNodePropsContext();
12
+ const mergedProps = mergeProps(treeView.getNodeRenameInputProps(nodeProps), props);
13
+ return /* @__PURE__ */ jsx(ark.input, { ...mergedProps, ref });
14
+ });
15
+ TreeViewNodeRenameInput.displayName = "TreeViewNodeRenameInput";
16
+
17
+ export { TreeViewNodeRenameInput };
@@ -15,6 +15,7 @@ const useTreeViewContext = require('./use-tree-view-context.cjs');
15
15
  const TreeViewImpl = (props, ref) => {
16
16
  const [renderStrategyProps, treeViewProps] = renderStrategy.splitRenderStrategyProps(props);
17
17
  const [useTreeViewProps, localProps] = createSplitProps.createSplitProps()(treeViewProps, [
18
+ "canRename",
18
19
  "checkedValue",
19
20
  "collection",
20
21
  "defaultCheckedValue",
@@ -27,11 +28,14 @@ const TreeViewImpl = (props, ref) => {
27
28
  "id",
28
29
  "ids",
29
30
  "loadChildren",
31
+ "onBeforeRename",
30
32
  "onCheckedChange",
31
33
  "onExpandedChange",
32
34
  "onFocusChange",
33
35
  "onLoadChildrenComplete",
34
36
  "onLoadChildrenError",
37
+ "onRenameComplete",
38
+ "onRenameStart",
35
39
  "onSelectionChange",
36
40
  "selectedValue",
37
41
  "selectionMode",
@@ -8,5 +8,6 @@ export interface TreeViewRootBaseProps<T extends TreeNode> extends UseTreeViewPr
8
8
  }
9
9
  export interface TreeViewRootProps<T extends TreeNode> extends HTMLProps<'div'>, TreeViewRootBaseProps<T> {
10
10
  }
11
- export type TreeViewRootComponent<P = {}> = <T extends TreeNode>(props: Assign<TreeViewRootProps<T>, P> & React.RefAttributes<HTMLDivElement>) => JSX.Element;
11
+ export type TreeViewRootComponentProps<T extends TreeNode = TreeNode, P = {}> = Assign<TreeViewRootProps<T>, P> & React.RefAttributes<HTMLDivElement>;
12
+ export type TreeViewRootComponent<P = {}> = <T extends TreeNode>(props: TreeViewRootComponentProps<T, P>) => JSX.Element;
12
13
  export declare const TreeViewRoot: TreeViewRootComponent;
@@ -8,5 +8,6 @@ export interface TreeViewRootBaseProps<T extends TreeNode> extends UseTreeViewPr
8
8
  }
9
9
  export interface TreeViewRootProps<T extends TreeNode> extends HTMLProps<'div'>, TreeViewRootBaseProps<T> {
10
10
  }
11
- export type TreeViewRootComponent<P = {}> = <T extends TreeNode>(props: Assign<TreeViewRootProps<T>, P> & React.RefAttributes<HTMLDivElement>) => JSX.Element;
11
+ export type TreeViewRootComponentProps<T extends TreeNode = TreeNode, P = {}> = Assign<TreeViewRootProps<T>, P> & React.RefAttributes<HTMLDivElement>;
12
+ export type TreeViewRootComponent<P = {}> = <T extends TreeNode>(props: TreeViewRootComponentProps<T, P>) => JSX.Element;
12
13
  export declare const TreeViewRoot: TreeViewRootComponent;
@@ -11,6 +11,7 @@ import { TreeViewProvider } from './use-tree-view-context.js';
11
11
  const TreeViewImpl = (props, ref) => {
12
12
  const [renderStrategyProps, treeViewProps] = splitRenderStrategyProps(props);
13
13
  const [useTreeViewProps, localProps] = createSplitProps()(treeViewProps, [
14
+ "canRename",
14
15
  "checkedValue",
15
16
  "collection",
16
17
  "defaultCheckedValue",
@@ -23,11 +24,14 @@ const TreeViewImpl = (props, ref) => {
23
24
  "id",
24
25
  "ids",
25
26
  "loadChildren",
27
+ "onBeforeRename",
26
28
  "onCheckedChange",
27
29
  "onExpandedChange",
28
30
  "onFocusChange",
29
31
  "onLoadChildrenComplete",
30
32
  "onLoadChildrenError",
33
+ "onRenameComplete",
34
+ "onRenameStart",
31
35
  "onSelectionChange",
32
36
  "selectedValue",
33
37
  "selectionMode",
@@ -21,6 +21,7 @@ const treeViewRootProvider = require('./tree-view-root-provider.cjs');
21
21
  const treeViewTree = require('./tree-view-tree.cjs');
22
22
  const treeViewNodeCheckbox = require('./tree-view-node-checkbox.cjs');
23
23
  const treeViewNodeCheckboxIndicator = require('./tree-view-node-checkbox-indicator.cjs');
24
+ const treeViewNodeRenameInput = require('./tree-view-node-rename-input.cjs');
24
25
 
25
26
 
26
27
 
@@ -43,3 +44,4 @@ exports.RootProvider = treeViewRootProvider.TreeViewRootProvider;
43
44
  exports.Tree = treeViewTree.TreeViewTree;
44
45
  exports.NodeCheckbox = treeViewNodeCheckbox.TreeViewNodeCheckbox;
45
46
  exports.NodeCheckboxIndicator = treeViewNodeCheckboxIndicator.TreeViewNodeCheckboxIndicator;
47
+ exports.NodeRenameInput = treeViewNodeRenameInput.TreeViewNodeRenameInput;
@@ -1,4 +1,4 @@
1
- export type { ExpandedChangeDetails, FocusChangeDetails, SelectionChangeDetails, LoadChildrenDetails, LoadChildrenCompleteDetails, NodeState, NodeProps, } from '@zag-js/tree-view';
1
+ export type { CheckedChangeDetails, ExpandedChangeDetails, FocusChangeDetails, LoadChildrenCompleteDetails, LoadChildrenDetails, LoadChildrenErrorDetails, NodeProps, NodeState, RenameCompleteDetails, RenameStartDetails, SelectionChangeDetails, } from '@zag-js/tree-view';
2
2
  export { TreeViewBranch as Branch, type TreeViewBranchBaseProps as BranchBaseProps, type TreeViewBranchProps as BranchProps, } from './tree-view-branch';
3
3
  export { TreeViewBranchContent as BranchContent, type TreeViewBranchContentBaseProps as BranchContentBaseProps, type TreeViewBranchContentProps as BranchContentProps, } from './tree-view-branch-content';
4
4
  export { TreeViewBranchControl as BranchControl, type TreeViewBranchControlBaseProps as BranchControlBaseProps, type TreeViewBranchControlProps as BranchControlProps, } from './tree-view-branch-control';
@@ -13,8 +13,9 @@ export { TreeViewItemText as ItemText, type TreeViewItemTextBaseProps as ItemTex
13
13
  export { TreeViewLabel as Label, type TreeViewLabelBaseProps as LabelBaseProps, type TreeViewLabelProps as LabelProps, } from './tree-view-label';
14
14
  export { TreeViewNodeContext as NodeContext, type TreeViewNodeContextProps as NodeContextProps, } from './tree-view-node-context';
15
15
  export { TreeViewNodeProvider as NodeProvider, type TreeViewNodeProviderBaseProps as NodeProviderBaseProps, type TreeViewNodeProviderProps as NodeProviderProps, } from './tree-view-node-provider';
16
- export { TreeViewRoot as Root, type TreeViewRootBaseProps as RootBaseProps, type TreeViewRootComponent as RootComponent, type TreeViewRootProps as RootProps, } from './tree-view-root';
16
+ export { TreeViewRoot as Root, type TreeViewRootBaseProps as RootBaseProps, type TreeViewRootComponent as RootComponent, type TreeViewRootComponentProps as RootComponentProps, type TreeViewRootProps as RootProps, } from './tree-view-root';
17
17
  export { TreeViewRootProvider as RootProvider, type TreeViewRootProviderBaseProps as RootProviderBaseProps, type TreeViewRootProviderComponent as RootProviderComponent, type TreeViewRootProviderProps as RootProviderProps, } from './tree-view-root-provider';
18
18
  export { TreeViewTree as Tree, type TreeViewTreeBaseProps as TreeBaseProps, type TreeViewTreeProps as TreeProps, } from './tree-view-tree';
19
19
  export { TreeViewNodeCheckbox as NodeCheckbox, type TreeViewNodeCheckboxBaseProps as NodeCheckboxBaseProps, type TreeViewNodeCheckboxProps as NodeCheckboxProps, } from './tree-view-node-checkbox';
20
20
  export { TreeViewNodeCheckboxIndicator as NodeCheckboxIndicator, type TreeViewNodeCheckboxIndicatorBaseProps as NodeCheckboxIndicatorBaseProps, type TreeViewNodeCheckboxIndicatorProps as NodeCheckboxIndicatorProps, } from './tree-view-node-checkbox-indicator';
21
+ export { TreeViewNodeRenameInput as NodeRenameInput, type TreeViewNodeRenameInputBaseProps as NodeRenameInputBaseProps, type TreeViewNodeRenameInputProps as NodeRenameInputProps, } from './tree-view-node-rename-input';
@@ -1,4 +1,4 @@
1
- export type { ExpandedChangeDetails, FocusChangeDetails, SelectionChangeDetails, LoadChildrenDetails, LoadChildrenCompleteDetails, NodeState, NodeProps, } from '@zag-js/tree-view';
1
+ export type { CheckedChangeDetails, ExpandedChangeDetails, FocusChangeDetails, LoadChildrenCompleteDetails, LoadChildrenDetails, LoadChildrenErrorDetails, NodeProps, NodeState, RenameCompleteDetails, RenameStartDetails, SelectionChangeDetails, } from '@zag-js/tree-view';
2
2
  export { TreeViewBranch as Branch, type TreeViewBranchBaseProps as BranchBaseProps, type TreeViewBranchProps as BranchProps, } from './tree-view-branch';
3
3
  export { TreeViewBranchContent as BranchContent, type TreeViewBranchContentBaseProps as BranchContentBaseProps, type TreeViewBranchContentProps as BranchContentProps, } from './tree-view-branch-content';
4
4
  export { TreeViewBranchControl as BranchControl, type TreeViewBranchControlBaseProps as BranchControlBaseProps, type TreeViewBranchControlProps as BranchControlProps, } from './tree-view-branch-control';
@@ -13,8 +13,9 @@ export { TreeViewItemText as ItemText, type TreeViewItemTextBaseProps as ItemTex
13
13
  export { TreeViewLabel as Label, type TreeViewLabelBaseProps as LabelBaseProps, type TreeViewLabelProps as LabelProps, } from './tree-view-label';
14
14
  export { TreeViewNodeContext as NodeContext, type TreeViewNodeContextProps as NodeContextProps, } from './tree-view-node-context';
15
15
  export { TreeViewNodeProvider as NodeProvider, type TreeViewNodeProviderBaseProps as NodeProviderBaseProps, type TreeViewNodeProviderProps as NodeProviderProps, } from './tree-view-node-provider';
16
- export { TreeViewRoot as Root, type TreeViewRootBaseProps as RootBaseProps, type TreeViewRootComponent as RootComponent, type TreeViewRootProps as RootProps, } from './tree-view-root';
16
+ export { TreeViewRoot as Root, type TreeViewRootBaseProps as RootBaseProps, type TreeViewRootComponent as RootComponent, type TreeViewRootComponentProps as RootComponentProps, type TreeViewRootProps as RootProps, } from './tree-view-root';
17
17
  export { TreeViewRootProvider as RootProvider, type TreeViewRootProviderBaseProps as RootProviderBaseProps, type TreeViewRootProviderComponent as RootProviderComponent, type TreeViewRootProviderProps as RootProviderProps, } from './tree-view-root-provider';
18
18
  export { TreeViewTree as Tree, type TreeViewTreeBaseProps as TreeBaseProps, type TreeViewTreeProps as TreeProps, } from './tree-view-tree';
19
19
  export { TreeViewNodeCheckbox as NodeCheckbox, type TreeViewNodeCheckboxBaseProps as NodeCheckboxBaseProps, type TreeViewNodeCheckboxProps as NodeCheckboxProps, } from './tree-view-node-checkbox';
20
20
  export { TreeViewNodeCheckboxIndicator as NodeCheckboxIndicator, type TreeViewNodeCheckboxIndicatorBaseProps as NodeCheckboxIndicatorBaseProps, type TreeViewNodeCheckboxIndicatorProps as NodeCheckboxIndicatorProps, } from './tree-view-node-checkbox-indicator';
21
+ export { TreeViewNodeRenameInput as NodeRenameInput, type TreeViewNodeRenameInputBaseProps as NodeRenameInputBaseProps, type TreeViewNodeRenameInputProps as NodeRenameInputProps, } from './tree-view-node-rename-input';
@@ -17,3 +17,4 @@ export { TreeViewRootProvider as RootProvider } from './tree-view-root-provider.
17
17
  export { TreeViewTree as Tree } from './tree-view-tree.js';
18
18
  export { TreeViewNodeCheckbox as NodeCheckbox } from './tree-view-node-checkbox.js';
19
19
  export { TreeViewNodeCheckboxIndicator as NodeCheckboxIndicator } from './tree-view-node-checkbox-indicator.js';
20
+ export { TreeViewNodeRenameInput as NodeRenameInput } from './tree-view-node-rename-input.js';
package/dist/index.cjs CHANGED
@@ -686,6 +686,7 @@ const treeViewRootProvider = require('./components/tree-view/tree-view-root-prov
686
686
  const treeViewTree = require('./components/tree-view/tree-view-tree.cjs');
687
687
  const treeViewNodeCheckbox = require('./components/tree-view/tree-view-node-checkbox.cjs');
688
688
  const treeViewNodeCheckboxIndicator = require('./components/tree-view/tree-view-node-checkbox-indicator.cjs');
689
+ const treeViewNodeRenameInput = require('./components/tree-view/tree-view-node-rename-input.cjs');
689
690
  const useTreeView = require('./components/tree-view/use-tree-view.cjs');
690
691
  const useTreeViewContext = require('./components/tree-view/use-tree-view-context.cjs');
691
692
  const useTreeViewNodeContext = require('./components/tree-view/use-tree-view-node-context.cjs');
@@ -1430,6 +1431,7 @@ exports.TreeViewRootProvider = treeViewRootProvider.TreeViewRootProvider;
1430
1431
  exports.TreeViewTree = treeViewTree.TreeViewTree;
1431
1432
  exports.TreeViewNodeCheckbox = treeViewNodeCheckbox.TreeViewNodeCheckbox;
1432
1433
  exports.TreeViewNodeCheckboxIndicator = treeViewNodeCheckboxIndicator.TreeViewNodeCheckboxIndicator;
1434
+ exports.TreeViewNodeRenameInput = treeViewNodeRenameInput.TreeViewNodeRenameInput;
1433
1435
  exports.useTreeView = useTreeView.useTreeView;
1434
1436
  exports.useTreeViewContext = useTreeViewContext.useTreeViewContext;
1435
1437
  exports.useTreeViewNodeContext = useTreeViewNodeContext.useTreeViewNodeContext;
package/dist/index.js CHANGED
@@ -729,6 +729,7 @@ export { TreeViewRootProvider } from './components/tree-view/tree-view-root-prov
729
729
  export { TreeViewTree } from './components/tree-view/tree-view-tree.js';
730
730
  export { TreeViewNodeCheckbox } from './components/tree-view/tree-view-node-checkbox.js';
731
731
  export { TreeViewNodeCheckboxIndicator } from './components/tree-view/tree-view-node-checkbox-indicator.js';
732
+ export { TreeViewNodeRenameInput } from './components/tree-view/tree-view-node-rename-input.js';
732
733
  export { useTreeView } from './components/tree-view/use-tree-view.js';
733
734
  export { useTreeViewContext } from './components/tree-view/use-tree-view-context.js';
734
735
  export { useTreeViewNodeContext } from './components/tree-view/use-tree-view-node-context.js';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ark-ui/react",
3
3
  "type": "module",
4
- "version": "5.25.1",
4
+ "version": "5.26.0",
5
5
  "description": "A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.",
6
6
  "keywords": [
7
7
  "accordion",
@@ -149,95 +149,96 @@
149
149
  },
150
150
  "sideEffects": false,
151
151
  "dependencies": {
152
- "@internationalized/date": "3.9.0",
153
- "@zag-js/accordion": "1.24.2",
154
- "@zag-js/anatomy": "1.24.2",
155
- "@zag-js/angle-slider": "1.24.2",
156
- "@zag-js/async-list": "1.24.2",
157
- "@zag-js/auto-resize": "1.24.2",
158
- "@zag-js/avatar": "1.24.2",
159
- "@zag-js/bottom-sheet": "1.24.2",
160
- "@zag-js/carousel": "1.24.2",
161
- "@zag-js/checkbox": "1.24.2",
162
- "@zag-js/clipboard": "1.24.2",
163
- "@zag-js/collapsible": "1.24.2",
164
- "@zag-js/collection": "1.24.2",
165
- "@zag-js/color-picker": "1.24.2",
166
- "@zag-js/color-utils": "1.24.2",
167
- "@zag-js/combobox": "1.24.2",
168
- "@zag-js/core": "1.24.2",
169
- "@zag-js/date-picker": "1.24.2",
170
- "@zag-js/date-utils": "1.24.2",
171
- "@zag-js/dialog": "1.24.2",
172
- "@zag-js/dom-query": "1.24.2",
173
- "@zag-js/editable": "1.24.2",
174
- "@zag-js/file-upload": "1.24.2",
175
- "@zag-js/file-utils": "1.24.2",
176
- "@zag-js/floating-panel": "1.24.2",
177
- "@zag-js/focus-trap": "1.24.2",
178
- "@zag-js/highlight-word": "1.24.2",
179
- "@zag-js/hover-card": "1.24.2",
180
- "@zag-js/i18n-utils": "1.24.2",
181
- "@zag-js/json-tree-utils": "1.24.2",
182
- "@zag-js/listbox": "1.24.2",
183
- "@zag-js/menu": "1.24.2",
184
- "@zag-js/number-input": "1.24.2",
185
- "@zag-js/pagination": "1.24.2",
186
- "@zag-js/password-input": "1.24.2",
187
- "@zag-js/pin-input": "1.24.2",
188
- "@zag-js/popover": "1.24.2",
189
- "@zag-js/presence": "1.24.2",
190
- "@zag-js/progress": "1.24.2",
191
- "@zag-js/qr-code": "1.24.2",
192
- "@zag-js/radio-group": "1.24.2",
193
- "@zag-js/rating-group": "1.24.2",
194
- "@zag-js/react": "1.24.2",
195
- "@zag-js/scroll-area": "1.24.2",
196
- "@zag-js/select": "1.24.2",
197
- "@zag-js/signature-pad": "1.24.2",
198
- "@zag-js/slider": "1.24.2",
199
- "@zag-js/splitter": "1.24.2",
200
- "@zag-js/steps": "1.24.2",
201
- "@zag-js/switch": "1.24.2",
202
- "@zag-js/tabs": "1.24.2",
203
- "@zag-js/tags-input": "1.24.2",
204
- "@zag-js/timer": "1.24.2",
205
- "@zag-js/toast": "1.24.2",
206
- "@zag-js/toggle": "1.24.2",
207
- "@zag-js/toggle-group": "1.24.2",
208
- "@zag-js/tooltip": "1.24.2",
209
- "@zag-js/tour": "1.24.2",
210
- "@zag-js/tree-view": "1.24.2",
211
- "@zag-js/types": "1.24.2",
212
- "@zag-js/utils": "1.24.2"
152
+ "@internationalized/date": "3.10.0",
153
+ "@zag-js/accordion": "1.26.1",
154
+ "@zag-js/anatomy": "1.26.1",
155
+ "@zag-js/angle-slider": "1.26.1",
156
+ "@zag-js/async-list": "1.26.1",
157
+ "@zag-js/auto-resize": "1.26.1",
158
+ "@zag-js/avatar": "1.26.1",
159
+ "@zag-js/bottom-sheet": "1.26.1",
160
+ "@zag-js/carousel": "1.26.1",
161
+ "@zag-js/checkbox": "1.26.1",
162
+ "@zag-js/clipboard": "1.26.1",
163
+ "@zag-js/collapsible": "1.26.1",
164
+ "@zag-js/collection": "1.26.1",
165
+ "@zag-js/color-picker": "1.26.1",
166
+ "@zag-js/color-utils": "1.26.1",
167
+ "@zag-js/combobox": "1.26.1",
168
+ "@zag-js/core": "1.26.1",
169
+ "@zag-js/date-picker": "1.26.1",
170
+ "@zag-js/date-utils": "1.26.1",
171
+ "@zag-js/dialog": "1.26.1",
172
+ "@zag-js/dom-query": "1.26.1",
173
+ "@zag-js/editable": "1.26.1",
174
+ "@zag-js/file-upload": "1.26.1",
175
+ "@zag-js/file-utils": "1.26.1",
176
+ "@zag-js/floating-panel": "1.26.1",
177
+ "@zag-js/focus-trap": "1.26.1",
178
+ "@zag-js/highlight-word": "1.26.1",
179
+ "@zag-js/hover-card": "1.26.1",
180
+ "@zag-js/i18n-utils": "1.26.1",
181
+ "@zag-js/json-tree-utils": "1.26.1",
182
+ "@zag-js/listbox": "1.26.1",
183
+ "@zag-js/menu": "1.26.1",
184
+ "@zag-js/number-input": "1.26.1",
185
+ "@zag-js/pagination": "1.26.1",
186
+ "@zag-js/password-input": "1.26.1",
187
+ "@zag-js/pin-input": "1.26.1",
188
+ "@zag-js/popover": "1.26.1",
189
+ "@zag-js/presence": "1.26.1",
190
+ "@zag-js/progress": "1.26.1",
191
+ "@zag-js/qr-code": "1.26.1",
192
+ "@zag-js/radio-group": "1.26.1",
193
+ "@zag-js/rating-group": "1.26.1",
194
+ "@zag-js/react": "1.26.1",
195
+ "@zag-js/scroll-area": "1.26.1",
196
+ "@zag-js/select": "1.26.1",
197
+ "@zag-js/signature-pad": "1.26.1",
198
+ "@zag-js/slider": "1.26.1",
199
+ "@zag-js/splitter": "1.26.1",
200
+ "@zag-js/steps": "1.26.1",
201
+ "@zag-js/switch": "1.26.1",
202
+ "@zag-js/tabs": "1.26.1",
203
+ "@zag-js/tags-input": "1.26.1",
204
+ "@zag-js/timer": "1.26.1",
205
+ "@zag-js/toast": "1.26.1",
206
+ "@zag-js/toggle": "1.26.1",
207
+ "@zag-js/toggle-group": "1.26.1",
208
+ "@zag-js/tooltip": "1.26.1",
209
+ "@zag-js/tour": "1.26.1",
210
+ "@zag-js/tree-view": "1.26.1",
211
+ "@zag-js/types": "1.26.1",
212
+ "@zag-js/utils": "1.26.1"
213
213
  },
214
214
  "devDependencies": {
215
- "@biomejs/biome": "2.2.4",
216
- "@storybook/addon-a11y": "9.1.7",
217
- "@storybook/react-vite": "9.1.7",
215
+ "check-password-strength": "3.0.0",
216
+ "@biomejs/biome": "2.2.5",
217
+ "@storybook/addon-a11y": "9.1.10",
218
+ "@storybook/react-vite": "9.1.10",
218
219
  "@testing-library/dom": "10.4.1",
219
- "@testing-library/jest-dom": "6.8.0",
220
+ "@testing-library/jest-dom": "6.9.1",
220
221
  "@testing-library/react": "16.3.0",
221
222
  "@testing-library/user-event": "14.6.1",
222
223
  "@types/jsdom": "21.1.7",
223
- "@types/react": "19.1.13",
224
- "@types/react-dom": "19.1.9",
225
- "@vitejs/plugin-react": "5.0.3",
224
+ "@types/react": "19.2.0",
225
+ "@types/react-dom": "19.2.0",
226
+ "@vitejs/plugin-react": "5.0.4",
226
227
  "clean-package": "2.2.0",
227
228
  "image-conversion": "2.1.1",
228
- "globby": "14.1.0",
229
- "happy-dom": "18.0.1",
229
+ "globby": "15.0.0",
230
+ "happy-dom": "19.0.2",
230
231
  "lucide-react": "0.544.0",
231
- "react": "19.1.1",
232
- "react-dom": "19.1.1",
232
+ "react": "19.2.0",
233
+ "react-dom": "19.2.0",
233
234
  "react-shadow": "20.6.0",
234
235
  "react-use": "17.6.0",
235
236
  "react-frame-component": "5.2.7",
236
- "react-hook-form": "7.63.0",
237
+ "react-hook-form": "7.64.0",
237
238
  "resize-observer-polyfill": "1.5.1",
238
- "storybook": "9.1.7",
239
- "typescript": "5.9.2",
240
- "vite": "7.1.6",
239
+ "storybook": "9.1.10",
240
+ "typescript": "5.9.3",
241
+ "vite": "7.1.9",
241
242
  "vite-plugin-dts": "4.5.4",
242
243
  "vitest": "3.2.4",
243
244
  "@vitest/coverage-v8": "3.2.4",