@reach/alert-dialog
Advanced tools
Comparing version 0.8.5 to 0.8.6
@@ -30,5 +30,3 @@ 'use strict'; | ||
var AlertDialogContext = | ||
/*#__PURE__*/ | ||
utils.createNamedContext("AlertDialogContext", {}); //////////////////////////////////////////////////////////////////////////////// | ||
var AlertDialogContext = /*#__PURE__*/utils.createNamedContext("AlertDialogContext", {}); //////////////////////////////////////////////////////////////////////////////// | ||
@@ -47,5 +45,3 @@ /** | ||
var AlertDialogOverlay = | ||
/*#__PURE__*/ | ||
React.forwardRef(function AlertDialogOverlay(_ref, forwardedRef) { | ||
var AlertDialogOverlay = /*#__PURE__*/React.forwardRef(function AlertDialogOverlay(_ref, forwardedRef) { | ||
var leastDestructiveRef = _ref.leastDestructiveRef, | ||
@@ -101,5 +97,3 @@ props = _objectWithoutPropertiesLoose(_ref, ["leastDestructiveRef"]); | ||
var AlertDialogContent = | ||
/*#__PURE__*/ | ||
React.forwardRef(function AlertDialogContent(_ref2, forwardRef) { | ||
var AlertDialogContent = /*#__PURE__*/React.forwardRef(function AlertDialogContent(_ref2, forwardRef) { | ||
var children = _ref2.children, | ||
@@ -106,0 +100,0 @@ props = _objectWithoutPropertiesLoose(_ref2, ["children"]); |
@@ -23,5 +23,3 @@ import React, { forwardRef, useRef, useContext, useEffect } from 'react'; | ||
var AlertDialogContext = | ||
/*#__PURE__*/ | ||
createNamedContext("AlertDialogContext", {}); //////////////////////////////////////////////////////////////////////////////// | ||
var AlertDialogContext = /*#__PURE__*/createNamedContext("AlertDialogContext", {}); //////////////////////////////////////////////////////////////////////////////// | ||
@@ -40,5 +38,3 @@ /** | ||
var AlertDialogOverlay = | ||
/*#__PURE__*/ | ||
forwardRef(function AlertDialogOverlay(_ref, forwardedRef) { | ||
var AlertDialogOverlay = /*#__PURE__*/forwardRef(function AlertDialogOverlay(_ref, forwardedRef) { | ||
var leastDestructiveRef = _ref.leastDestructiveRef, | ||
@@ -94,5 +90,3 @@ props = _objectWithoutPropertiesLoose(_ref, ["leastDestructiveRef"]); | ||
var AlertDialogContent = | ||
/*#__PURE__*/ | ||
forwardRef(function AlertDialogContent(_ref2, forwardRef) { | ||
var AlertDialogContent = /*#__PURE__*/forwardRef(function AlertDialogContent(_ref2, forwardRef) { | ||
var children = _ref2.children, | ||
@@ -99,0 +93,0 @@ props = _objectWithoutPropertiesLoose(_ref2, ["children"]); |
{ | ||
"name": "@reach/alert-dialog", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"description": "Accessible React Alert Dialog.", | ||
@@ -18,5 +18,5 @@ "author": "React Training <hello@reacttraining.com>", | ||
"dependencies": { | ||
"@reach/auto-id": "^0.8.5", | ||
"@reach/dialog": "^0.8.5", | ||
"@reach/utils": "^0.8.5", | ||
"@reach/auto-id": "^0.8.6", | ||
"@reach/dialog": "^0.8.6", | ||
"@reach/utils": "^0.8.6", | ||
"invariant": "^2.2.4", | ||
@@ -37,3 +37,3 @@ "prop-types": "^15.7.2", | ||
], | ||
"gitHead": "ac419cf63d0827016ca448bf95482bcd4c5f879e" | ||
"gitHead": "0c71a018a11055b17815f0fb127cdcd981cd760e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69756
575
Updated@reach/auto-id@^0.8.6
Updated@reach/dialog@^0.8.6
Updated@reach/utils@^0.8.6