@react-spectrum/provider 3.0.0-nightly.2908 → 3.0.0-nightly.2911
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/Provider.mjs +1 -1
- package/dist/context.mjs +1 -1
- package/dist/mediaQueries.mjs +1 -1
- package/dist/package.mjs +1 -1
- package/dist/page_vars_css.mjs +1 -1
- package/dist/typography_index_css.mjs +1 -1
- package/package.json +9 -9
package/dist/Provider.mjs
CHANGED
|
@@ -171,4 +171,4 @@ function $7167f8da3cce35e4$export$521c373ccc32c300(props) {
|
|
|
171
171
|
|
|
172
172
|
|
|
173
173
|
export {$7167f8da3cce35e4$export$693cdb10cec23617 as useProvider, $7167f8da3cce35e4$export$2881499e37b75b9a as Provider, $7167f8da3cce35e4$export$521c373ccc32c300 as useProviderProps};
|
|
174
|
-
//# sourceMappingURL=Provider.
|
|
174
|
+
//# sourceMappingURL=Provider.module.js.map
|
package/dist/context.mjs
CHANGED
package/dist/mediaQueries.mjs
CHANGED
|
@@ -32,4 +32,4 @@ function $d8453c5ae7fac713$export$a8d2043b2d807f4d(theme) {
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
export {$d8453c5ae7fac713$export$6343629ee1b29116 as useColorScheme, $d8453c5ae7fac713$export$a8d2043b2d807f4d as useScale};
|
|
35
|
-
//# sourceMappingURL=mediaQueries.
|
|
35
|
+
//# sourceMappingURL=mediaQueries.module.js.map
|
package/dist/package.mjs
CHANGED
package/dist/page_vars_css.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/provider",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.2911+b294de874",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"url": "https://github.com/adobe/react-spectrum"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@react-aria/i18n": "3.0.0-nightly.
|
|
40
|
-
"@react-aria/overlays": "3.0.0-nightly.
|
|
41
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
42
|
-
"@react-spectrum/utils": "3.0.0-nightly.
|
|
43
|
-
"@react-types/provider": "3.8.1-nightly.
|
|
44
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
39
|
+
"@react-aria/i18n": "3.0.0-nightly.2911+b294de874",
|
|
40
|
+
"@react-aria/overlays": "3.0.0-nightly.2911+b294de874",
|
|
41
|
+
"@react-aria/utils": "3.0.0-nightly.2911+b294de874",
|
|
42
|
+
"@react-spectrum/utils": "3.0.0-nightly.2911+b294de874",
|
|
43
|
+
"@react-types/provider": "3.8.1-nightly.4623+b294de874",
|
|
44
|
+
"@react-types/shared": "3.0.0-nightly.2911+b294de874",
|
|
45
45
|
"@swc/helpers": "^0.5.0",
|
|
46
46
|
"clsx": "^2.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@adobe/spectrum-css-temp": "3.0.0-nightly.
|
|
49
|
+
"@adobe/spectrum-css-temp": "3.0.0-nightly.2911+b294de874"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
|
|
59
59
|
}
|