@zag-js/combobox 1.12.1 → 1.12.2

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.
package/dist/index.d.mts CHANGED
@@ -242,7 +242,7 @@ interface ComboboxProps<T extends CollectionItem = CollectionItem> extends Direc
242
242
  */
243
243
  navigate?: ((details: NavigateDetails) => void) | null | undefined;
244
244
  }
245
- type PropsWithDefault = "openOnChange" | "openOnKeyPress" | "composite" | "navigate" | "loopFocus" | "positioning" | "openOnClick" | "openOnChange" | "inputBehavior" | "collection" | "selectionBehavior" | "closeOnSelect" | "translations" | "positioning";
245
+ type PropsWithDefault = "openOnChange" | "openOnKeyPress" | "composite" | "loopFocus" | "positioning" | "openOnClick" | "openOnChange" | "inputBehavior" | "collection" | "selectionBehavior" | "closeOnSelect" | "translations" | "positioning";
246
246
  interface ComboboxSchema<T extends CollectionItem = CollectionItem> {
247
247
  props: RequiredBy<ComboboxProps<T>, PropsWithDefault>;
248
248
  state: "idle" | "focused" | "suggesting" | "interacting";
package/dist/index.d.ts CHANGED
@@ -242,7 +242,7 @@ interface ComboboxProps<T extends CollectionItem = CollectionItem> extends Direc
242
242
  */
243
243
  navigate?: ((details: NavigateDetails) => void) | null | undefined;
244
244
  }
245
- type PropsWithDefault = "openOnChange" | "openOnKeyPress" | "composite" | "navigate" | "loopFocus" | "positioning" | "openOnClick" | "openOnChange" | "inputBehavior" | "collection" | "selectionBehavior" | "closeOnSelect" | "translations" | "positioning";
245
+ type PropsWithDefault = "openOnChange" | "openOnKeyPress" | "composite" | "loopFocus" | "positioning" | "openOnClick" | "openOnChange" | "inputBehavior" | "collection" | "selectionBehavior" | "closeOnSelect" | "translations" | "positioning";
246
246
  interface ComboboxSchema<T extends CollectionItem = CollectionItem> {
247
247
  props: RequiredBy<ComboboxProps<T>, PropsWithDefault>;
248
248
  state: "idle" | "focused" | "suggesting" | "interacting";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/combobox",
3
- "version": "1.12.1",
3
+ "version": "1.12.2",
4
4
  "description": "Core logic for the combobox widget implemented as a state machine",
5
5
  "keywords": [
6
6
  "js",
@@ -26,15 +26,15 @@
26
26
  "url": "https://github.com/chakra-ui/zag/issues"
27
27
  },
28
28
  "dependencies": {
29
- "@zag-js/anatomy": "1.12.1",
30
- "@zag-js/aria-hidden": "1.12.1",
31
- "@zag-js/collection": "1.12.1",
32
- "@zag-js/core": "1.12.1",
33
- "@zag-js/dismissable": "1.12.1",
34
- "@zag-js/dom-query": "1.12.1",
35
- "@zag-js/utils": "1.12.1",
36
- "@zag-js/popper": "1.12.1",
37
- "@zag-js/types": "1.12.1"
29
+ "@zag-js/anatomy": "1.12.2",
30
+ "@zag-js/aria-hidden": "1.12.2",
31
+ "@zag-js/collection": "1.12.2",
32
+ "@zag-js/core": "1.12.2",
33
+ "@zag-js/dismissable": "1.12.2",
34
+ "@zag-js/dom-query": "1.12.2",
35
+ "@zag-js/utils": "1.12.2",
36
+ "@zag-js/popper": "1.12.2",
37
+ "@zag-js/types": "1.12.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "clean-package": "2.2.0"