@tap-payments/auth-jsconnect 2.9.27-development → 2.9.28-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.
@@ -59,10 +59,9 @@ var CurrentMobileContainerStyled = styled(Box)(function (_a) {
59
59
  });
60
60
  var MobileNumberContainer = styled(Box)(function (_a) {
61
61
  var theme = _a.theme;
62
- return ({
63
- display: 'flex',
64
- columnGap: theme.spacing(0.9)
65
- });
62
+ return (__assign({ display: 'flex', columnGap: theme.spacing(0.9), direction: 'ltr' }, (theme.direction === 'rtl' && {
63
+ marginLeft: 'auto'
64
+ })));
66
65
  });
67
66
  var CountryCodeStyled = styled(Text)(function (_a) {
68
67
  var theme = _a.theme;
@@ -60,10 +60,9 @@ var CurrentMobileContainerStyled = styled(Box)(function (_a) {
60
60
  });
61
61
  var MobileNumberContainer = styled(Box)(function (_a) {
62
62
  var theme = _a.theme;
63
- return ({
64
- display: 'flex',
65
- columnGap: theme.spacing(0.9)
66
- });
63
+ return (__assign({ display: 'flex', columnGap: theme.spacing(0.9), direction: 'ltr' }, (theme.direction === 'rtl' && {
64
+ marginLeft: 'auto'
65
+ })));
67
66
  });
68
67
  var CountryCodeStyled = styled(Text)(function (_a) {
69
68
  var theme = _a.theme;
@@ -61,10 +61,9 @@ var CurrentMobileContainerStyled = styled(Box)(function (_a) {
61
61
  });
62
62
  var MobileNumberContainer = styled(Box)(function (_a) {
63
63
  var theme = _a.theme;
64
- return ({
65
- display: 'flex',
66
- columnGap: theme.spacing(0.9)
67
- });
64
+ return (__assign({ display: 'flex', columnGap: theme.spacing(0.9), direction: 'ltr' }, (theme.direction === 'rtl' && {
65
+ marginLeft: 'auto'
66
+ })));
68
67
  });
69
68
  var CountryCodeStyled = styled(Text)(function (_a) {
70
69
  var theme = _a.theme;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.9.27-development",
3
+ "version": "2.9.28-development",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",