@react-spectrum/well 3.4.12 → 3.4.14

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/Well.main.js CHANGED
@@ -32,7 +32,7 @@ function $fb0fd853f763d005$var$Well(props, ref) {
32
32
  let { children: children, role: role, ...otherProps } = props;
33
33
  let domRef = (0, $44ml7$reactspectrumutils.useDOMRef)(ref);
34
34
  let { styleProps: styleProps } = (0, $44ml7$reactspectrumutils.useStyleProps)(otherProps);
35
- if (!role && (props["aria-label"] || props["aria-labelledby"])) console.warn("A labelled Well must have a role.");
35
+ if (!role && (props['aria-label'] || props['aria-labelledby'])) console.warn('A labelled Well must have a role.');
36
36
  return /*#__PURE__*/ (0, ($parcel$interopDefault($44ml7$react))).createElement("div", {
37
37
  ...(0, $44ml7$reactariautils.filterDOMProps)(otherProps, {
38
38
  labelable: !!role
@@ -40,7 +40,7 @@ function $fb0fd853f763d005$var$Well(props, ref) {
40
40
  ...styleProps,
41
41
  role: role,
42
42
  ref: domRef,
43
- className: (0, $44ml7$reactspectrumutils.classNames)((0, ($parcel$interopDefault($b516e4acb09598d3$exports))), "spectrum-Well", styleProps.className)
43
+ className: (0, $44ml7$reactspectrumutils.classNames)((0, ($parcel$interopDefault($b516e4acb09598d3$exports))), 'spectrum-Well', styleProps.className)
44
44
  }, children);
45
45
  }
46
46
  /**
package/dist/Well.mjs CHANGED
@@ -26,7 +26,7 @@ function $126c538221395de1$var$Well(props, ref) {
26
26
  let { children: children, role: role, ...otherProps } = props;
27
27
  let domRef = (0, $8Snfj$useDOMRef)(ref);
28
28
  let { styleProps: styleProps } = (0, $8Snfj$useStyleProps)(otherProps);
29
- if (!role && (props["aria-label"] || props["aria-labelledby"])) console.warn("A labelled Well must have a role.");
29
+ if (!role && (props['aria-label'] || props['aria-labelledby'])) console.warn('A labelled Well must have a role.');
30
30
  return /*#__PURE__*/ (0, $8Snfj$react).createElement("div", {
31
31
  ...(0, $8Snfj$filterDOMProps)(otherProps, {
32
32
  labelable: !!role
@@ -34,7 +34,7 @@ function $126c538221395de1$var$Well(props, ref) {
34
34
  ...styleProps,
35
35
  role: role,
36
36
  ref: domRef,
37
- className: (0, $8Snfj$classNames)((0, ($parcel$interopDefault($8Snfj$well_vars_cssmodulejs))), "spectrum-Well", styleProps.className)
37
+ className: (0, $8Snfj$classNames)((0, ($parcel$interopDefault($8Snfj$well_vars_cssmodulejs))), 'spectrum-Well', styleProps.className)
38
38
  }, children);
39
39
  }
40
40
  /**
@@ -44,4 +44,4 @@ function $126c538221395de1$var$Well(props, ref) {
44
44
 
45
45
 
46
46
  export {$126c538221395de1$export$d89c679ee2f73242 as Well};
47
- //# sourceMappingURL=Well.mjs.map
47
+ //# sourceMappingURL=Well.module.js.map
@@ -26,7 +26,7 @@ function $126c538221395de1$var$Well(props, ref) {
26
26
  let { children: children, role: role, ...otherProps } = props;
27
27
  let domRef = (0, $8Snfj$useDOMRef)(ref);
28
28
  let { styleProps: styleProps } = (0, $8Snfj$useStyleProps)(otherProps);
29
- if (!role && (props["aria-label"] || props["aria-labelledby"])) console.warn("A labelled Well must have a role.");
29
+ if (!role && (props['aria-label'] || props['aria-labelledby'])) console.warn('A labelled Well must have a role.');
30
30
  return /*#__PURE__*/ (0, $8Snfj$react).createElement("div", {
31
31
  ...(0, $8Snfj$filterDOMProps)(otherProps, {
32
32
  labelable: !!role
@@ -34,7 +34,7 @@ function $126c538221395de1$var$Well(props, ref) {
34
34
  ...styleProps,
35
35
  role: role,
36
36
  ref: domRef,
37
- className: (0, $8Snfj$classNames)((0, ($parcel$interopDefault($8Snfj$well_vars_cssmodulejs))), "spectrum-Well", styleProps.className)
37
+ className: (0, $8Snfj$classNames)((0, ($parcel$interopDefault($8Snfj$well_vars_cssmodulejs))), 'spectrum-Well', styleProps.className)
38
38
  }, children);
39
39
  }
40
40
  /**
@@ -25,4 +25,4 @@ $f53ecf77408821c3$export$98e76d3873e01aa9 = `SWvLfG_spectrum-Well`;
25
25
 
26
26
 
27
27
  export {$f53ecf77408821c3$exports as default};
28
- //# sourceMappingURL=well_vars_css.mjs.map
28
+ //# sourceMappingURL=well_vars_css.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/well",
3
- "version": "3.4.12",
3
+ "version": "3.4.14",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,20 +36,20 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/utils": "^3.24.0",
40
- "@react-spectrum/utils": "^3.11.6",
41
- "@react-types/shared": "^3.23.0",
42
- "@react-types/well": "^3.3.8",
39
+ "@react-aria/utils": "^3.25.0",
40
+ "@react-spectrum/utils": "^3.11.8",
41
+ "@react-types/shared": "^3.24.0",
42
+ "@react-types/well": "^3.3.10",
43
43
  "@swc/helpers": "^0.5.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@adobe/spectrum-css-temp": "3.0.0-alpha.1"
47
47
  },
48
48
  "peerDependencies": {
49
- "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
49
+ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "f645f29edc1322153fd60af4640cbcab1d992dbd"
54
+ "gitHead": "86d80e3216bc32e75108831cf3a5a720bc849206"
55
55
  }