@zag-js/combobox 1.8.0 → 1.8.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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +10 -10
package/dist/index.d.mts
CHANGED
|
@@ -428,4 +428,4 @@ declare const splitItemGroupProps: <Props extends ItemGroupProps>(props: Props)
|
|
|
428
428
|
declare const itemProps: (keyof ItemProps)[];
|
|
429
429
|
declare const splitItemProps: <Props extends ItemProps>(props: Props) => [ItemProps, Omit<Props, keyof ItemProps>];
|
|
430
430
|
|
|
431
|
-
export { type ComboboxApi as Api, type ElementIds, type HighlightChangeDetails, type InputValueChangeDetails, type IntlTranslations, type ItemGroupLabelProps, type ItemGroupProps, type ItemProps, type ItemState, type ComboboxMachine as Machine, type NavigateDetails, type OpenChangeDetails, type ComboboxProps as Props, type ScrollToIndexDetails, type ComboboxService as Service, type TriggerProps, type ValueChangeDetails, anatomy, collection, connect, itemGroupLabelProps, itemGroupProps, itemProps, machine, props, splitItemGroupLabelProps, splitItemGroupProps, splitItemProps, splitProps };
|
|
431
|
+
export { type ComboboxApi as Api, type ElementIds, type HighlightChangeDetails, type InputValueChangeDetails, type IntlTranslations, type ItemGroupLabelProps, type ItemGroupProps, type ItemProps, type ItemState, type ComboboxMachine as Machine, type NavigateDetails, type OpenChangeDetails, type ComboboxProps as Props, type ScrollToIndexDetails, type SelectionDetails, type ComboboxService as Service, type TriggerProps, type ValueChangeDetails, anatomy, collection, connect, itemGroupLabelProps, itemGroupProps, itemProps, machine, props, splitItemGroupLabelProps, splitItemGroupProps, splitItemProps, splitProps };
|
package/dist/index.d.ts
CHANGED
|
@@ -428,4 +428,4 @@ declare const splitItemGroupProps: <Props extends ItemGroupProps>(props: Props)
|
|
|
428
428
|
declare const itemProps: (keyof ItemProps)[];
|
|
429
429
|
declare const splitItemProps: <Props extends ItemProps>(props: Props) => [ItemProps, Omit<Props, keyof ItemProps>];
|
|
430
430
|
|
|
431
|
-
export { type ComboboxApi as Api, type ElementIds, type HighlightChangeDetails, type InputValueChangeDetails, type IntlTranslations, type ItemGroupLabelProps, type ItemGroupProps, type ItemProps, type ItemState, type ComboboxMachine as Machine, type NavigateDetails, type OpenChangeDetails, type ComboboxProps as Props, type ScrollToIndexDetails, type ComboboxService as Service, type TriggerProps, type ValueChangeDetails, anatomy, collection, connect, itemGroupLabelProps, itemGroupProps, itemProps, machine, props, splitItemGroupLabelProps, splitItemGroupProps, splitItemProps, splitProps };
|
|
431
|
+
export { type ComboboxApi as Api, type ElementIds, type HighlightChangeDetails, type InputValueChangeDetails, type IntlTranslations, type ItemGroupLabelProps, type ItemGroupProps, type ItemProps, type ItemState, type ComboboxMachine as Machine, type NavigateDetails, type OpenChangeDetails, type ComboboxProps as Props, type ScrollToIndexDetails, type SelectionDetails, type ComboboxService as Service, type TriggerProps, type ValueChangeDetails, anatomy, collection, connect, itemGroupLabelProps, itemGroupProps, itemProps, machine, props, splitItemGroupLabelProps, splitItemGroupProps, splitItemProps, splitProps };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zag-js/combobox",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.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.8.
|
|
30
|
-
"@zag-js/aria-hidden": "1.8.
|
|
31
|
-
"@zag-js/collection": "1.8.
|
|
32
|
-
"@zag-js/core": "1.8.
|
|
33
|
-
"@zag-js/dismissable": "1.8.
|
|
34
|
-
"@zag-js/dom-query": "1.8.
|
|
35
|
-
"@zag-js/utils": "1.8.
|
|
36
|
-
"@zag-js/popper": "1.8.
|
|
37
|
-
"@zag-js/types": "1.8.
|
|
29
|
+
"@zag-js/anatomy": "1.8.2",
|
|
30
|
+
"@zag-js/aria-hidden": "1.8.2",
|
|
31
|
+
"@zag-js/collection": "1.8.2",
|
|
32
|
+
"@zag-js/core": "1.8.2",
|
|
33
|
+
"@zag-js/dismissable": "1.8.2",
|
|
34
|
+
"@zag-js/dom-query": "1.8.2",
|
|
35
|
+
"@zag-js/utils": "1.8.2",
|
|
36
|
+
"@zag-js/popper": "1.8.2",
|
|
37
|
+
"@zag-js/types": "1.8.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"clean-package": "2.2.0"
|