marvin-auth-kit
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -20,9 +20,9 @@ import React, { Fragment, useState } from 'react'; | ||
position: absolute; | ||
width: 100vw; | ||
height: 100vh; | ||
top: 0; | ||
bottom: 0; | ||
left: 0; | ||
right: 0; | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-around; | ||
top: 0; | ||
left: 0; | ||
background: white; | ||
@@ -29,0 +29,0 @@ z-index: 999999; |
@@ -13,4 +13,5 @@ export { defaultServerConfig } from './config/DefaultServerConfig'; | ||
export { PrivateRoute } from './components/route/PrivateRoute'; | ||
export { useIsAuthenticated } from './hooks/useIsAuthenticated'; | ||
export * from './hooks/useIsAuthenticated'; | ||
export * from './hooks/useCurrentUser'; | ||
export { parseServerError } from './utils/ErrorUtil'; | ||
export * from './types/index'; |
@@ -13,4 +13,5 @@ export { defaultServerConfig } from './config/DefaultServerConfig'; | ||
export { PrivateRoute } from './components/route/PrivateRoute'; | ||
export { useIsAuthenticated } from './hooks/useIsAuthenticated'; | ||
export * from './hooks/useIsAuthenticated'; | ||
export * from './hooks/useCurrentUser'; | ||
export { parseServerError } from './utils/ErrorUtil'; | ||
export * from './types/index'; |
{ | ||
"name": "marvin-auth-kit", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Javscript authentication kit", | ||
@@ -50,8 +50,8 @@ "main": "dist/index.js", | ||
"js-cookie": "^2.2.1", | ||
"mailslurp-client": "^8.7.8", | ||
"react": "^16.13.1", | ||
"react-router": "^5.2.0", | ||
"ts-jest": "^26.3.0", | ||
"typescript": "^4.0.2", | ||
"mailslurp-client": "^8.7.8" | ||
"typescript": "^4.0.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
141183
86
3813