@react-aria/i18n
Advanced tools
Comparing version 3.0.0-nightly-a98da553e-241116 to 3.0.0-nightly-b3a4d6c11-241119
@@ -29,3 +29,2 @@ var $4d65847630a056a8$exports = require("./utils.main.js"); | ||
try { | ||
// @ts-ignore | ||
Intl.DateTimeFormat.supportedLocalesOf([ | ||
@@ -32,0 +31,0 @@ locale |
@@ -23,3 +23,2 @@ import {isRTL as $148a7a147e38ea7f$export$702d680b21cbd764} from "./utils.module.js"; | ||
try { | ||
// @ts-ignore | ||
Intl.DateTimeFormat.supportedLocalesOf([ | ||
@@ -26,0 +25,0 @@ locale |
@@ -53,3 +53,2 @@ | ||
// If the Intl.Locale API is available, use it to get the locale's text direction. | ||
// @ts-ignore | ||
if (Intl.Locale) { | ||
@@ -56,0 +55,0 @@ let locale = new Intl.Locale(localeString).maximize(); |
@@ -47,3 +47,2 @@ /* | ||
// If the Intl.Locale API is available, use it to get the locale's text direction. | ||
// @ts-ignore | ||
if (Intl.Locale) { | ||
@@ -50,0 +49,0 @@ let locale = new Intl.Locale(localeString).maximize(); |
{ | ||
"name": "@react-aria/i18n", | ||
"version": "3.0.0-nightly-a98da553e-241116", | ||
"version": "3.0.0-nightly-b3a4d6c11-241119", | ||
"description": "Spectrum UI components in React", | ||
@@ -50,13 +50,13 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@internationalized/date": "^3.0.0-nightly-a98da553e-241116", | ||
"@internationalized/message": "^3.0.0-nightly-a98da553e-241116", | ||
"@internationalized/number": "^3.0.0-nightly-a98da553e-241116", | ||
"@internationalized/string": "^3.0.0-nightly-a98da553e-241116", | ||
"@react-aria/ssr": "^3.0.0-nightly-a98da553e-241116", | ||
"@react-aria/utils": "^3.0.0-nightly-a98da553e-241116", | ||
"@react-types/shared": "^3.0.0-nightly-a98da553e-241116", | ||
"@internationalized/date": "^3.0.0-nightly-b3a4d6c11-241119", | ||
"@internationalized/message": "^3.0.0-nightly-b3a4d6c11-241119", | ||
"@internationalized/number": "^3.0.0-nightly-b3a4d6c11-241119", | ||
"@internationalized/string": "^3.0.0-nightly-b3a4d6c11-241119", | ||
"@react-aria/ssr": "^3.0.0-nightly-b3a4d6c11-241119", | ||
"@react-aria/utils": "^3.0.0-nightly-b3a4d6c11-241119", | ||
"@react-types/shared": "^3.0.0-nightly-b3a4d6c11-241119", | ||
"@swc/helpers": "^0.5.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" | ||
}, | ||
@@ -63,0 +63,0 @@ "publishConfig": { |
@@ -38,3 +38,2 @@ /* | ||
try { | ||
// @ts-ignore | ||
Intl.DateTimeFormat.supportedLocalesOf([locale]); | ||
@@ -41,0 +40,0 @@ } catch { |
@@ -22,3 +22,2 @@ /* | ||
// If the Intl.Locale API is available, use it to get the locale's text direction. | ||
// @ts-ignore | ||
if (Intl.Locale) { | ||
@@ -25,0 +24,0 @@ let locale = new Intl.Locale(localeString).maximize(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
176669
2103
+ Addedreact@19.0.0-rc-fb9a90fa48-20240614(transitive)
Updated@internationalized/date@^3.0.0-nightly-b3a4d6c11-241119
Updated@internationalized/message@^3.0.0-nightly-b3a4d6c11-241119
Updated@internationalized/number@^3.0.0-nightly-b3a4d6c11-241119
Updated@internationalized/string@^3.0.0-nightly-b3a4d6c11-241119