@react-spectrum/well 3.4.9 → 3.4.11

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 "./main.css";
4
2
  import {useDOMRef as $2uC0Z$useDOMRef, useStyleProps as $2uC0Z$useStyleProps, classNames as $2uC0Z$classNames} from "@react-spectrum/utils";
5
3
  import {filterDOMProps as $2uC0Z$filterDOMProps} from "@react-aria/utils";
package/dist/main.js CHANGED
@@ -1,5 +1,3 @@
1
- "use client";
2
-
3
1
  require("./main.css");
4
2
  var $f5FMV$reactspectrumutils = require("@react-spectrum/utils");
5
3
  var $f5FMV$reactariautils = require("@react-aria/utils");
package/dist/module.js CHANGED
@@ -1,5 +1,3 @@
1
- "use client";
2
-
3
1
  import "./main.css";
4
2
  import {useDOMRef as $2uC0Z$useDOMRef, useStyleProps as $2uC0Z$useStyleProps, classNames as $2uC0Z$classNames} from "@react-spectrum/utils";
5
3
  import {filterDOMProps as $2uC0Z$filterDOMProps} from "@react-aria/utils";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/well",
3
- "version": "3.4.9",
3
+ "version": "3.4.11",
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/well": "^3.3.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/well": "^3.3.7",
43
43
  "@swc/helpers": "^0.5.0"
44
44
  },
45
45
  "devDependencies": {
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "86b38c87868ce7f262e0df905e5ac4eb2653791d"
54
+ "gitHead": "de9f84a22583fc741c29b341d14cd35ef4cca161"
55
55
  }