authscape 1.0.598 → 1.0.600

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/index.js CHANGED
@@ -5780,7 +5780,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
5780
5780
  Object.defineProperty(exports, "__esModule", {
5781
5781
  value: true
5782
5782
  });
5783
- exports["default"] = AddDomain;
5783
+ exports.AddDomain = AddDomain;
5784
5784
  var _react = _interopRequireWildcard(require("react"));
5785
5785
  var _system = require("@mui/system");
5786
5786
  var _Grid = _interopRequireDefault(require("@mui/material/Grid"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "authscape",
3
- "version": "1.0.598",
3
+ "version": "1.0.600",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -24,7 +24,7 @@ import ContentCopyRoundedIcon from '@mui/icons-material/ContentCopyRounded';
24
24
  import CircularProgress from '@mui/material/CircularProgress';
25
25
  import { DialogContentText } from '@mui/material';
26
26
 
27
- export default function AddDomain({open, azureWebsite, azureTxtValue, handleClose}) {
27
+ export function AddDomain({open, azureWebsite, azureTxtValue, handleClose}) {
28
28
 
29
29
  const steps = ['Enter a domain', 'Setup DNS Record', 'Go Live'];
30
30