@react-spectrum/well 3.1.3 → 3.1.4
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 +1 -2
- package/dist/main.js +47 -50
- package/dist/main.js.map +1 -1
- package/dist/module.js +36 -37
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +6 -6
- package/dist/main.css.map +0 -1
package/dist/main.css
CHANGED
@@ -1,2 +1 @@
|
|
1
|
-
[dir=ltr] .
|
2
|
-
/*# sourceMappingURL=main.css.map */
|
1
|
+
[dir=ltr] .spectrum-Well_d48698{text-align:left}[dir=rtl] .spectrum-Well_d48698{text-align:right}.spectrum-Well_d48698{min-width:var(--spectrum-global-dimension-size-2000);padding:var(--spectrum-global-dimension-size-200);margin-top:var(--spectrum-global-dimension-size-50);border-width:var(--spectrum-alias-border-size-thin,var(--spectrum-global-dimension-static-size-10));border-radius:var(--spectrum-global-dimension-size-50);background-color:var(--spectrum-well-background-color);border-style:solid;border-color:var(--spectrum-well-border-color);display:block}
|
package/dist/main.js
CHANGED
@@ -1,68 +1,65 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
var
|
4
|
-
|
5
|
-
var {
|
6
|
-
forwardRef
|
7
|
-
} = _react2;
|
8
|
-
|
9
|
-
var {
|
10
|
-
filterDOMProps
|
11
|
-
} = require("@react-aria/utils");
|
12
|
-
|
13
|
-
var {
|
14
|
-
classNames,
|
15
|
-
useDOMRef,
|
16
|
-
useStyleProps
|
17
|
-
} = require("@react-spectrum/utils");
|
18
|
-
|
19
|
-
var _babelRuntimeHelpersObjectWithoutPropertiesLoose = $parcel$interopDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
|
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");
|
20
5
|
|
21
|
-
|
6
|
+
function $parcel$exportWildcard(dest, source) {
|
7
|
+
Object.keys(source).forEach(function(key) {
|
8
|
+
if (key === 'default' || key === '__esModule' || dest.hasOwnProperty(key)) {
|
9
|
+
return;
|
10
|
+
}
|
22
11
|
|
23
|
-
|
12
|
+
Object.defineProperty(dest, key, {
|
13
|
+
enumerable: true,
|
14
|
+
get: function get() {
|
15
|
+
return source[key];
|
16
|
+
}
|
17
|
+
});
|
18
|
+
});
|
24
19
|
|
20
|
+
return dest;
|
21
|
+
}
|
25
22
|
function $parcel$interopDefault(a) {
|
26
23
|
return a && a.__esModule ? a.default : a;
|
27
24
|
}
|
25
|
+
function $parcel$export(e, n, v, s) {
|
26
|
+
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
27
|
+
}
|
28
|
+
var $9b990f979e7bc559$exports = {};
|
29
|
+
|
30
|
+
$parcel$export($9b990f979e7bc559$exports, "Well", () => $9b990f979e7bc559$export$d89c679ee2f73242);
|
28
31
|
|
29
|
-
// ASSET: /Users/govett/dev/react-spectrum-v3/node_modules/@adobe/spectrum-css-temp/components/well/vars.css
|
30
|
-
var $a130fdabd783f318e8c35e8a239$exports = {};
|
31
|
-
$a130fdabd783f318e8c35e8a239$exports = {
|
32
|
-
"spectrum-Well": "_spectrum-Well_daead"
|
33
|
-
};
|
34
|
-
var $a130fdabd783f318e8c35e8a239$$interop$default = $parcel$interopDefault($a130fdabd783f318e8c35e8a239$exports);
|
35
32
|
|
36
|
-
function $ebf17523e38960cd1bcede856a195$var$Well(props, ref) {
|
37
|
-
let {
|
38
|
-
children,
|
39
|
-
role
|
40
|
-
} = props,
|
41
|
-
otherProps = _babelRuntimeHelpersObjectWithoutPropertiesLoose(props, ["children", "role"]);
|
42
33
|
|
43
|
-
|
44
|
-
let {
|
45
|
-
styleProps
|
46
|
-
} = useStyleProps(otherProps);
|
34
|
+
var $18397a02b1dd1cde$exports = {};
|
47
35
|
|
48
|
-
|
49
|
-
|
50
|
-
|
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";
|
51
39
|
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
40
|
+
|
41
|
+
function $9b990f979e7bc559$var$Well(props, ref) {
|
42
|
+
let { children: children , role: role , ...otherProps } = props;
|
43
|
+
let domRef = $aez0Q$reactspectrumutils.useDOMRef(ref);
|
44
|
+
let { styleProps: styleProps } = $aez0Q$reactspectrumutils.useStyleProps(otherProps);
|
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, {
|
48
|
+
labelable: !!role
|
49
|
+
}),
|
50
|
+
...styleProps,
|
51
|
+
role: role,
|
52
|
+
ref: domRef,
|
53
|
+
className: $aez0Q$reactspectrumutils.classNames((/*@__PURE__*/$parcel$interopDefault($18397a02b1dd1cde$exports)), 'spectrum-Well', styleProps.className)
|
54
|
+
}, children));
|
59
55
|
}
|
60
56
|
/**
|
61
57
|
* A Well is a content container that displays non-editable content separate from other content on the screen.
|
62
58
|
* Often this is used to display preformatted text, such as code/markup examples on a documentation page.
|
63
|
-
*/
|
59
|
+
*/ const $9b990f979e7bc559$export$d89c679ee2f73242 = /*#__PURE__*/ $aez0Q$react.forwardRef($9b990f979e7bc559$var$Well);
|
60
|
+
|
61
|
+
|
62
|
+
$parcel$exportWildcard(module.exports, $9b990f979e7bc559$exports);
|
64
63
|
|
65
64
|
|
66
|
-
const Well = /*#__PURE__*/forwardRef($ebf17523e38960cd1bcede856a195$var$Well);
|
67
|
-
exports.Well = Well;
|
68
65
|
//# sourceMappingURL=main.js.map
|
package/dist/main.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"mappings":"
|
1
|
+
{"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AEAA,GAA+B;AAA/B,yCAA+B,GAAG,CAAsB;;;SDmB/C,0BAAI,CAAC,KAAwB,EAAE,GAA2B,EAAE,CAAC;IACpE,GAAG,CAAC,CAAC,WACH,QAAQ,SACR,IAAI,MACD,UAAU,CACf,CAAC,GAAG,KAAK;IACT,GAAG,CAAC,MAAM,GAAG,mCAAS,CAAC,GAAG;IAC1B,GAAG,CAAC,CAAC,aAAA,UAAU,EAAA,CAAC,GAAG,uCAAa,CAAC,UAAU;IAE3C,EAAE,GAAG,IAAI,KAAK,KAAK,CAAC,CAAY,gBAAK,KAAK,CAAC,CAAiB,oBAC1D,OAAO,CAAC,IAAI,CAAC,CAAmC;IAGlD,MAAM,oEACH,CAAG;WACE,oCAAc,CAAC,UAAU,EAAE,CAAC;YAAA,SAAS,IAAI,IAAI;QAAA,CAAC;WAC9C,UAAU;QACd,IAAI,EAAE,IAAI;QACV,GAAG,EAAE,MAAM;QACX,SAAS,EAAE,oCAAU,CACnB,gEAAM,EACN,CAAe,gBACf,UAAU,CAAC,SAAS;OAErB,QAAQ;AAGf,CAAC;AAED,EAGG,AAHH;;;CAGG,AAHH,EAGG,CACH,KAAK,CAAC,yCAAK,iBAAG,uBAAU,CAAC,0BAAI","sources":["packages/@react-spectrum/well/src/index.ts","packages/@react-spectrum/well/src/Well.tsx","packages/@adobe/spectrum-css-temp/components/well/vars.css"],"sourcesContent":["/*\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/// <reference types=\"css-module-types\" />\n\nexport * from './Well';\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\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport React, {forwardRef} from 'react';\nimport {SpectrumWellProps} from '@react-types/well';\nimport styles from '@adobe/spectrum-css-temp/components/well/vars.css';\n\nfunction Well(props: SpectrumWellProps, ref: DOMRef<HTMLDivElement>) {\n let {\n children,\n role,\n ...otherProps\n } = props;\n let domRef = useDOMRef(ref);\n let {styleProps} = useStyleProps(otherProps);\n\n if (!role && (props['aria-label'] || props['aria-labelledby'])) {\n console.warn('A labelled Well must have a role.');\n }\n\n return (\n <div\n {...filterDOMProps(otherProps, {labelable: !!role})}\n {...styleProps}\n role={role}\n ref={domRef}\n className={classNames(\n styles,\n 'spectrum-Well',\n styleProps.className\n )}>\n {children}\n </div>\n );\n}\n\n/**\n * A Well is a content container that displays non-editable content separate from other content on the screen.\n * Often this is used to display preformatted text, such as code/markup examples on a documentation page.\n */\nconst _Well = forwardRef(Well);\nexport {_Well as Well};\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,50 +1,49 @@
|
|
1
|
-
import _react, { forwardRef } from "react";
|
2
|
-
import { filterDOMProps } from "@react-aria/utils";
|
3
|
-
import { classNames, useDOMRef, useStyleProps } from "@react-spectrum/utils";
|
4
|
-
import _babelRuntimeHelpersEsmObjectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
5
|
-
import _babelRuntimeHelpersEsmExtends from "@babel/runtime/helpers/esm/extends";
|
6
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";
|
7
5
|
|
8
6
|
function $parcel$interopDefault(a) {
|
9
7
|
return a && a.__esModule ? a.default : a;
|
10
8
|
}
|
9
|
+
function $parcel$export(e, n, v, s) {
|
10
|
+
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
11
|
+
}
|
12
|
+
var $69b2bca7bddbde5c$exports = {};
|
13
|
+
|
14
|
+
$parcel$export($69b2bca7bddbde5c$exports, "Well", () => $69b2bca7bddbde5c$export$d89c679ee2f73242);
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
var $5945a7dea9c53c23$exports = {};
|
11
19
|
|
12
|
-
|
13
|
-
var $
|
14
|
-
$
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
if (!role && (props['aria-label'] || props['aria-labelledby'])) {
|
32
|
-
console.warn('A labelled Well must have a role.');
|
33
|
-
}
|
34
|
-
|
35
|
-
return /*#__PURE__*/_react.createElement("div", _babelRuntimeHelpersEsmExtends({}, filterDOMProps(otherProps, {
|
36
|
-
labelable: !!role
|
37
|
-
}), styleProps, {
|
38
|
-
role: role,
|
39
|
-
ref: domRef,
|
40
|
-
className: classNames($da02da2493443b16432bdd47cac91318$$interop$default, 'spectrum-Well', styleProps.className)
|
41
|
-
}), children);
|
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";
|
23
|
+
|
24
|
+
|
25
|
+
function $69b2bca7bddbde5c$var$Well(props, ref) {
|
26
|
+
let { children: children , role: role , ...otherProps } = props;
|
27
|
+
let domRef = $hpGGL$useDOMRef(ref);
|
28
|
+
let { styleProps: styleProps } = $hpGGL$useStyleProps(otherProps);
|
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, {
|
32
|
+
labelable: !!role
|
33
|
+
}),
|
34
|
+
...styleProps,
|
35
|
+
role: role,
|
36
|
+
ref: domRef,
|
37
|
+
className: $hpGGL$classNames((/*@__PURE__*/$parcel$interopDefault($5945a7dea9c53c23$exports)), 'spectrum-Well', styleProps.className)
|
38
|
+
}, children));
|
42
39
|
}
|
43
40
|
/**
|
44
41
|
* A Well is a content container that displays non-editable content separate from other content on the screen.
|
45
42
|
* Often this is used to display preformatted text, such as code/markup examples on a documentation page.
|
46
|
-
*/
|
43
|
+
*/ const $69b2bca7bddbde5c$export$d89c679ee2f73242 = /*#__PURE__*/ $hpGGL$forwardRef($69b2bca7bddbde5c$var$Well);
|
44
|
+
|
45
|
+
|
47
46
|
|
48
47
|
|
49
|
-
export
|
48
|
+
export {$69b2bca7bddbde5c$export$d89c679ee2f73242 as Well};
|
50
49
|
//# sourceMappingURL=module.js.map
|
package/dist/module.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"mappings":"
|
1
|
+
{"mappings":";;;;;;;;;;;;;;;;;;;;AEAA,GAA+B;AAA/B,yCAA+B,GAAG,CAAsB;;;SDmB/C,0BAAI,CAAC,KAAwB,EAAE,GAA2B,EAAE,CAAC;IACpE,GAAG,CAAC,CAAC,WACH,QAAQ,SACR,IAAI,MACD,UAAU,CACf,CAAC,GAAG,KAAK;IACT,GAAG,CAAC,MAAM,GAAG,gBAAS,CAAC,GAAG;IAC1B,GAAG,CAAC,CAAC,aAAA,UAAU,EAAA,CAAC,GAAG,oBAAa,CAAC,UAAU;IAE3C,EAAE,GAAG,IAAI,KAAK,KAAK,CAAC,CAAY,gBAAK,KAAK,CAAC,CAAiB,oBAC1D,OAAO,CAAC,IAAI,CAAC,CAAmC;IAGlD,MAAM,0CACH,CAAG;WACE,qBAAc,CAAC,UAAU,EAAE,CAAC;YAAA,SAAS,IAAI,IAAI;QAAA,CAAC;WAC9C,UAAU;QACd,IAAI,EAAE,IAAI;QACV,GAAG,EAAE,MAAM;QACX,SAAS,EAAE,iBAAU,CACnB,gEAAM,EACN,CAAe,gBACf,UAAU,CAAC,SAAS;OAErB,QAAQ;AAGf,CAAC;AAED,EAGG,AAHH;;;CAGG,AAHH,EAGG,CACH,KAAK,CAAC,yCAAK,iBAAG,iBAAU,CAAC,0BAAI","sources":["packages/@react-spectrum/well/src/index.ts","packages/@react-spectrum/well/src/Well.tsx","packages/@adobe/spectrum-css-temp/components/well/vars.css"],"sourcesContent":["/*\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/// <reference types=\"css-module-types\" />\n\nexport * from './Well';\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\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport React, {forwardRef} from 'react';\nimport {SpectrumWellProps} from '@react-types/well';\nimport styles from '@adobe/spectrum-css-temp/components/well/vars.css';\n\nfunction Well(props: SpectrumWellProps, ref: DOMRef<HTMLDivElement>) {\n let {\n children,\n role,\n ...otherProps\n } = props;\n let domRef = useDOMRef(ref);\n let {styleProps} = useStyleProps(otherProps);\n\n if (!role && (props['aria-label'] || props['aria-labelledby'])) {\n console.warn('A labelled Well must have a role.');\n }\n\n return (\n <div\n {...filterDOMProps(otherProps, {labelable: !!role})}\n {...styleProps}\n role={role}\n ref={domRef}\n className={classNames(\n styles,\n 'spectrum-Well',\n styleProps.className\n )}>\n {children}\n </div>\n );\n}\n\n/**\n * A Well is a content container that displays non-editable content separate from other content on the screen.\n * Often this is used to display preformatted text, such as code/markup examples on a documentation page.\n */\nconst _Well = forwardRef(Well);\nexport {_Well as Well};\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/dist/types.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"mappings":"
|
1
|
+
{"mappings":";;AAgDA;;;GAGG;AACH,OAAA,MAAM,yIAAwB,CAAC","sources":["packages/@react-spectrum/well/src/packages/@react-spectrum/well/src/Well.tsx","packages/@react-spectrum/well/src/packages/@react-spectrum/well/src/index.ts","packages/@react-spectrum/well/src/index.ts"],"sourcesContent":[null,null,"/*\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/// <reference types=\"css-module-types\" />\n\nexport * from './Well';\n"],"names":[],"version":3,"file":"types.d.ts.map"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-spectrum/well",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.4",
|
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.
|
36
|
-
"@react-spectrum/utils": "^3.6.
|
37
|
-
"@react-types/shared": "^3.
|
38
|
-
"@react-types/well": "^3.1.
|
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"
|
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": "
|
49
|
+
"gitHead": "54c2366c4f31bd4bf619126131cd583c12972acc"
|
50
50
|
}
|
package/dist/main.css.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"mappings":"AAqBA,gCACE,eAQF,CATA,gCACE,gBAQF,CATA,sBAEE,aAAc,CACd,oDAA+C,CAC/C,iDAAqC,CACrC,mDAA4C,CAC5C,gEAA+C,CAC/C,kBAAmB,CACnB,sDAA4C,CChB5C,sDAAuD,CACvD,8CDgBF","sources":["./node_modules/@adobe/spectrum-css-temp/components/well/index.css","./node_modules/@adobe/spectrum-css-temp/components/well/skin.css"],"sourcesContent":["/*\nCopyright 2019 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\n@import '../commons/index.css';\n\n:root {\n --spectrum-well-padding: var(--spectrum-global-dimension-size-200);\n --spectrum-well-border-width: var(--spectrum-alias-border-size-thin);\n --spectrum-well-margin-top: var(--spectrum-global-dimension-size-50);\n --spectrum-well-min-width: var(--spectrum-global-dimension-size-2000);\n}\n\n.spectrum-Well {\n text-align: start;\n display: block;\n min-inline-size: var(--spectrum-well-min-width);\n padding: var(--spectrum-well-padding);\n margin-top: var( --spectrum-well-margin-top);\n border-width: var(--spectrum-well-border-width);\n border-style: solid;\n border-radius: var(--spectrum-border-radius);\n}\n","/*\nCopyright 2019 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\n.spectrum-Well {\n background-color: var(--spectrum-well-background-color);\n border-color: var(--spectrum-well-border-color);\n}\n"],"names":[],"version":3,"file":"main.css.map"}
|