New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-spectrum/well

Package Overview
Dependencies
Maintainers
1
Versions
896
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spectrum/well - npm Package Compare versions

Comparing version 3.0.0-rc.1 to 3.0.0-rc.2

LICENSE

22

dist/main.js
require("./main.css");
var _babelRuntimeHelpersEsmExtends = $parcel$interopDefault(require("@babel/runtime/helpers/esm/extends"));
var _babelRuntimeHelpersExtends = $parcel$interopDefault(require("@babel/runtime/helpers/extends"));
var _babelRuntimeHelpersEsmObjectWithoutProperties = $parcel$interopDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
var _babelRuntimeHelpersObjectWithoutProperties = $parcel$interopDefault(require("@babel/runtime/helpers/objectWithoutProperties"));

@@ -27,3 +27,3 @@ var _temp = require("@react-spectrum/utils");

$c85f3c6f6743d4fc9e8f1055d3ed449$exports = {
"spectrum-Well": "_spectrum-Well_81534"
"spectrum-Well": "_spectrum-Well_baa08"
};

@@ -34,3 +34,3 @@ var $c85f3c6f6743d4fc9e8f1055d3ed449$$interop$default = $parcel$interopDefault($c85f3c6f6743d4fc9e8f1055d3ed449$exports);

var children = props.children,
otherProps = _babelRuntimeHelpersEsmObjectWithoutProperties(props, ["children"]);
otherProps = _babelRuntimeHelpersObjectWithoutProperties(props, ["children"]);

@@ -42,9 +42,15 @@ var domRef = useDOMRef(ref);

return _react.createElement("div", _babelRuntimeHelpersEsmExtends({}, filterDOMProps(otherProps), styleProps, {
ref: domRef,
className: classNames($c85f3c6f6743d4fc9e8f1055d3ed449$$interop$default, 'spectrum-Well', styleProps.className)
}), children);
return (/*#__PURE__*/_react.createElement("div", _babelRuntimeHelpersExtends({}, filterDOMProps(otherProps), styleProps, {
ref: domRef,
className: classNames($c85f3c6f6743d4fc9e8f1055d3ed449$$interop$default, 'spectrum-Well', styleProps.className)
}), children)
);
}
/**
* A Well is a content container that displays non-editable content separate from other content on the screen.
* Often this is used to display preformatted text, such as code/markup examples on a documentation page.
*/
var Well = forwardRef($fc5efcf4d3ba390ecb4fec65408a4$var$Well);
exports.Well = Well;

@@ -14,3 +14,3 @@ import "./main.css";

$ee52e7f2310cb82b2f1703c6c306a41c$exports = {
"spectrum-Well": "_spectrum-Well_81534"
"spectrum-Well": "_spectrum-Well_baa08"
};

@@ -29,8 +29,14 @@ var $ee52e7f2310cb82b2f1703c6c306a41c$$interop$default = $parcel$interopDefault($ee52e7f2310cb82b2f1703c6c306a41c$exports);

} = useStyleProps(otherProps);
return _react.createElement("div", _babelRuntimeHelpersEsmExtends({}, filterDOMProps(otherProps), styleProps, {
ref: domRef,
className: classNames($ee52e7f2310cb82b2f1703c6c306a41c$$interop$default, 'spectrum-Well', styleProps.className)
}), children);
return (/*#__PURE__*/_react.createElement("div", _babelRuntimeHelpersEsmExtends({}, filterDOMProps(otherProps), styleProps, {
ref: domRef,
className: classNames($ee52e7f2310cb82b2f1703c6c306a41c$$interop$default, 'spectrum-Well', styleProps.className)
}), children)
);
}
/**
* A Well is a content container that displays non-editable content separate from other content on the screen.
* Often this is used to display preformatted text, such as code/markup examples on a documentation page.
*/
export const Well = forwardRef($cd450902cdcd7ac6a2e97becde6f7285$var$Well);
import { SpectrumWellProps } from "@react-types/well";
/**
* A Well is a content container that displays non-editable content separate from other content on the screen.
* Often this is used to display preformatted text, such as code/markup examples on a documentation page.
*/
export const Well: React.ForwardRefExoticComponent<SpectrumWellProps & React.RefAttributes<import("@react-types/shared").DOMRefValue<HTMLDivElement>>>;
//# sourceMappingURL=types.d.ts.map
{
"name": "@react-spectrum/well",
"version": "3.0.0-rc.1",
"version": "3.0.0-rc.2",
"description": "Spectrum UI components in React",

@@ -32,8 +32,8 @@ "license": "Apache-2.0",

"@babel/runtime": "^7.6.2",
"@react-spectrum/utils": "^3.0.0-rc.1",
"@react-types/shared": "^3.0.0-rc.1",
"@react-types/well": "^3.0.0-rc.1"
"@react-spectrum/utils": "^3.0.0-rc.2",
"@react-types/shared": "^3.0.0-rc.2",
"@react-types/well": "^3.0.0-rc.2"
},
"devDependencies": {
"@adobe/spectrum-css-temp": "^3.0.0-alpha.2"
"@adobe/spectrum-css-temp": "^3.0.0-alpha.1"
},

@@ -46,3 +46,3 @@ "peerDependencies": {

},
"gitHead": "5a9784f0bb6c25af7422215efb31ef72caeb9600"
"gitHead": "207e6ee9076905c96638a7f81a367758872e1410"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc