@zag-js/number-input 1.27.0 → 1.28.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.
package/dist/index.d.mts CHANGED
@@ -307,4 +307,4 @@ declare const machine: _zag_js_core.Machine<NumberInputSchema>;
307
307
  declare const props: (keyof NumberInputProps)[];
308
308
  declare const splitProps: <Props extends Partial<NumberInputProps>>(props: Props) => [Partial<NumberInputProps>, Omit<Props, keyof NumberInputProps>];
309
309
 
310
- export { type NumberInputApi as Api, type ElementIds, type FocusChangeDetails, type IntlTranslations, type NumberInputMachine as Machine, type NumberInputProps as Props, type NumberInputService as Service, type ValueChangeDetails, type ValueInvalidDetails, anatomy, connect, machine, props, splitProps };
310
+ export { type NumberInputApi as Api, type ElementIds, type FocusChangeDetails, type HintValue, type InputMode, type IntlTranslations, type NumberInputMachine as Machine, type NumberInputProps as Props, type NumberInputService as Service, type ValidityState, type ValueChangeDetails, type ValueInvalidDetails, anatomy, connect, machine, props, splitProps };
package/dist/index.d.ts CHANGED
@@ -307,4 +307,4 @@ declare const machine: _zag_js_core.Machine<NumberInputSchema>;
307
307
  declare const props: (keyof NumberInputProps)[];
308
308
  declare const splitProps: <Props extends Partial<NumberInputProps>>(props: Props) => [Partial<NumberInputProps>, Omit<Props, keyof NumberInputProps>];
309
309
 
310
- export { type NumberInputApi as Api, type ElementIds, type FocusChangeDetails, type IntlTranslations, type NumberInputMachine as Machine, type NumberInputProps as Props, type NumberInputService as Service, type ValueChangeDetails, type ValueInvalidDetails, anatomy, connect, machine, props, splitProps };
310
+ export { type NumberInputApi as Api, type ElementIds, type FocusChangeDetails, type HintValue, type InputMode, type IntlTranslations, type NumberInputMachine as Machine, type NumberInputProps as Props, type NumberInputService as Service, type ValidityState, type ValueChangeDetails, type ValueInvalidDetails, anatomy, connect, machine, props, splitProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/number-input",
3
- "version": "1.27.0",
3
+ "version": "1.28.0",
4
4
  "description": "Core logic for the number-input widget implemented as a state machine",
5
5
  "keywords": [
6
6
  "js",
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@internationalized/number": "3.6.5",
30
- "@zag-js/anatomy": "1.27.0",
31
- "@zag-js/core": "1.27.0",
32
- "@zag-js/dom-query": "1.27.0",
33
- "@zag-js/types": "1.27.0",
34
- "@zag-js/utils": "1.27.0"
30
+ "@zag-js/anatomy": "1.28.0",
31
+ "@zag-js/core": "1.28.0",
32
+ "@zag-js/dom-query": "1.28.0",
33
+ "@zag-js/types": "1.28.0",
34
+ "@zag-js/utils": "1.28.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "clean-package": "2.2.0"