@zag-js/i18n-utils 1.15.6 → 1.16.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
@@ -36,7 +36,7 @@ interface Locale {
36
36
  }
37
37
  declare global {
38
38
  interface Navigator {
39
- userLanguage?: string;
39
+ userLanguage?: string | undefined;
40
40
  }
41
41
  }
42
42
  declare function getDefaultLocale(): Locale;
package/dist/index.d.ts CHANGED
@@ -36,7 +36,7 @@ interface Locale {
36
36
  }
37
37
  declare global {
38
38
  interface Navigator {
39
- userLanguage?: string;
39
+ userLanguage?: string | undefined;
40
40
  }
41
41
  }
42
42
  declare function getDefaultLocale(): Locale;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/i18n-utils",
3
- "version": "1.15.6",
3
+ "version": "1.16.0",
4
4
  "description": "Interationalization utilities for Zag.js",
5
5
  "keywords": [
6
6
  "js",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "clean-package": "../../../clean-package.config.json",
26
26
  "dependencies": {
27
- "@zag-js/dom-query": "1.15.6"
27
+ "@zag-js/dom-query": "1.16.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "clean-package": "2.2.0",