New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-spectrum/layout

Package Overview
Dependencies
Maintainers
0
Versions
918
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spectrum/layout - npm Package Compare versions

Comparing version

to
3.0.0-nightly-65e3a52a3-241120

dist/flex-gap.bf0f97f4.css

6

dist/flex-gap_css.main.js

@@ -12,7 +12,7 @@

var $12be0ef8be5abc46$export$31a9da8b58047a44;
$12be0ef8be5abc46$export$97691fbb80847c19 = `NW91UW_flex`;
$12be0ef8be5abc46$export$69d7a39fa31a000b = `NW91UW_flex-container`;
$12be0ef8be5abc46$export$31a9da8b58047a44 = `NW91UW_flex-gap`;
$12be0ef8be5abc46$export$97691fbb80847c19 = `vi3c6W_flex`;
$12be0ef8be5abc46$export$69d7a39fa31a000b = `vi3c6W_flex-container`;
$12be0ef8be5abc46$export$31a9da8b58047a44 = `vi3c6W_flex-gap`;
//# sourceMappingURL=flex-gap_css.main.js.map

@@ -13,5 +13,5 @@

var $01dd1839b5376a46$export$31a9da8b58047a44;
$01dd1839b5376a46$export$97691fbb80847c19 = `NW91UW_flex`;
$01dd1839b5376a46$export$69d7a39fa31a000b = `NW91UW_flex-container`;
$01dd1839b5376a46$export$31a9da8b58047a44 = `NW91UW_flex-gap`;
$01dd1839b5376a46$export$97691fbb80847c19 = `vi3c6W_flex`;
$01dd1839b5376a46$export$69d7a39fa31a000b = `vi3c6W_flex-container`;
$01dd1839b5376a46$export$31a9da8b58047a44 = `vi3c6W_flex-gap`;

@@ -18,0 +18,0 @@

@@ -1,2 +0,2 @@

require("./flex-gap.27391a03.css");
require("./flex-gap.bf0f97f4.css");
var $12be0ef8be5abc46$exports = require("./flex-gap_css.main.js");

@@ -3,0 +3,0 @@ var $1yXrx$reactspectrumutils = require("@react-spectrum/utils");

@@ -1,2 +0,2 @@

import "./flex-gap.27391a03.css";
import "./flex-gap.bf0f97f4.css";
import $bDezp$flexgap_cssmodulejs from "./flex-gap_css.module.js";

@@ -3,0 +3,0 @@ import {passthroughStyle as $bDezp$passthroughStyle, useBreakpoint as $bDezp$useBreakpoint, useStyleProps as $bDezp$useStyleProps, useDOMRef as $bDezp$useDOMRef, responsiveDimensionValue as $bDezp$responsiveDimensionValue, classNames as $bDezp$classNames} from "@react-spectrum/utils";

@@ -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-641446f65-240905",
"version": "3.0.0-nightly-65e3a52a3-241120",
"description": "Spectrum UI components in React",

@@ -39,6 +39,6 @@ "license": "Apache-2.0",

"dependencies": {
"@react-aria/utils": "^3.0.0-nightly-641446f65-240905",
"@react-spectrum/utils": "^3.0.0-nightly-641446f65-240905",
"@react-types/layout": "^3.0.0-nightly-641446f65-240905",
"@react-types/shared": "^3.0.0-nightly-641446f65-240905",
"@react-aria/utils": "^3.0.0-nightly-65e3a52a3-241120",
"@react-spectrum/utils": "^3.0.0-nightly-65e3a52a3-241120",
"@react-types/layout": "^3.0.0-nightly-65e3a52a3-241120",
"@react-types/shared": "^3.0.0-nightly-65e3a52a3-241120",
"@swc/helpers": "^0.5.0"

@@ -50,4 +50,4 @@ },

"peerDependencies": {
"@react-spectrum/provider": "^3.0.0-nightly-641446f65-240905",
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
"@react-spectrum/provider": "^3.0.0-nightly-65e3a52a3-241120",
"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.8"
"stableVersion": "3.6.9"
}

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