@react-spectrum/view 3.6.6 → 3.6.8

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 CHANGED
@@ -1,5 +1,3 @@
1
- "use client";
2
-
3
1
  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";
4
2
  import {filterDOMProps as $bJbxN$filterDOMProps} from "@react-aria/utils";
5
3
  import $bJbxN$react, {forwardRef as $bJbxN$forwardRef} from "react";
package/dist/main.js CHANGED
@@ -1,5 +1,3 @@
1
- "use client";
2
-
3
1
  var $3YgEH$reactspectrumutils = require("@react-spectrum/utils");
4
2
  var $3YgEH$reactariautils = require("@react-aria/utils");
5
3
  var $3YgEH$react = require("react");
package/dist/module.js CHANGED
@@ -1,5 +1,3 @@
1
- "use client";
2
-
3
1
  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";
4
2
  import {filterDOMProps as $bJbxN$filterDOMProps} from "@react-aria/utils";
5
3
  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.6",
3
+ "version": "3.6.8",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,10 +36,10 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/utils": "^3.23.0",
40
- "@react-spectrum/utils": "^3.11.3",
41
- "@react-types/shared": "^3.22.0",
42
- "@react-types/view": "^3.4.6",
39
+ "@react-aria/utils": "^3.23.2",
40
+ "@react-spectrum/utils": "^3.11.5",
41
+ "@react-types/shared": "^3.22.1",
42
+ "@react-types/view": "^3.4.7",
43
43
  "@swc/helpers": "^0.5.0"
44
44
  },
45
45
  "devDependencies": {
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "86b38c87868ce7f262e0df905e5ac4eb2653791d"
55
+ "gitHead": "de9f84a22583fc741c29b341d14cd35ef4cca161"
56
56
  }