@react-spectrum/layout 3.6.5-nightly.4620 → 3.6.5-nightly.4624
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/Flex.mjs +1 -1
- package/dist/Grid.mjs +1 -1
- package/dist/flex-gap_css.mjs +1 -1
- package/package.json +7 -7
package/dist/Flex.mjs
CHANGED
package/dist/Grid.mjs
CHANGED
|
@@ -108,4 +108,4 @@ function $994c48bfb00b620b$var$gridTemplateValue(value) {
|
|
|
108
108
|
|
|
109
109
|
|
|
110
110
|
export {$994c48bfb00b620b$export$76d90c956114f2c2 as repeat, $994c48bfb00b620b$export$9c1b655deaca4988 as minmax, $994c48bfb00b620b$export$2f0b47b0911ce698 as fitContent, $994c48bfb00b620b$export$ef2184bd89960b14 as Grid};
|
|
111
|
-
//# sourceMappingURL=Grid.
|
|
111
|
+
//# sourceMappingURL=Grid.module.js.map
|
package/dist/flex-gap_css.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/layout",
|
|
3
|
-
"version": "3.6.5-nightly.
|
|
3
|
+
"version": "3.6.5-nightly.4624+d80999e89",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"url": "https://github.com/adobe/react-spectrum"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
40
|
-
"@react-spectrum/utils": "3.0.0-nightly.
|
|
41
|
-
"@react-types/layout": "3.3.15-nightly.
|
|
42
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
39
|
+
"@react-aria/utils": "3.0.0-nightly.2912+d80999e89",
|
|
40
|
+
"@react-spectrum/utils": "3.0.0-nightly.2912+d80999e89",
|
|
41
|
+
"@react-types/layout": "3.3.15-nightly.4624+d80999e89",
|
|
42
|
+
"@react-types/shared": "3.0.0-nightly.2912+d80999e89",
|
|
43
43
|
"@swc/helpers": "^0.5.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@adobe/spectrum-css-temp": "3.0.0-nightly.
|
|
46
|
+
"@adobe/spectrum-css-temp": "3.0.0-nightly.2912+d80999e89"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@react-spectrum/provider": "^3.0.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
|
|
56
56
|
}
|