@react-spectrum/avatar 3.0.0-nightly.3085 → 3.0.0-nightly.3100

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.css CHANGED
@@ -1 +1 @@
1
- ._spectrum-Avatar_2ebb13{-webkit-user-drag:none;border-radius:var(--spectrum-avatar-small-border-radius,50%);border-style:none;height:var(--spectrum-avatar-small-height,var(--spectrum-global-dimension-size-200));opacity:var(--spectrum-avatar-small-opacity,1);outline:none;transition:box-shadow var(--spectrum-global-animation-duration-100,.13s) ease-out;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:var(--spectrum-avatar-small-width,var(--spectrum-global-dimension-size-200))}._spectrum-Avatar_2ebb13._is-disabled_2ebb13{opacity:var(--spectrum-avatar-small-opacity-disabled,.3)}@media (forced-colors:active){._spectrum-Avatar_2ebb13._is-disabled_2ebb13{border:2px solid GrayText;opacity:1}}
1
+ .spectrum-Avatar_2ebb13{width:var(--spectrum-avatar-small-width,var(--spectrum-global-dimension-size-200));height:var(--spectrum-avatar-small-height,var(--spectrum-global-dimension-size-200));border-radius:var(--spectrum-avatar-small-border-radius,50%);-webkit-user-drag:none;-webkit-user-select:none;user-select:none;opacity:var(--spectrum-avatar-small-opacity,1);transition:box-shadow var(--spectrum-global-animation-duration-100,130ms)ease-out;border-style:none;outline:0}.spectrum-Avatar_2ebb13.is-disabled_2ebb13{opacity:var(--spectrum-avatar-small-opacity-disabled,0.3)}@media (forced-colors:active){.spectrum-Avatar_2ebb13.is-disabled_2ebb13{opacity:1;border:2px solid GrayText}}
package/dist/main.js CHANGED
@@ -1,8 +1,8 @@
1
1
  require("./main.css");
2
- var $gypnJ$reactspectrumutils = require("@react-spectrum/utils");
3
- var $gypnJ$reactariautils = require("@react-aria/utils");
4
- var $gypnJ$react = require("react");
5
- var $gypnJ$reactspectrumprovider = require("@react-spectrum/provider");
2
+ var $d6Pi2$reactspectrumutils = require("@react-spectrum/utils");
3
+ var $d6Pi2$reactariautils = require("@react-aria/utils");
4
+ var $d6Pi2$react = require("react");
5
+ var $d6Pi2$reactspectrumprovider = require("@react-spectrum/provider");
6
6
 
