@react-spectrum/view 3.6.5 → 3.6.6
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/import.mjs +2 -0
- package/dist/main.js +2 -0
- package/dist/module.js +2 -0
- package/package.json +4 -4
package/dist/import.mjs
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
"use client";
|
2
|
+
|
1
3
|
import {useSlotProps as $bJbxN$useSlotProps, useStyleProps as $bJbxN$useStyleProps, viewStyleProps as $bJbxN$viewStyleProps, useDOMRef as $bJbxN$useDOMRef, ClearSlots as $bJbxN$ClearSlots} from "@react-spectrum/utils";
|
2
4
|
import {filterDOMProps as $bJbxN$filterDOMProps} from "@react-aria/utils";
|
3
5
|
import $bJbxN$react, {forwardRef as $bJbxN$forwardRef} from "react";
|
package/dist/main.js
CHANGED
package/dist/module.js
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
"use client";
|
2
|
+
|
1
3
|
import {useSlotProps as $bJbxN$useSlotProps, useStyleProps as $bJbxN$useStyleProps, viewStyleProps as $bJbxN$viewStyleProps, useDOMRef as $bJbxN$useDOMRef, ClearSlots as $bJbxN$ClearSlots} from "@react-spectrum/utils";
|
2
4
|
import {filterDOMProps as $bJbxN$filterDOMProps} from "@react-aria/utils";
|
3
5
|
import $bJbxN$react, {forwardRef as $bJbxN$forwardRef} from "react";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-spectrum/view",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.6",
|
4
4
|
"description": "Spectrum UI components in React",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "dist/main.js",
|
@@ -36,8 +36,8 @@
|
|
36
36
|
"url": "https://github.com/adobe/react-spectrum"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@react-aria/utils": "^3.
|
40
|
-
"@react-spectrum/utils": "^3.11.
|
39
|
+
"@react-aria/utils": "^3.23.0",
|
40
|
+
"@react-spectrum/utils": "^3.11.3",
|
41
41
|
"@react-types/shared": "^3.22.0",
|
42
42
|
"@react-types/view": "^3.4.6",
|
43
43
|
"@swc/helpers": "^0.5.0"
|
@@ -52,5 +52,5 @@
|
|
52
52
|
"publishConfig": {
|
53
53
|
"access": "public"
|
54
54
|
},
|
55
|
-
"gitHead": "
|
55
|
+
"gitHead": "86b38c87868ce7f262e0df905e5ac4eb2653791d"
|
56
56
|
}
|