@react-aria/gridlist
Advanced tools
Comparing version 3.1.3-nightly.3667 to 3.1.3-nightly.3669
@@ -72,3 +72,3 @@ var $dSFus$reactariautils = require("@react-aria/utils"); | ||
}); | ||
let id = (0, $dSFus$reactariautils.useId)(); | ||
let id = (0, $dSFus$reactariautils.useId)(props.id); | ||
(0, $7db02799adae605d$export$5b9bb410392e3991).set(state, { | ||
@@ -75,0 +75,0 @@ id: id, |
@@ -65,3 +65,3 @@ import {useId as $13Gtr$useId, filterDOMProps as $13Gtr$filterDOMProps, mergeProps as $13Gtr$mergeProps, useSlotId as $13Gtr$useSlotId} from "@react-aria/utils"; | ||
}); | ||
let id = (0, $13Gtr$useId)(); | ||
let id = (0, $13Gtr$useId)(props.id); | ||
(0, $ce9b18daab526bbd$export$5b9bb410392e3991).set(state, { | ||
@@ -68,0 +68,0 @@ id: id, |
{ | ||
"name": "@react-aria/gridlist", | ||
"version": "3.1.3-nightly.3667+9ddb74ba9", | ||
"version": "3.1.3-nightly.3669+f32367ad4", | ||
"description": "Spectrum UI components in React", | ||
@@ -20,11 +20,11 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/focus": "3.0.0-nightly.1967+9ddb74ba9", | ||
"@react-aria/grid": "3.5.3-nightly.3667+9ddb74ba9", | ||
"@react-aria/i18n": "3.0.0-nightly.1967+9ddb74ba9", | ||
"@react-aria/interactions": "3.0.0-nightly.1967+9ddb74ba9", | ||
"@react-aria/selection": "3.0.0-nightly.1967+9ddb74ba9", | ||
"@react-aria/utils": "3.0.0-nightly.1967+9ddb74ba9", | ||
"@react-stately/list": "3.6.2-nightly.3667+9ddb74ba9", | ||
"@react-types/checkbox": "3.0.0-nightly.1967+9ddb74ba9", | ||
"@react-types/shared": "3.0.0-nightly.1967+9ddb74ba9", | ||
"@react-aria/focus": "3.0.0-nightly.1969+f32367ad4", | ||
"@react-aria/grid": "3.5.3-nightly.3669+f32367ad4", | ||
"@react-aria/i18n": "3.0.0-nightly.1969+f32367ad4", | ||
"@react-aria/interactions": "3.0.0-nightly.1969+f32367ad4", | ||
"@react-aria/selection": "3.0.0-nightly.1969+f32367ad4", | ||
"@react-aria/utils": "3.0.0-nightly.1969+f32367ad4", | ||
"@react-stately/list": "3.6.2-nightly.3669+f32367ad4", | ||
"@react-types/checkbox": "3.0.0-nightly.1969+f32367ad4", | ||
"@react-types/shared": "3.0.0-nightly.1969+f32367ad4", | ||
"@swc/helpers": "^0.4.14" | ||
@@ -38,3 +38,3 @@ }, | ||
}, | ||
"gitHead": "9ddb74ba945ecf0a42094c54eb9cc7bd61b50db3" | ||
"gitHead": "f32367ad4a4639ccb8738b9daefe42d0d870affd" | ||
} |
@@ -84,3 +84,3 @@ /* | ||
let id = useId(); | ||
let id = useId(props.id); | ||
listMap.set(state, {id, onAction}); | ||
@@ -87,0 +87,0 @@ |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
99324