@react-spectrum/well 3.1.4 → 3.1.5

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/main.js CHANGED
@@ -1,7 +1,7 @@
1
1
  require("./main.css");
2
- var $aez0Q$reactspectrumutils = require("@react-spectrum/utils");
3
- var $aez0Q$reactariautils = require("@react-aria/utils");
4
- var $aez0Q$react = require("react");
2
+ var $4HELH$reactspectrumutils = require("@react-spectrum/utils");
3
+ var $4HELH$reactariautils = require("@react-aria/utils");
4
+ var $4HELH$react = require("react");
5
5
 
6
6
  function $parcel$exportWildcard(dest, source) {
7
7
  Object.keys(source).forEach(function(key) {
@@ -25,41 +25,41 @@ function $parcel$interopDefault(a) {
25
25
  function $parcel$export(e, n, v, s) {
26
26
  Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
27
27
  }
28
- var $9b990f979e7bc559$exports = {};
28
+ var $a7f58e5eb71010ff$exports = {};
29
29
 
30
- $parcel$export($9b990f979e7bc559$exports, "Well", () => $9b990f979e7bc559$export$d89c679ee2f73242);
30
+ $parcel$export($a7f58e5eb71010ff$exports, "Well", () => $a7f58e5eb71010ff$export$d89c679ee2f73242);
31
31
 
32
32
 
33
33
 
34
- var $18397a02b1dd1cde$exports = {};
34
+ var $841d34b2d7b814bb$exports = {};
35
35
 
36
- $parcel$export($18397a02b1dd1cde$exports, "spectrum-Well", () => $18397a02b1dd1cde$export$98e76d3873e01aa9, (v) => $18397a02b1dd1cde$export$98e76d3873e01aa9 = v);
37
- var $18397a02b1dd1cde$export$98e76d3873e01aa9;
38
- $18397a02b1dd1cde$export$98e76d3873e01aa9 = "spectrum-Well_d48698";
36
+ $parcel$export($841d34b2d7b814bb$exports, "spectrum-Well", () => $841d34b2d7b814bb$export$98e76d3873e01aa9, (v) => $841d34b2d7b814bb$export$98e76d3873e01aa9 = v);
37
+ var $841d34b2d7b814bb$export$98e76d3873e01aa9;
38
+ $841d34b2d7b814bb$export$98e76d3873e01aa9 = "spectrum-Well_d48698";
39
39
 
40
40
 
41
- function $9b990f979e7bc559$var$Well(props, ref) {
41
+ function $a7f58e5eb71010ff$var$Well(props, ref) {
42
42
  let { children: children , role: role , ...otherProps } = props;
43
- let domRef = $aez0Q$reactspectrumutils.useDOMRef(ref);
44
- let { styleProps: styleProps } = $aez0Q$reactspectrumutils.useStyleProps(otherProps);
43
+ let domRef = $4HELH$reactspectrumutils.useDOMRef(ref);
44
+ let { styleProps: styleProps } = $4HELH$reactspectrumutils.useStyleProps(otherProps);
45
45
  if (!role && (props['aria-label'] || props['aria-labelledby'])) console.warn('A labelled Well must have a role.');
46
- return(/*#__PURE__*/ ($parcel$interopDefault($aez0Q$react)).createElement("div", {
47
- ...$aez0Q$reactariautils.filterDOMProps(otherProps, {
46
+ return(/*#__PURE__*/ ($parcel$interopDefault($4HELH$react)).createElement("div", {
47
+ ...$4HELH$reactariautils.filterDOMProps(otherProps, {
48
48
  labelable: !!role
49
49
  }),
50
50
  ...styleProps,
51
51
  role: role,
52
52
  ref: domRef,
53
- className: $aez0Q$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($18397a02b1dd1cde$exports)), 'spectrum-Well', styleProps.className)
53
+ className: $4HELH$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($841d34b2d7b814bb$exports)), 'spectrum-Well', styleProps.className)
54
54
  }, children));
55
55
  }
56
56
  /**
57
57
  * A Well is a content container that displays non-editable content separate from other content on the screen.
58
58
  * Often this is used to display preformatted text, such as code/markup examples on a documentation page.
59
- */ const $9b990f979e7bc559$export$d89c679ee2f73242 = /*#__PURE__*/ $aez0Q$react.forwardRef($9b990f979e7bc559$var$Well);
59
+ */ const $a7f58e5eb71010ff$export$d89c679ee2f73242 = /*#__PURE__*/ $4HELH$react.forwardRef($a7f58e5eb71010ff$var$Well);
60
60
 
61
61
 
62
- $parcel$exportWildcard(module.exports, $9b990f979e7bc559$exports);
62
+ $parcel$exportWildcard(module.exports, $a7f58e5eb71010ff$exports);
63
63
 
64
64
 
65
65
  //# sourceMappingURL=main.js.map
package/dist/module.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import "./main.css";
2
- import {useDOMRef as $hpGGL$useDOMRef, useStyleProps as $hpGGL$useStyleProps, classNames as $hpGGL$classNames} from "@react-spectrum/utils";
3
- import {filterDOMProps as $hpGGL$filterDOMProps} from "@react-aria/utils";
4
- import $hpGGL$react, {forwardRef as $hpGGL$forwardRef} from "react";
2
+ import {useDOMRef as $f4Z9U$useDOMRef, useStyleProps as $f4Z9U$useStyleProps, classNames as $f4Z9U$classNames} from "@react-spectrum/utils";
3
+ import {filterDOMProps as $f4Z9U$filterDOMProps} from "@react-aria/utils";
4
+ import $f4Z9U$react, {forwardRef as $f4Z9U$forwardRef} from "react";
5
5
 
6
6
  function $parcel$interopDefault(a) {
7
7
  return a && a.__esModule ? a.default : a;
@@ -9,41 +9,41 @@ function $parcel$interopDefault(a) {
9
9
  function $parcel$export(e, n, v, s) {
10
10
  Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
11
11
  }
12
- var $69b2bca7bddbde5c$exports = {};
12
+ var $727f016123196149$exports = {};
13
13
 
14
- $parcel$export($69b2bca7bddbde5c$exports, "Well", () => $69b2bca7bddbde5c$export$d89c679ee2f73242);
14
+ $parcel$export($727f016123196149$exports, "Well", () => $727f016123196149$export$d89c679ee2f73242);
15
15
 
16
16
 
17
17
 
18
- var $5945a7dea9c53c23$exports = {};
18
+ var $2caa32d79596cf78$exports = {};
19
19
 
20
- $parcel$export($5945a7dea9c53c23$exports, "spectrum-Well", () => $5945a7dea9c53c23$export$98e76d3873e01aa9, (v) => $5945a7dea9c53c23$export$98e76d3873e01aa9 = v);
21
- var $5945a7dea9c53c23$export$98e76d3873e01aa9;
22
- $5945a7dea9c53c23$export$98e76d3873e01aa9 = "spectrum-Well_d48698";
20
+ $parcel$export($2caa32d79596cf78$exports, "spectrum-Well", () => $2caa32d79596cf78$export$98e76d3873e01aa9, (v) => $2caa32d79596cf78$export$98e76d3873e01aa9 = v);
21
+ var $2caa32d79596cf78$export$98e76d3873e01aa9;
22
+ $2caa32d79596cf78$export$98e76d3873e01aa9 = "spectrum-Well_d48698";
23
23
 
24
24
 
25
- function $69b2bca7bddbde5c$var$Well(props, ref) {
25
+ function $727f016123196149$var$Well(props, ref) {
26
26
  let { children: children , role: role , ...otherProps } = props;
27
- let domRef = $hpGGL$useDOMRef(ref);
28
- let { styleProps: styleProps } = $hpGGL$useStyleProps(otherProps);
27
+ let domRef = $f4Z9U$useDOMRef(ref);
28
+ let { styleProps: styleProps } = $f4Z9U$useStyleProps(otherProps);
29
29
  if (!role && (props['aria-label'] || props['aria-labelledby'])) console.warn('A labelled Well must have a role.');
30
- return(/*#__PURE__*/ $hpGGL$react.createElement("div", {
31
- ...$hpGGL$filterDOMProps(otherProps, {
30
+ return(/*#__PURE__*/ $f4Z9U$react.createElement("div", {
31
+ ...$f4Z9U$filterDOMProps(otherProps, {
32
32
  labelable: !!role
33
33
  }),
34
34
  ...styleProps,
35
35
  role: role,
36
36
  ref: domRef,
37
- className: $hpGGL$classNames((/*@__PURE__*/$parcel$interopDefault($5945a7dea9c53c23$exports)), 'spectrum-Well', styleProps.className)
37
+ className: $f4Z9U$classNames((/*@__PURE__*/$parcel$interopDefault($2caa32d79596cf78$exports)), 'spectrum-Well', styleProps.className)
38
38
  }, children));
39
39
  }
40
40
  /**
41
41
  * A Well is a content container that displays non-editable content separate from other content on the screen.
42
42
  * Often this is used to display preformatted text, such as code/markup examples on a documentation page.
43
- */ const $69b2bca7bddbde5c$export$d89c679ee2f73242 = /*#__PURE__*/ $hpGGL$forwardRef($69b2bca7bddbde5c$var$Well);
43
+ */ const $727f016123196149$export$d89c679ee2f73242 = /*#__PURE__*/ $f4Z9U$forwardRef($727f016123196149$var$Well);
44
44
 
45
45
 
46
46
 
47
47
 
48
- export {$69b2bca7bddbde5c$export$d89c679ee2f73242 as Well};
48
+ export {$727f016123196149$export$d89c679ee2f73242 as Well};
49
49
  //# sourceMappingURL=module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/well",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -32,10 +32,10 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.6.2",
35
- "@react-aria/utils": "^3.11.1",
36
- "@react-spectrum/utils": "^3.6.4",
37
- "@react-types/shared": "^3.11.0",
38
- "@react-types/well": "^3.1.3"
35
+ "@react-aria/utils": "^3.11.2",
36
+ "@react-spectrum/utils": "^3.6.5",
37
+ "@react-types/shared": "^3.11.1",
38
+ "@react-types/well": "^3.1.4"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@adobe/spectrum-css-temp": "3.0.0-alpha.1"
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "54c2366c4f31bd4bf619126131cd583c12972acc"
49
+ "gitHead": "404d41859b7d6f56201d7fc01bd9f22ae3512937"
50
50
  }