7
7
  function $parcel$exportWildcard(dest, source) {
8
8
  Object.keys(source).forEach(function(key) {
@@ -26,40 +26,40 @@ function $parcel$interopDefault(a) {
26
26
  function $parcel$export(e, n, v, s) {
27
27
  Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
28
28
  }
29
- var $b33d4a32c02fc586$exports = {};
29
+ var $b2100e1779e6b01d$exports = {};
30
30
 
31
- $parcel$export($b33d4a32c02fc586$exports, "Avatar", () => $b33d4a32c02fc586$export$e2255cf6045e8d47);
31
+ $parcel$export($b2100e1779e6b01d$exports, "Avatar", () => $b2100e1779e6b01d$export$e2255cf6045e8d47);
32
32
 
33
33
 
34
34
 
35
- var $2532d2ce73522990$exports = {};
35
+ var $9299bbd9c45a760c$exports = {};
36
36
 
37
- $parcel$export($2532d2ce73522990$exports, "spectrum-Avatar", () => $2532d2ce73522990$export$2e049b8d031600fb, (v) => $2532d2ce73522990$export$2e049b8d031600fb = v);
38
- $parcel$export($2532d2ce73522990$exports, "is-disabled", () => $2532d2ce73522990$export$d35bc1e505d1ebbf, (v) => $2532d2ce73522990$export$d35bc1e505d1ebbf = v);
39
- var $2532d2ce73522990$export$2e049b8d031600fb;
40
- var $2532d2ce73522990$export$d35bc1e505d1ebbf;
41
- $2532d2ce73522990$export$2e049b8d031600fb = "_spectrum-Avatar_2ebb13";
42
- $2532d2ce73522990$export$d35bc1e505d1ebbf = "_is-disabled_2ebb13";
37
+ $parcel$export($9299bbd9c45a760c$exports, "spectrum-Avatar", () => $9299bbd9c45a760c$export$2e049b8d031600fb, (v) => $9299bbd9c45a760c$export$2e049b8d031600fb = v);
38
+ $parcel$export($9299bbd9c45a760c$exports, "is-disabled", () => $9299bbd9c45a760c$export$d35bc1e505d1ebbf, (v) => $9299bbd9c45a760c$export$d35bc1e505d1ebbf = v);
39
+ var $9299bbd9c45a760c$export$2e049b8d031600fb;
40
+ var $9299bbd9c45a760c$export$d35bc1e505d1ebbf;
41
+ $9299bbd9c45a760c$export$2e049b8d031600fb = "spectrum-Avatar_2ebb13";
42
+ $9299bbd9c45a760c$export$d35bc1e505d1ebbf = "is-disabled_2ebb13";
43
43
 
44
44
 
45
45
 
46
- const $b33d4a32c02fc586$var$DEFAULT_SIZE = 'avatar-size-100';
47
- const $b33d4a32c02fc586$var$SIZE_RE = /^size-\d+/;
48
- function $b33d4a32c02fc586$var$Avatar(props, ref) {
49
- props = $gypnJ$reactspectrumutils.useSlotProps(props, 'avatar');
50
- const { alt: alt = '' , isDisabled: isDisabled , size: size , src: src , ...otherProps } = $gypnJ$reactspectrumprovider.useProviderProps(props);
51
- const { styleProps: styleProps } = $gypnJ$reactspectrumutils.useStyleProps(otherProps);
52
- const domRef = $gypnJ$reactspectrumutils.useDOMRef(ref);
53
- const domProps = $gypnJ$reactariautils.filterDOMProps(otherProps);
46
+ const $b2100e1779e6b01d$var$DEFAULT_SIZE = 'avatar-size-100';
47
+ const $b2100e1779e6b01d$var$SIZE_RE = /^size-\d+/;
48
+ function $b2100e1779e6b01d$var$Avatar(props, ref) {
49
+ props = $d6Pi2$reactspectrumutils.useSlotProps(props, 'avatar');
50
+ const { alt: alt = '' , isDisabled: isDisabled , size: size , src: src , ...otherProps } = $d6Pi2$reactspectrumprovider.useProviderProps(props);
51
+ const { styleProps: styleProps } = $d6Pi2$reactspectrumutils.useStyleProps(otherProps);
52
+ const domRef = $d6Pi2$reactspectrumutils.useDOMRef(ref);
53
+ const domProps = $d6Pi2$reactariautils.filterDOMProps(otherProps);
54
54
  // Casting `size` as `any` since `isNaN` expects a `number`, but we want it
55
55
  // to handle `string` numbers; e.g. '300' as opposed to 300
56
- const sizeValue = typeof size !== 'number' && ($b33d4a32c02fc586$var$SIZE_RE.test(size) || !isNaN(size)) ? $gypnJ$reactspectrumutils.dimensionValue($b33d4a32c02fc586$var$DEFAULT_SIZE) // override disallowed size values
57
- : $gypnJ$reactspectrumutils.dimensionValue(size || $b33d4a32c02fc586$var$DEFAULT_SIZE);
58
- return(/*#__PURE__*/ ($parcel$interopDefault($gypnJ$react)).createElement("img", {
56
+ const sizeValue = typeof size !== 'number' && ($b2100e1779e6b01d$var$SIZE_RE.test(size) || !isNaN(size)) ? $d6Pi2$reactspectrumutils.dimensionValue($b2100e1779e6b01d$var$DEFAULT_SIZE) // override disallowed size values
57
+ : $d6Pi2$reactspectrumutils.dimensionValue(size || $b2100e1779e6b01d$var$DEFAULT_SIZE);
58
+ return(/*#__PURE__*/ ($parcel$interopDefault($d6Pi2$react)).createElement("img", {
59
59
  ...styleProps,
60
60
  ...domProps,
61
61
  alt: alt,
62
- className: $gypnJ$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($2532d2ce73522990$exports)), 'spectrum-Avatar', {
62
+ className: $d6Pi2$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($9299bbd9c45a760c$exports)), 'spectrum-Avatar', {
63
63
  'is-disabled': isDisabled
64
64
  }, styleProps.className),
65
65
  ref: domRef,
@@ -75,10 +75,10 @@ function $b33d4a32c02fc586$var$Avatar(props, ref) {
75
75
  }
76
76
  /**
77
77
  * An avatar is a thumbnail representation of an entity, such as a user or an organization.
78
- */ const $b33d4a32c02fc586$export$e2255cf6045e8d47 = /*#__PURE__*/ $gypnJ$react.forwardRef($b33d4a32c02fc586$var$Avatar);
78
+ */ const $b2100e1779e6b01d$export$e2255cf6045e8d47 = /*#__PURE__*/ $d6Pi2$react.forwardRef($b2100e1779e6b01d$var$Avatar);
79
79
 
80
80
 
81
- $parcel$exportWildcard(module.exports, $b33d4a32c02fc586$exports);
81
+ $parcel$exportWildcard(module.exports, $b2100e1779e6b01d$exports);
82
82
 
83
83
 
84
84
  //# sourceMappingURL=main.js.map
package/dist/main.js.map CHANGED
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AEAA,GAAiC;AACjC,GAA6B;AAD7B,yCAAiC,GAAG,CAAyB;AAC7D,yCAA6B,GAAG,CAAqB;;;;ADmBrD,KAAK,CAAC,kCAAY,GAAG,CAAiB;AACtC,KAAK,CAAC,6BAAO;SAEJ,4BAAM,CAAC,KAA0B,EAAE,GAA6B,EAAE,CAAC;IAC1E,KAAK,GAAG,sCAAY,CAAC,KAAK,EAAE,CAAQ;IACpC,KAAK,CAAC,CAAC,MACL,GAAG,GAAG,CAAE,gBACR,UAAU,SACV,IAAI,QACJ,GAAG,MACA,UAAU,CACf,CAAC,GAAG,6CAAgB,CAAC,KAAK;IAE1B,KAAK,CAAC,CAAC,aAAA,UAAU,EAAA,CAAC,GAAG,uCAAa,CAAC,UAAU;IAC7C,KAAK,CAAC,MAAM,GAAG,mCAAS,CAAC,GAAG;IAE5B,KAAK,CAAC,QAAQ,GAAG,oCAAc,CAAC,UAAU;IAE1C,EAA2E,AAA3E,yEAA2E;IAC3E,EAA2D,AAA3D,yDAA2D;IAC3D,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC,IAAI,KAAK,CAAQ,YAAK,6BAAO,CAAC,IAAI,CAAC,IAAI,MAAM,KAAK,CAAC,IAAI,KAC5E,wCAAc,CAAC,kCAAY,CAAE,CAAkC,AAAlC,EAAkC,AAAlC,gCAAkC;OAC/D,wCAAc,CAAC,IAAI,IAAI,kCAAY;IAEvC,MAAM,oEACH,CAAG;WACE,UAAU;WACV,QAAQ;QACZ,GAAG,EAAE,GAAG;QACR,SAAS,EAAE,oCAAU,CACnB,gEAAM,EACN,CAAiB,kBACjB,CAAC;YACC,CAAa,cAAE,UAAU;QAC3B,CAAC,EACD,UAAU,CAAC,SAAS;QACtB,GAAG,EAAE,MAAM;QACX,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,CAAC;eACH,UAAU,CAAC,KAAK;eACf,SAAS,IAAI,CAAC;gBAAA,MAAM,EAAE,SAAS;gBAAE,KAAK,EAAE,SAAS;YAAA,CAAC;QACxD,CAAC;;AAEP,CAAC;AAED,EAEG,AAFH;;CAEG,AAFH,EAEG,CACH,KAAK,CAAC,yCAAO,iBAAG,uBAAU,CAAC,4BAAM","sources":["packages/@react-spectrum/avatar/src/index.ts","packages/@react-spectrum/avatar/src/Avatar.tsx","packages/@adobe/spectrum-css-temp/components/avatar/vars.css"],"sourcesContent":["/*\n * Copyright 2021 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n/// <reference types=\"css-module-types\" />\n\nexport * from './Avatar';\n","/*\n * Copyright 2021 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {classNames, dimensionValue, useDOMRef, useSlotProps, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport React, {forwardRef} from 'react';\nimport {SpectrumAvatarProps} from '@react-types/avatar';\nimport styles from '@adobe/spectrum-css-temp/components/avatar/vars.css';\nimport {useProviderProps} from '@react-spectrum/provider';\n\nconst DEFAULT_SIZE = 'avatar-size-100';\nconst SIZE_RE = /^size-\\d+/;\n\nfunction Avatar(props: SpectrumAvatarProps, ref: DOMRef<HTMLImageElement>) {\n props = useSlotProps(props, 'avatar');\n const {\n alt = '',\n isDisabled,\n size,\n src,\n ...otherProps\n } = useProviderProps(props);\n\n const {styleProps} = useStyleProps(otherProps);\n const domRef = useDOMRef(ref);\n\n const domProps = filterDOMProps(otherProps);\n\n // Casting `size` as `any` since `isNaN` expects a `number`, but we want it\n // to handle `string` numbers; e.g. '300' as opposed to 300\n const sizeValue = typeof size !== 'number' && (SIZE_RE.test(size) || !isNaN(size as any))\n ? dimensionValue(DEFAULT_SIZE) // override disallowed size values\n : dimensionValue(size || DEFAULT_SIZE);\n\n return (\n <img\n {...styleProps}\n {...domProps}\n alt={alt}\n className={classNames(\n styles,\n 'spectrum-Avatar',\n {\n 'is-disabled': isDisabled\n },\n styleProps.className)}\n ref={domRef}\n src={src}\n style={{\n ...styleProps.style,\n ...(sizeValue && {height: sizeValue, width: sizeValue})\n }} />\n );\n}\n\n/**\n * An avatar is a thumbnail representation of an entity, such as a user or an organization.\n */\nconst _Avatar = forwardRef(Avatar);\nexport {_Avatar as Avatar};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"main.js.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AEAA,GAAiC;AACjC,GAA6B;AAD7B,yCAAiC,GAAG,CAAwB;AAC5D,yCAA6B,GAAG,CAAoB;;;;ADmBpD,KAAK,CAAC,kCAAY,GAAG,CAAiB;AACtC,KAAK,CAAC,6BAAO;SAEJ,4BAAM,CAAC,KAA0B,EAAE,GAA6B,EAAE,CAAC;IAC1E,KAAK,GAAG,sCAAY,CAAC,KAAK,EAAE,CAAQ;IACpC,KAAK,CAAC,CAAC,MACL,GAAG,GAAG,CAAE,gBACR,UAAU,SACV,IAAI,QACJ,GAAG,MACA,UAAU,CACf,CAAC,GAAG,6CAAgB,CAAC,KAAK;IAE1B,KAAK,CAAC,CAAC,aAAA,UAAU,EAAA,CAAC,GAAG,uCAAa,CAAC,UAAU;IAC7C,KAAK,CAAC,MAAM,GAAG,mCAAS,CAAC,GAAG;IAE5B,KAAK,CAAC,QAAQ,GAAG,oCAAc,CAAC,UAAU;IAE1C,EAA2E,AAA3E,yEAA2E;IAC3E,EAA2D,AAA3D,yDAA2D;IAC3D,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC,IAAI,KAAK,CAAQ,YAAK,6BAAO,CAAC,IAAI,CAAC,IAAI,MAAM,KAAK,CAAC,IAAI,KAC5E,wCAAc,CAAC,kCAAY,CAAE,CAAkC,AAAlC,EAAkC,AAAlC,gCAAkC;OAC/D,wCAAc,CAAC,IAAI,IAAI,kCAAY;IAEvC,MAAM,oEACH,CAAG;WACE,UAAU;WACV,QAAQ;QACZ,GAAG,EAAE,GAAG;QACR,SAAS,EAAE,oCAAU,CACnB,gEAAM,EACN,CAAiB,kBACjB,CAAC;YACC,CAAa,cAAE,UAAU;QAC3B,CAAC,EACD,UAAU,CAAC,SAAS;QACtB,GAAG,EAAE,MAAM;QACX,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,CAAC;eACH,UAAU,CAAC,KAAK;eACf,SAAS,IAAI,CAAC;gBAAA,MAAM,EAAE,SAAS;gBAAE,KAAK,EAAE,SAAS;YAAA,CAAC;QACxD,CAAC;;AAEP,CAAC;AAED,EAEG,AAFH;;CAEG,AAFH,EAEG,CACH,KAAK,CAAC,yCAAO,iBAAG,uBAAU,CAAC,4BAAM","sources":["packages/@react-spectrum/avatar/src/index.ts","packages/@react-spectrum/avatar/src/Avatar.tsx","packages/@adobe/spectrum-css-temp/components/avatar/vars.css"],"sourcesContent":["/*\n * Copyright 2021 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n/// <reference types=\"css-module-types\" />\n\nexport * from './Avatar';\n","/*\n * Copyright 2021 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {classNames, dimensionValue, useDOMRef, useSlotProps, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport React, {forwardRef} from 'react';\nimport {SpectrumAvatarProps} from '@react-types/avatar';\nimport styles from '@adobe/spectrum-css-temp/components/avatar/vars.css';\nimport {useProviderProps} from '@react-spectrum/provider';\n\nconst DEFAULT_SIZE = 'avatar-size-100';\nconst SIZE_RE = /^size-\\d+/;\n\nfunction Avatar(props: SpectrumAvatarProps, ref: DOMRef<HTMLImageElement>) {\n props = useSlotProps(props, 'avatar');\n const {\n alt = '',\n isDisabled,\n size,\n src,\n ...otherProps\n } = useProviderProps(props);\n\n const {styleProps} = useStyleProps(otherProps);\n const domRef = useDOMRef(ref);\n\n const domProps = filterDOMProps(otherProps);\n\n // Casting `size` as `any` since `isNaN` expects a `number`, but we want it\n // to handle `string` numbers; e.g. '300' as opposed to 300\n const sizeValue = typeof size !== 'number' && (SIZE_RE.test(size) || !isNaN(size as any))\n ? dimensionValue(DEFAULT_SIZE) // override disallowed size values\n : dimensionValue(size || DEFAULT_SIZE);\n\n return (\n <img\n {...styleProps}\n {...domProps}\n alt={alt}\n className={classNames(\n styles,\n 'spectrum-Avatar',\n {\n 'is-disabled': isDisabled\n },\n styleProps.className)}\n ref={domRef}\n src={src}\n style={{\n ...styleProps.style,\n ...(sizeValue && {height: sizeValue, width: sizeValue})\n }} />\n );\n}\n\n/**\n * An avatar is a thumbnail representation of an entity, such as a user or an organization.\n */\nconst _Avatar = forwardRef(Avatar);\nexport {_Avatar as Avatar};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"main.js.map"}
package/dist/module.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import "./main.css";
2
- import {useSlotProps as $hq22a$useSlotProps, useStyleProps as $hq22a$useStyleProps, useDOMRef as $hq22a$useDOMRef, dimensionValue as $hq22a$dimensionValue, classNames as $hq22a$classNames} from "@react-spectrum/utils";
3
- import {filterDOMProps as $hq22a$filterDOMProps} from "@react-aria/utils";
4
- import $hq22a$react, {forwardRef as $hq22a$forwardRef} from "react";
5
- import {useProviderProps as $hq22a$useProviderProps} from "@react-spectrum/provider";
2
+ import {useSlotProps as $5tAoP$useSlotProps, useStyleProps as $5tAoP$useStyleProps, useDOMRef as $5tAoP$useDOMRef, dimensionValue as $5tAoP$dimensionValue, classNames as $5tAoP$classNames} from "@react-spectrum/utils";
3
+ import {filterDOMProps as $5tAoP$filterDOMProps} from "@react-aria/utils";
4
+ import $5tAoP$react, {forwardRef as $5tAoP$forwardRef} from "react";
5
+ import {useProviderProps as $5tAoP$useProviderProps} from "@react-spectrum/provider";
6
6
 
7
7
  function $parcel$interopDefault(a) {
8
8
  return a && a.__esModule ? a.default : a;
@@ -10,40 +10,40 @@ function $parcel$interopDefault(a) {
10
10
  function $parcel$export(e, n, v, s) {
11
11
  Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
12
12
  }
13
- var $a69c37843023575e$exports = {};
13
+ var $8849a664c31dd3e9$exports = {};
14
14
 
15
- $parcel$export($a69c37843023575e$exports, "Avatar", () => $a69c37843023575e$export$e2255cf6045e8d47);
15
+ $parcel$export($8849a664c31dd3e9$exports, "Avatar", () => $8849a664c31dd3e9$export$e2255cf6045e8d47);
16
16
 
17
17
 
18
18
 
19
- var $47a9f056c8715842$exports = {};
19
+ var $b521db8745125e0a$exports = {};
20
20
 
21
- $parcel$export($47a9f056c8715842$exports, "spectrum-Avatar", () => $47a9f056c8715842$export$2e049b8d031600fb, (v) => $47a9f056c8715842$export$2e049b8d031600fb = v);
22
- $parcel$export($47a9f056c8715842$exports, "is-disabled", () => $47a9f056c8715842$export$d35bc1e505d1ebbf, (v) => $47a9f056c8715842$export$d35bc1e505d1ebbf = v);
23
- var $47a9f056c8715842$export$2e049b8d031600fb;
24
- var $47a9f056c8715842$export$d35bc1e505d1ebbf;
25
- $47a9f056c8715842$export$2e049b8d031600fb = "_spectrum-Avatar_2ebb13";
26
- $47a9f056c8715842$export$d35bc1e505d1ebbf = "_is-disabled_2ebb13";
21
+ $parcel$export($b521db8745125e0a$exports, "spectrum-Avatar", () => $b521db8745125e0a$export$2e049b8d031600fb, (v) => $b521db8745125e0a$export$2e049b8d031600fb = v);
22
+ $parcel$export($b521db8745125e0a$exports, "is-disabled", () => $b521db8745125e0a$export$d35bc1e505d1ebbf, (v) => $b521db8745125e0a$export$d35bc1e505d1ebbf = v);
23
+ var $b521db8745125e0a$export$2e049b8d031600fb;
24
+ var $b521db8745125e0a$export$d35bc1e505d1ebbf;
25
+ $b521db8745125e0a$export$2e049b8d031600fb = "spectrum-Avatar_2ebb13";
26
+ $b521db8745125e0a$export$d35bc1e505d1ebbf = "is-disabled_2ebb13";
27
27
 
28
28
 
29
29
 
30
- const $a69c37843023575e$var$DEFAULT_SIZE = 'avatar-size-100';
31
- const $a69c37843023575e$var$SIZE_RE = /^size-\d+/;
32
- function $a69c37843023575e$var$Avatar(props, ref) {
33
- props = $hq22a$useSlotProps(props, 'avatar');
34
- const { alt: alt = '' , isDisabled: isDisabled , size: size , src: src , ...otherProps } = $hq22a$useProviderProps(props);
35
- const { styleProps: styleProps } = $hq22a$useStyleProps(otherProps);
36
- const domRef = $hq22a$useDOMRef(ref);
37
- const domProps = $hq22a$filterDOMProps(otherProps);
30
+ const $8849a664c31dd3e9$var$DEFAULT_SIZE = 'avatar-size-100';
31
+ const $8849a664c31dd3e9$var$SIZE_RE = /^size-\d+/;
32
+ function $8849a664c31dd3e9$var$Avatar(props, ref) {
33
+ props = $5tAoP$useSlotProps(props, 'avatar');
34
+ const { alt: alt = '' , isDisabled: isDisabled , size: size , src: src , ...otherProps } = $5tAoP$useProviderProps(props);
35
+ const { styleProps: styleProps } = $5tAoP$useStyleProps(otherProps);
36
+ const domRef = $5tAoP$useDOMRef(ref);
37
+ const domProps = $5tAoP$filterDOMProps(otherProps);
38
38
  // Casting `size` as `any` since `isNaN` expects a `number`, but we want it
39
39
  // to handle `string` numbers; e.g. '300' as opposed to 300
40
- const sizeValue = typeof size !== 'number' && ($a69c37843023575e$var$SIZE_RE.test(size) || !isNaN(size)) ? $hq22a$dimensionValue($a69c37843023575e$var$DEFAULT_SIZE) // override disallowed size values
41
- : $hq22a$dimensionValue(size || $a69c37843023575e$var$DEFAULT_SIZE);
42
- return(/*#__PURE__*/ $hq22a$react.createElement("img", {
40
+ const sizeValue = typeof size !== 'number' && ($8849a664c31dd3e9$var$SIZE_RE.test(size) || !isNaN(size)) ? $5tAoP$dimensionValue($8849a664c31dd3e9$var$DEFAULT_SIZE) // override disallowed size values
41
+ : $5tAoP$dimensionValue(size || $8849a664c31dd3e9$var$DEFAULT_SIZE);
42
+ return(/*#__PURE__*/ $5tAoP$react.createElement("img", {
43
43
  ...styleProps,
44
44
  ...domProps,
45
45
  alt: alt,
46
- className: $hq22a$classNames((/*@__PURE__*/$parcel$interopDefault($47a9f056c8715842$exports)), 'spectrum-Avatar', {
46
+ className: $5tAoP$classNames((/*@__PURE__*/$parcel$interopDefault($b521db8745125e0a$exports)), 'spectrum-Avatar', {
47
47
  'is-disabled': isDisabled
48
48
  }, styleProps.className),
49
49
  ref: domRef,
@@ -59,10 +59,10 @@ function $a69c37843023575e$var$Avatar(props, ref) {
59
59
  }
60
60
  /**
61
61
  * An avatar is a thumbnail representation of an entity, such as a user or an organization.
62
- */ const $a69c37843023575e$export$e2255cf6045e8d47 = /*#__PURE__*/ $hq22a$forwardRef($a69c37843023575e$var$Avatar);
62
+ */ const $8849a664c31dd3e9$export$e2255cf6045e8d47 = /*#__PURE__*/ $5tAoP$forwardRef($8849a664c31dd3e9$var$Avatar);
63
63
 
64
64
 
65
65
 
66
66
 
67
- export {$a69c37843023575e$export$e2255cf6045e8d47 as Avatar};
67
+ export {$8849a664c31dd3e9$export$e2255cf6045e8d47 as Avatar};
68
68
  //# sourceMappingURL=module.js.map
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;;;;AEAA,GAAiC;AACjC,GAA6B;AAD7B,yCAAiC,GAAG,CAAyB;AAC7D,yCAA6B,GAAG,CAAqB;;;;ADmBrD,KAAK,CAAC,kCAAY,GAAG,CAAiB;AACtC,KAAK,CAAC,6BAAO;SAEJ,4BAAM,CAAC,KAA0B,EAAE,GAA6B,EAAE,CAAC;IAC1E,KAAK,GAAG,mBAAY,CAAC,KAAK,EAAE,CAAQ;IACpC,KAAK,CAAC,CAAC,MACL,GAAG,GAAG,CAAE,gBACR,UAAU,SACV,IAAI,QACJ,GAAG,MACA,UAAU,CACf,CAAC,GAAG,uBAAgB,CAAC,KAAK;IAE1B,KAAK,CAAC,CAAC,aAAA,UAAU,EAAA,CAAC,GAAG,oBAAa,CAAC,UAAU;IAC7C,KAAK,CAAC,MAAM,GAAG,gBAAS,CAAC,GAAG;IAE5B,KAAK,CAAC,QAAQ,GAAG,qBAAc,CAAC,UAAU;IAE1C,EAA2E,AAA3E,yEAA2E;IAC3E,EAA2D,AAA3D,yDAA2D;IAC3D,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC,IAAI,KAAK,CAAQ,YAAK,6BAAO,CAAC,IAAI,CAAC,IAAI,MAAM,KAAK,CAAC,IAAI,KAC5E,qBAAc,CAAC,kCAAY,CAAE,CAAkC,AAAlC,EAAkC,AAAlC,gCAAkC;OAC/D,qBAAc,CAAC,IAAI,IAAI,kCAAY;IAEvC,MAAM,0CACH,CAAG;WACE,UAAU;WACV,QAAQ;QACZ,GAAG,EAAE,GAAG;QACR,SAAS,EAAE,iBAAU,CACnB,gEAAM,EACN,CAAiB,kBACjB,CAAC;YACC,CAAa,cAAE,UAAU;QAC3B,CAAC,EACD,UAAU,CAAC,SAAS;QACtB,GAAG,EAAE,MAAM;QACX,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,CAAC;eACH,UAAU,CAAC,KAAK;eACf,SAAS,IAAI,CAAC;gBAAA,MAAM,EAAE,SAAS;gBAAE,KAAK,EAAE,SAAS;YAAA,CAAC;QACxD,CAAC;;AAEP,CAAC;AAED,EAEG,AAFH;;CAEG,AAFH,EAEG,CACH,KAAK,CAAC,yCAAO,iBAAG,iBAAU,CAAC,4BAAM","sources":["packages/@react-spectrum/avatar/src/index.ts","packages/@react-spectrum/avatar/src/Avatar.tsx","packages/@adobe/spectrum-css-temp/components/avatar/vars.css"],"sourcesContent":["/*\n * Copyright 2021 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n/// <reference types=\"css-module-types\" />\n\nexport * from './Avatar';\n","/*\n * Copyright 2021 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {classNames, dimensionValue, useDOMRef, useSlotProps, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport React, {forwardRef} from 'react';\nimport {SpectrumAvatarProps} from '@react-types/avatar';\nimport styles from '@adobe/spectrum-css-temp/components/avatar/vars.css';\nimport {useProviderProps} from '@react-spectrum/provider';\n\nconst DEFAULT_SIZE = 'avatar-size-100';\nconst SIZE_RE = /^size-\\d+/;\n\nfunction Avatar(props: SpectrumAvatarProps, ref: DOMRef<HTMLImageElement>) {\n props = useSlotProps(props, 'avatar');\n const {\n alt = '',\n isDisabled,\n size,\n src,\n ...otherProps\n } = useProviderProps(props);\n\n const {styleProps} = useStyleProps(otherProps);\n const domRef = useDOMRef(ref);\n\n const domProps = filterDOMProps(otherProps);\n\n // Casting `size` as `any` since `isNaN` expects a `number`, but we want it\n // to handle `string` numbers; e.g. '300' as opposed to 300\n const sizeValue = typeof size !== 'number' && (SIZE_RE.test(size) || !isNaN(size as any))\n ? dimensionValue(DEFAULT_SIZE) // override disallowed size values\n : dimensionValue(size || DEFAULT_SIZE);\n\n return (\n <img\n {...styleProps}\n {...domProps}\n alt={alt}\n className={classNames(\n styles,\n 'spectrum-Avatar',\n {\n 'is-disabled': isDisabled\n },\n styleProps.className)}\n ref={domRef}\n src={src}\n style={{\n ...styleProps.style,\n ...(sizeValue && {height: sizeValue, width: sizeValue})\n }} />\n );\n}\n\n/**\n * An avatar is a thumbnail representation of an entity, such as a user or an organization.\n */\nconst _Avatar = forwardRef(Avatar);\nexport {_Avatar as Avatar};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"module.js.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;;;;AEAA,GAAiC;AACjC,GAA6B;AAD7B,yCAAiC,GAAG,CAAwB;AAC5D,yCAA6B,GAAG,CAAoB;;;;ADmBpD,KAAK,CAAC,kCAAY,GAAG,CAAiB;AACtC,KAAK,CAAC,6BAAO;SAEJ,4BAAM,CAAC,KAA0B,EAAE,GAA6B,EAAE,CAAC;IAC1E,KAAK,GAAG,mBAAY,CAAC,KAAK,EAAE,CAAQ;IACpC,KAAK,CAAC,CAAC,MACL,GAAG,GAAG,CAAE,gBACR,UAAU,SACV,IAAI,QACJ,GAAG,MACA,UAAU,CACf,CAAC,GAAG,uBAAgB,CAAC,KAAK;IAE1B,KAAK,CAAC,CAAC,aAAA,UAAU,EAAA,CAAC,GAAG,oBAAa,CAAC,UAAU;IAC7C,KAAK,CAAC,MAAM,GAAG,gBAAS,CAAC,GAAG;IAE5B,KAAK,CAAC,QAAQ,GAAG,qBAAc,CAAC,UAAU;IAE1C,EAA2E,AAA3E,yEAA2E;IAC3E,EAA2D,AAA3D,yDAA2D;IAC3D,KAAK,CAAC,SAAS,GAAG,MAAM,CAAC,IAAI,KAAK,CAAQ,YAAK,6BAAO,CAAC,IAAI,CAAC,IAAI,MAAM,KAAK,CAAC,IAAI,KAC5E,qBAAc,CAAC,kCAAY,CAAE,CAAkC,AAAlC,EAAkC,AAAlC,gCAAkC;OAC/D,qBAAc,CAAC,IAAI,IAAI,kCAAY;IAEvC,MAAM,0CACH,CAAG;WACE,UAAU;WACV,QAAQ;QACZ,GAAG,EAAE,GAAG;QACR,SAAS,EAAE,iBAAU,CACnB,gEAAM,EACN,CAAiB,kBACjB,CAAC;YACC,CAAa,cAAE,UAAU;QAC3B,CAAC,EACD,UAAU,CAAC,SAAS;QACtB,GAAG,EAAE,MAAM;QACX,GAAG,EAAE,GAAG;QACR,KAAK,EAAE,CAAC;eACH,UAAU,CAAC,KAAK;eACf,SAAS,IAAI,CAAC;gBAAA,MAAM,EAAE,SAAS;gBAAE,KAAK,EAAE,SAAS;YAAA,CAAC;QACxD,CAAC;;AAEP,CAAC;AAED,EAEG,AAFH;;CAEG,AAFH,EAEG,CACH,KAAK,CAAC,yCAAO,iBAAG,iBAAU,CAAC,4BAAM","sources":["packages/@react-spectrum/avatar/src/index.ts","packages/@react-spectrum/avatar/src/Avatar.tsx","packages/@adobe/spectrum-css-temp/components/avatar/vars.css"],"sourcesContent":["/*\n * Copyright 2021 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n/// <reference types=\"css-module-types\" />\n\nexport * from './Avatar';\n","/*\n * Copyright 2021 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {classNames, dimensionValue, useDOMRef, useSlotProps, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport React, {forwardRef} from 'react';\nimport {SpectrumAvatarProps} from '@react-types/avatar';\nimport styles from '@adobe/spectrum-css-temp/components/avatar/vars.css';\nimport {useProviderProps} from '@react-spectrum/provider';\n\nconst DEFAULT_SIZE = 'avatar-size-100';\nconst SIZE_RE = /^size-\\d+/;\n\nfunction Avatar(props: SpectrumAvatarProps, ref: DOMRef<HTMLImageElement>) {\n props = useSlotProps(props, 'avatar');\n const {\n alt = '',\n isDisabled,\n size,\n src,\n ...otherProps\n } = useProviderProps(props);\n\n const {styleProps} = useStyleProps(otherProps);\n const domRef = useDOMRef(ref);\n\n const domProps = filterDOMProps(otherProps);\n\n // Casting `size` as `any` since `isNaN` expects a `number`, but we want it\n // to handle `string` numbers; e.g. '300' as opposed to 300\n const sizeValue = typeof size !== 'number' && (SIZE_RE.test(size) || !isNaN(size as any))\n ? dimensionValue(DEFAULT_SIZE) // override disallowed size values\n : dimensionValue(size || DEFAULT_SIZE);\n\n return (\n <img\n {...styleProps}\n {...domProps}\n alt={alt}\n className={classNames(\n styles,\n 'spectrum-Avatar',\n {\n 'is-disabled': isDisabled\n },\n styleProps.className)}\n ref={domRef}\n src={src}\n style={{\n ...styleProps.style,\n ...(sizeValue && {height: sizeValue, width: sizeValue})\n }} />\n );\n}\n\n/**\n * An avatar is a thumbnail representation of an entity, such as a user or an organization.\n */\nconst _Avatar = forwardRef(Avatar);\nexport {_Avatar as Avatar};\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\n@import './index.css';\n@import './skin.css';\n"],"names":[],"version":3,"file":"module.js.map"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/avatar",
3
- "version": "3.0.0-nightly.3085+dfe72ee07",
3
+ "version": "3.0.0-nightly.3100+da2aa7467",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -32,13 +32,13 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.6.2",
35
- "@react-aria/utils": "3.0.0-nightly.1394+dfe72ee07",
36
- "@react-spectrum/utils": "3.0.0-nightly.1394+dfe72ee07",
37
- "@react-types/avatar": "3.0.0-nightly.3085+dfe72ee07",
38
- "@react-types/shared": "3.0.0-nightly.1394+dfe72ee07"
35
+ "@react-aria/utils": "3.0.0-nightly.1409+da2aa7467",
36
+ "@react-spectrum/utils": "3.0.0-nightly.1409+da2aa7467",
37
+ "@react-types/avatar": "3.0.0-nightly.3100+da2aa7467",
38
+ "@react-types/shared": "3.0.0-nightly.1409+da2aa7467"
39
39
  },
40
40
  "devDependencies": {
41
- "@adobe/spectrum-css-temp": "3.0.0-nightly.1394+dfe72ee07"
41
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.1409+da2aa7467"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@react-spectrum/provider": "^3.2.1",
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "dfe72ee076f7ca27728d0b6b4c1ef86e11191ece"
50
+ "gitHead": "da2aa74670fbd93335ff01401ca53826b3602777"
51
51
  }