@react-spectrum/layout
Advanced tools
Comparing version 3.0.0-nightly-a98da553e-241116 to 3.0.0-nightly-ab9fd5c68-241122
@@ -89,3 +89,3 @@ var $ATZAs$reactspectrumutils = require("@react-spectrum/utils"); | ||
let { styleProps: styleProps } = (0, $ATZAs$reactspectrumutils.useStyleProps)(otherProps, $65aafe8662d00781$var$gridStyleProps); | ||
styleProps.style.display = 'grid'; // inline-grid? | ||
if (styleProps.style) styleProps.style.display = 'grid'; // inline-grid? | ||
let domRef = (0, $ATZAs$reactspectrumutils.useDOMRef)(ref); | ||
@@ -92,0 +92,0 @@ return /*#__PURE__*/ (0, ($parcel$interopDefault($ATZAs$react))).createElement("div", { |
@@ -76,3 +76,3 @@ import {baseStyleProps as $2XVCg$baseStyleProps, passthroughStyle as $2XVCg$passthroughStyle, dimensionValue as $2XVCg$dimensionValue, useStyleProps as $2XVCg$useStyleProps, useDOMRef as $2XVCg$useDOMRef} from "@react-spectrum/utils"; | ||
let { styleProps: styleProps } = (0, $2XVCg$useStyleProps)(otherProps, $994c48bfb00b620b$var$gridStyleProps); | ||
styleProps.style.display = 'grid'; // inline-grid? | ||
if (styleProps.style) styleProps.style.display = 'grid'; // inline-grid? | ||
let domRef = (0, $2XVCg$useDOMRef)(ref); | ||
@@ -79,0 +79,0 @@ return /*#__PURE__*/ (0, $2XVCg$react).createElement("div", { |
{ | ||
"name": "@react-spectrum/layout", | ||
"version": "3.0.0-nightly-a98da553e-241116", | ||
"version": "3.0.0-nightly-ab9fd5c68-241122", | ||
"description": "Spectrum UI components in React", | ||
@@ -39,6 +39,6 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/utils": "^3.0.0-nightly-a98da553e-241116", | ||
"@react-spectrum/utils": "^3.0.0-nightly-a98da553e-241116", | ||
"@react-types/layout": "^3.0.0-nightly-a98da553e-241116", | ||
"@react-types/shared": "^3.0.0-nightly-a98da553e-241116", | ||
"@react-aria/utils": "^3.0.0-nightly-ab9fd5c68-241122", | ||
"@react-spectrum/utils": "^3.0.0-nightly-ab9fd5c68-241122", | ||
"@react-types/layout": "^3.0.0-nightly-ab9fd5c68-241122", | ||
"@react-types/shared": "^3.0.0-nightly-ab9fd5c68-241122", | ||
"@swc/helpers": "^0.5.0" | ||
@@ -50,4 +50,4 @@ }, | ||
"peerDependencies": { | ||
"@react-spectrum/provider": "^3.0.0-nightly-a98da553e-241116", | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" | ||
"@react-spectrum/provider": "^3.0.0-nightly-ab9fd5c68-241122", | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" | ||
}, | ||
@@ -57,3 +57,3 @@ "publishConfig": { | ||
}, | ||
"stableVersion": "3.6.9" | ||
"stableVersion": "3.6.10" | ||
} |
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
75389
968