@tap-payments/auth-jsconnect 2.9.41-development → 2.9.42-development

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.
@@ -10,9 +10,7 @@ var BoxStyled = styled(Box)(function (_a) {
10
10
  var theme = _a.theme;
11
11
  return (_b = {
12
12
  display: 'flex',
13
- flexDirection: 'column',
14
13
  justifyContent: 'center',
15
- alignItems: 'center',
16
14
  paddingTop: theme.spacing(5)
17
15
  },
18
16
  _b[theme.breakpoints.down('sm')] = {
@@ -23,16 +21,16 @@ var BoxStyled = styled(Box)(function (_a) {
23
21
  var LogoBadgeStyled = styled(Icon)(function (_a) {
24
22
  var theme = _a.theme;
25
23
  return ({
26
- height: theme.spacing(8.875),
27
- width: theme.spacing(8.875)
24
+ height: theme.spacing(5.286),
25
+ width: theme.spacing(5.286)
28
26
  });
29
27
  });
30
28
  var LogoIconStyled = styled(Icon)(function (_a) {
31
29
  var theme = _a.theme;
32
30
  return ({
33
- width: theme.spacing(5.875),
34
- height: theme.spacing(3.625),
35
- marginTop: theme.spacing(2.5)
31
+ width: theme.spacing(8.695),
32
+ height: theme.spacing(6.42),
33
+ marginLeft: theme.spacing(1.5)
36
34
  });
37
35
  });
38
36
  var LogoBackground = function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.9.41-development",
3
+ "version": "2.9.42-development",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",