@tap-payments/auth-jsconnect 1.0.2 → 1.0.3

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.
Files changed (171) hide show
  1. package/build/@types/app.js +0 -1
  2. package/build/@types/index.js +0 -1
  3. package/build/@types/redux.js +0 -1
  4. package/build/@types/theme.js +0 -1
  5. package/build/app/hooks.js +0 -1
  6. package/build/app/rootReducer.js +0 -1
  7. package/build/app/settings.js +0 -1
  8. package/build/app/store.js +0 -1
  9. package/build/components/AnimationFlow/AnimationFlow.js +15 -5
  10. package/build/components/AnimationFlow/BottomSheet.js +14 -3
  11. package/build/components/AnimationFlow/Dialog.js +4 -10
  12. package/build/components/AnimationFlow/index.js +0 -1
  13. package/build/components/Button/Button.js +2 -2
  14. package/build/components/Button/index.js +0 -1
  15. package/build/components/CheckBox/CheckBox.js +2 -2
  16. package/build/components/CheckBox/index.js +0 -1
  17. package/build/components/DatePicker/DatePicker.js +8 -12
  18. package/build/components/DatePicker/index.js +0 -1
  19. package/build/components/Footer/Footer.js +2 -16
  20. package/build/components/Footer/index.js +0 -1
  21. package/build/components/Form/Form.js +2 -2
  22. package/build/components/Form/index.js +0 -1
  23. package/build/components/Icon/Icon.js +2 -2
  24. package/build/components/Icon/index.js +0 -1
  25. package/build/components/Input/Input.js +3 -4
  26. package/build/components/Input/index.js +0 -1
  27. package/build/components/InputAdornment/InputAdornment.js +3 -3
  28. package/build/components/InputAdornment/index.js +0 -1
  29. package/build/components/List/List.js +2 -4
  30. package/build/components/List/index.js +0 -1
  31. package/build/components/ListItem/ListItem.js +2 -2
  32. package/build/components/ListItem/index.js +0 -1
  33. package/build/components/Loader/Loader.js +13 -10
  34. package/build/components/Loader/index.js +0 -1
  35. package/build/components/LogoBadge/LogoBadge.js +4 -5
  36. package/build/components/LogoBadge/index.js +0 -1
  37. package/build/components/OTPField/OTPField.js +2 -2
  38. package/build/components/OTPField/index.js +0 -1
  39. package/build/components/OTPTimer/OTPTimer.js +3 -4
  40. package/build/components/OTPTimer/index.js +0 -1
  41. package/build/components/ProgressBar/ProgressBar.js +2 -3
  42. package/build/components/ProgressBar/index.js +0 -1
  43. package/build/components/Providers/ReduxProvider.js +13 -3
  44. package/build/components/Providers/ThemeProvider.js +14 -3
  45. package/build/components/Providers/index.js +0 -1
  46. package/build/components/SimpleList/SimpleList.js +8 -8
  47. package/build/components/SimpleList/index.js +0 -1
  48. package/build/components/Text/Text.js +2 -2
  49. package/build/components/Text/index.js +0 -1
  50. package/build/components/Warning/Warning.js +2 -2
  51. package/build/components/Warning/index.js +0 -1
  52. package/build/constants/app.js +0 -1
  53. package/build/constants/assets.js +0 -1
  54. package/build/constants/dummy.js +0 -1
  55. package/build/constants/index.js +0 -1
  56. package/build/features/app/midStore.js +0 -1
  57. package/build/features/connect/Connect.js +4 -8
  58. package/build/features/connect/index.js +0 -1
  59. package/build/features/connect/screens/MID/BusinessCountry.js +4 -15
  60. package/build/features/connect/screens/MID/IDNumber.js +16 -13
  61. package/build/features/connect/screens/MID/MID.js +13 -9
  62. package/build/features/connect/screens/MID/MIDTitle.js +2 -4
  63. package/build/features/connect/screens/MID/MobileNumber.js +7 -23
  64. package/build/features/connect/screens/MID/index.js +0 -1
  65. package/build/features/connect/screens/OTP/OTP.js +13 -8
  66. package/build/features/connect/screens/OTP/index.js +0 -1
  67. package/build/hooks/index.js +0 -1
  68. package/build/hooks/useAppTheme.js +0 -1
  69. package/build/hooks/useThemeMode.js +0 -1
  70. package/build/i18n.js +0 -1
  71. package/build/index.js +0 -1
  72. package/build/theme/components.js +0 -1
  73. package/build/theme/index.js +0 -1
  74. package/build/theme/palette.js +0 -1
  75. package/build/theme/shadows.js +0 -1
  76. package/build/theme/theme.js +0 -1
  77. package/build/theme/typography.js +0 -1
  78. package/build/utils/array.js +0 -1
  79. package/build/utils/html.js +0 -1
  80. package/build/utils/index.js +0 -1
  81. package/build/utils/object.js +0 -1
  82. package/build/utils/storage.js +0 -1
  83. package/build/utils/string.js +0 -1
  84. package/build/utils/style.js +0 -1
  85. package/build/utils/validation.js +0 -1
  86. package/package.json +1 -1
  87. package/build/@types/app.js.map +0 -1
  88. package/build/@types/index.js.map +0 -1
  89. package/build/@types/redux.js.map +0 -1
  90. package/build/@types/theme.js.map +0 -1
  91. package/build/app/hooks.js.map +0 -1
  92. package/build/app/rootReducer.js.map +0 -1
  93. package/build/app/settings.js.map +0 -1
  94. package/build/app/store.js.map +0 -1
  95. package/build/components/AnimationFlow/AnimationFlow.js.map +0 -1
  96. package/build/components/AnimationFlow/BottomSheet.js.map +0 -1
  97. package/build/components/AnimationFlow/Dialog.js.map +0 -1
  98. package/build/components/AnimationFlow/index.js.map +0 -1
  99. package/build/components/Button/Button.js.map +0 -1
  100. package/build/components/Button/index.js.map +0 -1
  101. package/build/components/CheckBox/CheckBox.js.map +0 -1
  102. package/build/components/CheckBox/index.js.map +0 -1
  103. package/build/components/DatePicker/DatePicker.js.map +0 -1
  104. package/build/components/DatePicker/index.js.map +0 -1
  105. package/build/components/Footer/Footer.js.map +0 -1
  106. package/build/components/Footer/index.js.map +0 -1
  107. package/build/components/Form/Form.js.map +0 -1
  108. package/build/components/Form/index.js.map +0 -1
  109. package/build/components/Icon/Icon.js.map +0 -1
  110. package/build/components/Icon/index.js.map +0 -1
  111. package/build/components/Input/Input.js.map +0 -1
  112. package/build/components/Input/index.js.map +0 -1
  113. package/build/components/InputAdornment/InputAdornment.js.map +0 -1
  114. package/build/components/InputAdornment/index.js.map +0 -1
  115. package/build/components/List/List.js.map +0 -1
  116. package/build/components/List/index.js.map +0 -1
  117. package/build/components/ListItem/ListItem.js.map +0 -1
  118. package/build/components/ListItem/index.js.map +0 -1
  119. package/build/components/Loader/Loader.js.map +0 -1
  120. package/build/components/Loader/index.js.map +0 -1
  121. package/build/components/LogoBadge/LogoBadge.js.map +0 -1
  122. package/build/components/LogoBadge/index.js.map +0 -1
  123. package/build/components/OTPField/OTPField.js.map +0 -1
  124. package/build/components/OTPField/index.js.map +0 -1
  125. package/build/components/OTPTimer/OTPTimer.js.map +0 -1
  126. package/build/components/OTPTimer/index.js.map +0 -1
  127. package/build/components/ProgressBar/ProgressBar.js.map +0 -1
  128. package/build/components/ProgressBar/index.js.map +0 -1
  129. package/build/components/Providers/ReduxProvider.js.map +0 -1
  130. package/build/components/Providers/ThemeProvider.js.map +0 -1
  131. package/build/components/Providers/index.js.map +0 -1
  132. package/build/components/SimpleList/SimpleList.js.map +0 -1
  133. package/build/components/SimpleList/index.js.map +0 -1
  134. package/build/components/Text/Text.js.map +0 -1
  135. package/build/components/Text/index.js.map +0 -1
  136. package/build/components/Warning/Warning.js.map +0 -1
  137. package/build/components/Warning/index.js.map +0 -1
  138. package/build/constants/app.js.map +0 -1
  139. package/build/constants/assets.js.map +0 -1
  140. package/build/constants/dummy.js.map +0 -1
  141. package/build/constants/index.js.map +0 -1
  142. package/build/features/app/midStore.js.map +0 -1
  143. package/build/features/connect/Connect.js.map +0 -1
  144. package/build/features/connect/index.js.map +0 -1
  145. package/build/features/connect/screens/MID/BusinessCountry.js.map +0 -1
  146. package/build/features/connect/screens/MID/IDNumber.js.map +0 -1
  147. package/build/features/connect/screens/MID/MID.js.map +0 -1
  148. package/build/features/connect/screens/MID/MIDTitle.js.map +0 -1
  149. package/build/features/connect/screens/MID/MobileNumber.js.map +0 -1
  150. package/build/features/connect/screens/MID/index.js.map +0 -1
  151. package/build/features/connect/screens/OTP/OTP.js.map +0 -1
  152. package/build/features/connect/screens/OTP/index.js.map +0 -1
  153. package/build/hooks/index.js.map +0 -1
  154. package/build/hooks/useAppTheme.js.map +0 -1
  155. package/build/hooks/useThemeMode.js.map +0 -1
  156. package/build/i18n.js.map +0 -1
  157. package/build/index.js.map +0 -1
  158. package/build/theme/components.js.map +0 -1
  159. package/build/theme/index.js.map +0 -1
  160. package/build/theme/palette.js.map +0 -1
  161. package/build/theme/shadows.js.map +0 -1
  162. package/build/theme/theme.js.map +0 -1
  163. package/build/theme/typography.js.map +0 -1
  164. package/build/utils/array.js.map +0 -1
  165. package/build/utils/html.js.map +0 -1
  166. package/build/utils/index.js.map +0 -1
  167. package/build/utils/object.js.map +0 -1
  168. package/build/utils/storage.js.map +0 -1
  169. package/build/utils/string.js.map +0 -1
  170. package/build/utils/style.js.map +0 -1
  171. package/build/utils/validation.js.map +0 -1
@@ -1,4 +1,16 @@
1
- import React, { useEffect } from 'react';
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ import { useEffect } from 'react';
2
14
  import { createTheme, ThemeProvider as MUIThemeProvider } from '@mui/material/styles';
3
15
  export default function ThemeProvider(_a) {
4
16
  var children = _a.children, theme = _a.theme;
@@ -8,6 +20,5 @@ export default function ThemeProvider(_a) {
8
20
  if (theme)
9
21
  console.info('Now the application is using the custom theme.');
10
22
  }, [theme]);
11
- return React.createElement(MUIThemeProvider, { theme: theme || createTheme() }, children);
23
+ return _jsx(MUIThemeProvider, __assign({ theme: theme || createTheme() }, { children: children }));
12
24
  }
13
- //# sourceMappingURL=ThemeProvider.js.map
@@ -1,4 +1,3 @@
1
1
  import ReduxProvider from './ReduxProvider';
2
2
  import ThemeProvider from './ThemeProvider';
3
3
  export { ReduxProvider, ThemeProvider };
4
- //# sourceMappingURL=index.js.map
@@ -20,7 +20,8 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import React from 'react';
23
+ import { jsx as _jsx } from "react/jsx-runtime";
24
+ import { createElement as _createElement } from "react";
24
25
  import List from '@mui/material/List';
25
26
  import ListItem from '@mui/material/ListItem';
26
27
  import { styled, useTheme } from '@mui/material/styles';
@@ -61,11 +62,10 @@ export default function SimpleList(_a) {
61
62
  var list = _a.list, listItemProps = _a.listItemProps, onSelectItem = _a.onSelectItem, renderItem = _a.renderItem, children = _a.children, style = _a.style, rest = __rest(_a, ["list", "listItemProps", "onSelectItem", "renderItem", "children", "style"]);
62
63
  var theme = useTheme();
63
64
  var matches = useMediaQuery(theme.breakpoints.down('sm'));
64
- return (React.createElement(TapList, __assign({}, rest, { style: __assign({ height: matches ? "calc(100vh - ".concat(theme.spacing(34.875), ")") : theme.spacing(40) }, style) }), children ||
65
- (list || []).map(function (item, idx) {
66
- return (React.createElement(TapListItem, __assign({}, listItemProps, { onClick: function () {
67
- onSelectItem(item);
68
- }, disableGutters: true, key: idx }), renderItem(item)));
69
- })));
65
+ return (_jsx(TapList, __assign({}, rest, { style: __assign({ height: matches ? "calc(100vh - ".concat(theme.spacing(34.875), ")") : theme.spacing(40) }, style) }, { children: children ||
66
+ (list || []).map(function (item, idx) {
67
+ return (_createElement(TapListItem, __assign({}, listItemProps, { onClick: function () {
68
+ onSelectItem(item);
69
+ }, disableGutters: true, key: idx }), renderItem(item)));
70
+ }) })));
70
71
  }
71
- //# sourceMappingURL=SimpleList.js.map
@@ -1,3 +1,2 @@
1
1
  import SimpleList from './SimpleList';
2
2
  export default SimpleList;
3
- //# sourceMappingURL=index.js.map
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
+ import { jsx as _jsx } from "react/jsx-runtime";
23
24
  import * as React from 'react';
24
25
  import Typography from '@mui/material/Typography';
25
26
  import { styled } from '@mui/material/styles';
@@ -29,7 +30,6 @@ var TextStyled = styled(Typography)(function (_a) {
29
30
  });
30
31
  var Text = function (_a) {
31
32
  var children = _a.children, props = __rest(_a, ["children"]);
32
- return React.createElement(TextStyled, __assign({}, props), children);
33
+ return _jsx(TextStyled, __assign({}, props, { children: children }));
33
34
  };
34
35
  export default React.memo(Text);
35
- //# sourceMappingURL=Text.js.map
@@ -1,3 +1,2 @@
1
1
  import Text from './Text';
2
2
  export default Text;
3
- //# sourceMappingURL=index.js.map
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
+ import { jsx as _jsx } from "react/jsx-runtime";
23
24
  import * as React from 'react';
24
25
  import { styled } from '@mui/material/styles';
25
26
  import Box from '@mui/material/Box';
@@ -49,10 +50,9 @@ var AlertStyled = styled(Box)(function (_a) {
49
50
  });
50
51
  var WarningComponent = function (_a) {
51
52
  var children = _a.children, warningType = _a.warningType, rest = __rest(_a, ["children", "warningType"]);
52
- return warningType === 'alert' ? (React.createElement(AlertStyled, __assign({}, rest), children)) : (React.createElement(ErrorStyled, __assign({}, rest), children));
53
+ return warningType === 'alert' ? (_jsx(AlertStyled, __assign({}, rest, { children: children }))) : (_jsx(ErrorStyled, __assign({}, rest, { children: children })));
53
54
  };
54
55
  WarningComponent.defaultProps = {
55
56
  warningType: 'error'
56
57
  };
57
58
  export default React.memo(WarningComponent);
58
- //# sourceMappingURL=Warning.js.map
@@ -1,3 +1,2 @@
1
1
  import Warning from './Warning';
2
2
  export default Warning;
3
- //# sourceMappingURL=index.js.map
@@ -7,4 +7,3 @@ export var LANGUAGE_MODE = {
7
7
  EN: 'en'
8
8
  };
9
9
  export var ID_NUMBER_LENGTH = 10;
10
- //# sourceMappingURL=app.js.map
@@ -21,4 +21,3 @@ export var ICONS_NAMES = {
21
21
  MOBILE_IMAGE: 'https://image.shutterstock.com/image-vector/smartphone-icon-logo-260nw-767440327.jpg',
22
22
  WHITE_ARROW: 'https://tap-connecet.b-cdn.net/imgs/whiteArrow.svg'
23
23
  };
24
- //# sourceMappingURL=assets.js.map
@@ -6205,4 +6205,3 @@ export var SOCIAL_MEDIA_LINKS = {
6205
6205
  linkedin: 'https://www.linkedin.com/company/tappayments/mycompany/',
6206
6206
  instagram: 'https://www.instagram.com/tappayments/'
6207
6207
  };
6208
- //# sourceMappingURL=dummy.js.map
@@ -1,4 +1,3 @@
1
1
  export * from './assets';
2
2
  export * from './app';
3
3
  export * from './dummy';
4
- //# sourceMappingURL=index.js.map
@@ -16,4 +16,3 @@ export var midSlice = createSlice({
16
16
  export var _b = _a = midSlice.actions;
17
17
  export default midSlice.reducer;
18
18
  export var midSelector = function (state) { return state.mid; };
19
- //# sourceMappingURL=midStore.js.map
@@ -9,6 +9,7 @@ var __assign = (this && this.__assign) || function () {
9
9
  };
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
+ import { jsx as _jsx } from "react/jsx-runtime";
12
13
  import React, { memo } from 'react';
13
14
  import { useTranslation } from 'react-i18next';
14
15
  import { styled } from '@mui/material/styles';
@@ -36,19 +37,14 @@ var Connect = memo(function (props) {
36
37
  var t = useTranslation().t;
37
38
  var open = React.useState(true)[0];
38
39
  console.log('connect config', props);
39
- return (React.createElement(ThemeProvider, { theme: theme },
40
- React.createElement(AnimationFlow, { open: open, breakpoint: 'sm', footer: React.createElement(FooterStyled, { onSwitchLanguage: function () { }, followUsTitle: t('follow_us'), language: t('language') }) },
41
- React.createElement(Container, null,
42
- React.createElement(MID, null)))));
40
+ return (_jsx(ThemeProvider, __assign({ theme: theme }, { children: _jsx(AnimationFlow, __assign({ open: open, breakpoint: 'sm', footer: _jsx(FooterStyled, { onSwitchLanguage: function () { }, followUsTitle: t('follow_us'), language: t('language') }) }, { children: _jsx(Container, { children: _jsx(MID, {}) }) })) })));
43
41
  });
44
42
  export function ConnectLib(props) {
45
- return (React.createElement(ReduxProvider, { store: store },
46
- React.createElement(Connect, __assign({}, props))));
43
+ return (_jsx(ReduxProvider, __assign({ store: store }, { children: _jsx(Connect, __assign({}, props)) })));
47
44
  }
48
45
  export function renderConnectLib(config, elementId) {
49
- reactElement(elementId).render(React.createElement(ConnectLib, __assign({}, config)));
46
+ reactElement(elementId).render(_jsx(ConnectLib, __assign({}, config)));
50
47
  }
51
48
  export function unmountConnectLib(elementId) {
52
49
  reactElement(elementId).unmount();
53
50
  }
54
- //# sourceMappingURL=Connect.js.map
@@ -1,2 +1 @@
1
1
  export * from './Connect';
2
- //# sourceMappingURL=index.js.map
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
23
24
  import * as React from 'react';
24
25
  import Box from '@mui/material/Box';
25
26
  import { alpha, styled } from '@mui/material/styles';
@@ -143,20 +144,8 @@ var BusinessCountry = React.forwardRef(function (_a, ref) {
143
144
  onSelect && onSelect(country);
144
145
  onCloseCountrySelect();
145
146
  };
146
- return (React.createElement(Collapse, { in: rest.show, unmountOnExit: true, timeout: 500 },
147
- React.createElement(BoxStyled, { ref: ref },
148
- React.createElement(LabelContainerStyled, null,
149
- React.createElement(InputLabelStyled, null, t('business_country_label'))),
150
- React.createElement(InputStyled, { readOnly: true, onClick: !!anchorEl ? function () { return onCloseCountrySelect(); } : onOpenCountrySelect, startAdornment: React.createElement(CountrySpanStyled, null,
151
- React.createElement(CountryIconStyled, { src: (selected === null || selected === void 0 ? void 0 : selected.logo) || '' })), endAdornment: React.createElement(ExpandIcon, { anchorEl: anchorEl }), placeholder: 'business_country_placeholder', value: (isAR ? (_b = selected === null || selected === void 0 ? void 0 : selected.name) === null || _b === void 0 ? void 0 : _b.arabic : (_c = selected === null || selected === void 0 ? void 0 : selected.name) === null || _c === void 0 ? void 0 : _c.english) || '' }),
152
- React.createElement(Collapse, { in: !!anchorEl, unmountOnExit: true, timeout: 300 },
153
- React.createElement(SimpleList, { list: businessCountries, onSelectItem: onSelectItem, renderItem: function (item) {
154
- return (React.createElement(React.Fragment, null,
155
- React.createElement(CountryItemContainer, null,
156
- React.createElement(CountryIconStyled, { src: item.logo, alt: item.iso3 }),
157
- React.createElement(CountryNameText, { isSelected: (item === null || item === void 0 ? void 0 : item.idd_prefix) === (selected === null || selected === void 0 ? void 0 : selected.idd_prefix) }, isAR ? item.name.arabic : item.name.english)),
158
- item.idd_prefix === (selected === null || selected === void 0 ? void 0 : selected.idd_prefix) && React.createElement(CheckIconStyled, null)));
159
- } })))));
147
+ return (_jsx(Collapse, __assign({ in: rest.show, unmountOnExit: true, timeout: 500 }, { children: _jsxs(BoxStyled, __assign({ ref: ref }, { children: [_jsx(LabelContainerStyled, { children: _jsx(InputLabelStyled, { children: t('business_country_label') }) }), _jsx(InputStyled, { readOnly: true, onClick: !!anchorEl ? function () { return onCloseCountrySelect(); } : onOpenCountrySelect, startAdornment: _jsx(CountrySpanStyled, { children: _jsx(CountryIconStyled, { src: (selected === null || selected === void 0 ? void 0 : selected.logo) || '' }) }), endAdornment: _jsx(ExpandIcon, { anchorEl: anchorEl }), placeholder: 'business_country_placeholder', value: (isAR ? (_b = selected === null || selected === void 0 ? void 0 : selected.name) === null || _b === void 0 ? void 0 : _b.arabic : (_c = selected === null || selected === void 0 ? void 0 : selected.name) === null || _c === void 0 ? void 0 : _c.english) || '' }), _jsx(Collapse, __assign({ in: !!anchorEl, unmountOnExit: true, timeout: 300 }, { children: _jsx(SimpleList, { list: businessCountries, onSelectItem: onSelectItem, renderItem: function (item) {
148
+ return (_jsxs(_Fragment, { children: [_jsxs(CountryItemContainer, { children: [_jsx(CountryIconStyled, { src: item.logo, alt: item.iso3 }), _jsx(CountryNameText, __assign({ isSelected: (item === null || item === void 0 ? void 0 : item.idd_prefix) === (selected === null || selected === void 0 ? void 0 : selected.idd_prefix) }, { children: isAR ? item.name.arabic : item.name.english }))] }), item.idd_prefix === (selected === null || selected === void 0 ? void 0 : selected.idd_prefix) && _jsx(CheckIconStyled, {})] }));
149
+ } }) }))] })) })));
160
150
  });
161
151
  export default React.memo(BusinessCountry);
162
- //# sourceMappingURL=BusinessCountry.js.map
@@ -1,3 +1,15 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
13
  import * as React from 'react';
2
14
  import Box from '@mui/material/Box';
3
15
  import { useTranslation } from 'react-i18next';
@@ -70,18 +82,9 @@ var IDNumber = React.forwardRef(function (_a, ref) {
70
82
  var handleBirthDateChange = function (data) {
71
83
  onBirthDateChange === null || onBirthDateChange === void 0 ? void 0 : onBirthDateChange(data);
72
84
  };
73
- return (React.createElement(Collapse, { in: show, unmountOnExit: true, timeout: 500 },
74
- React.createElement(BoxStyled, { ref: ref },
75
- React.createElement(LabelContainerStyled, null,
76
- React.createElement(InputLabelStyled, null, t('id_number_label')),
77
- React.createElement(Tooltip, { title: t('switch_to_mobile') },
78
- React.createElement(IconStyled, { onClick: onSwitchToMobileNumber, alt: 'switcher icon', src: ICONS_NAMES.MOBILE_IMAGE }))),
79
- React.createElement(InputStyled, { dir: 'ltr', inputProps: { maxLength: ID_NUMBER_LENGTH }, onChange: handleIdChange, value: idValue, endAdornment: idValue && React.createElement(ClearIconStyled, { onClick: clearIdNumber }), placeholder: '0000000000' }),
80
- React.createElement(InputLabelStyled, { sx: { p: function (_a) {
81
- var spacing = _a.spacing;
82
- return spacing(2.5, 2.5, 1.5, 2.5);
83
- } } }, t('date_of_birth')),
84
- React.createElement(DatePicker, { defaultValue: new Date('2000-01-01'), readOnly: true, dir: 'ltr', locale: 'en', onDateChange: handleBirthDateChange }))));
85
+ return (_jsx(Collapse, __assign({ in: show, unmountOnExit: true, timeout: 500 }, { children: _jsxs(BoxStyled, __assign({ ref: ref }, { children: [_jsxs(LabelContainerStyled, { children: [_jsx(InputLabelStyled, { children: t('id_number_label') }), _jsx(Tooltip, __assign({ title: t('switch_to_mobile') }, { children: _jsx(IconStyled, { onClick: onSwitchToMobileNumber, alt: 'switcher icon', src: ICONS_NAMES.MOBILE_IMAGE }) }))] }), _jsx(InputStyled, { dir: 'ltr', inputProps: { maxLength: ID_NUMBER_LENGTH }, onChange: handleIdChange, value: idValue, endAdornment: idValue && _jsx(ClearIconStyled, { onClick: clearIdNumber }), placeholder: '0000000000' }), _jsx(InputLabelStyled, __assign({ sx: { p: function (_a) {
86
+ var spacing = _a.spacing;
87
+ return spacing(2.5, 2.5, 1.5, 2.5);
88
+ } } }, { children: t('date_of_birth') })), _jsx(DatePicker, { defaultValue: new Date('2000-01-01'), readOnly: true, dir: 'ltr', locale: 'en', onDateChange: handleBirthDateChange })] })) })));
85
89
  });
86
90
  export default React.memo(IDNumber);
87
- //# sourceMappingURL=IDNumber.js.map
@@ -1,3 +1,15 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
13
  import * as React from 'react';
2
14
  import Box from '@mui/material/Box';
3
15
  import { useForm } from 'react-hook-form';
@@ -47,14 +59,6 @@ var MID = function (_a) {
47
59
  };
48
60
  var isBusinessListActive = listType === ListType.BusinessList;
49
61
  var isCountryListActive = listType === ListType.CountryCodeList;
50
- return (React.createElement(BoxStyled, null,
51
- React.createElement(MIDTitle, { show: !(isBusinessListActive || isCountryListActive), title: t('Welcome to Tap Payments'), description: t('Help us to get your information to start collecting online payments') }),
52
- React.createElement(Form, null,
53
- React.createElement(BusinessCountry, { control: control, show: !isCountryListActive, defaultCountry: defaultCountry, countries: businessCountries, onSelect: onSelectBusinessCountry, onOpenBusinessCountryList: function () { return handleMenuListClick(ListType.BusinessList); }, onCloseBusinessCountryList: function () { return handleMenuListClick(); } }),
54
- React.createElement(Slide, { direction: 'right', timeout: { exit: 300, appear: 500, enter: 300 }, in: !isNID, mountOnEnter: true, unmountOnExit: true },
55
- React.createElement(MobileNumber, { control: control, show: !isBusinessListActive, countries: countriesCode, defaultCountry: defaultCountry, onSwitchToIdNumber: function () { return setIsNID(true); }, onMobileChange: onMobileChange, onSelect: onSelectCountryCode, onOpenCountryList: function () { return handleMenuListClick(ListType.CountryCodeList); }, onCloseCountryList: function () { return handleMenuListClick(); } })),
56
- React.createElement(Slide, { direction: 'left', in: isNID, timeout: { exit: 300, appear: 500, enter: 300 }, mountOnEnter: true, unmountOnExit: true },
57
- React.createElement(IDNumber, { control: control, show: !(isBusinessListActive || isCountryListActive), onSwitchToMobileNumber: function () { return setIsNID(false); }, onIdChange: onNIDChange, onBirthDateChange: onBirthDateChange })))));
62
+ return (_jsxs(BoxStyled, { children: [_jsx(MIDTitle, { show: !(isBusinessListActive || isCountryListActive), title: t('Welcome to Tap Payments'), description: t('Help us to get your information to start collecting online payments') }), _jsxs(Form, { children: [_jsx(BusinessCountry, { control: control, show: !isCountryListActive, defaultCountry: defaultCountry, countries: businessCountries, onSelect: onSelectBusinessCountry, onOpenBusinessCountryList: function () { return handleMenuListClick(ListType.BusinessList); }, onCloseBusinessCountryList: function () { return handleMenuListClick(); } }), _jsx(Slide, __assign({ direction: 'right', timeout: { exit: 300, appear: 500, enter: 300 }, in: !isNID, mountOnEnter: true, unmountOnExit: true }, { children: _jsx(MobileNumber, { control: control, show: !isBusinessListActive, countries: countriesCode, defaultCountry: defaultCountry, onSwitchToIdNumber: function () { return setIsNID(true); }, onMobileChange: onMobileChange, onSelect: onSelectCountryCode, onOpenCountryList: function () { return handleMenuListClick(ListType.CountryCodeList); }, onCloseCountryList: function () { return handleMenuListClick(); } }) })), _jsx(Slide, __assign({ direction: 'left', in: isNID, timeout: { exit: 300, appear: 500, enter: 300 }, mountOnEnter: true, unmountOnExit: true }, { children: _jsx(IDNumber, { control: control, show: !(isBusinessListActive || isCountryListActive), onSwitchToMobileNumber: function () { return setIsNID(false); }, onIdChange: onNIDChange, onBirthDateChange: onBirthDateChange }) }))] })] }));
58
63
  };
59
64
  export default React.memo(MID);
60
- //# sourceMappingURL=MID.js.map
@@ -9,6 +9,7 @@ var __assign = (this && this.__assign) || function () {
9
9
  };
10
10
  return __assign.apply(this, arguments);
11
11
  };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
12
13
  import * as React from 'react';
13
14
  import { styled, alpha } from '@mui/material/styles';
14
15
  import Collapse from '@mui/material/Collapse';
@@ -23,9 +24,6 @@ var DescriptionStyled = styled(Text)(function (_a) {
23
24
  });
24
25
  var MIDTitle = function (_a) {
25
26
  var description = _a.description, show = _a.show, title = _a.title;
26
- return (React.createElement(Collapse, { in: show, unmountOnExit: true, timeout: 500 },
27
- React.createElement(TitleStyled, null, title),
28
- React.createElement(DescriptionStyled, null, description)));
27
+ return (_jsxs(Collapse, __assign({ in: show, unmountOnExit: true, timeout: 500 }, { children: [_jsx(TitleStyled, { children: title }), _jsx(DescriptionStyled, { children: description })] })));
29
28
  };
30
29
  export default React.memo(MIDTitle);
31
- //# sourceMappingURL=MIDTitle.js.map
@@ -20,6 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
23
24
  import * as React from 'react';
24
25
  import Box from '@mui/material/Box';
25
26
  import { useTranslation } from 'react-i18next';
@@ -165,28 +166,11 @@ var MobileNumber = React.forwardRef(function (_a, ref) {
165
166
  onSelect && onSelect(country);
166
167
  onCloseCountryList();
167
168
  };
168
- return (React.createElement(Collapse, { in: rest.show, unmountOnExit: true, timeout: 500 },
169
- React.createElement(BoxStyled, { ref: ref },
170
- React.createElement(LabelContainerStyled, null,
171
- React.createElement(InputLabelStyled, null, t('mobile_number_label')),
172
- React.createElement(Collapse, { in: !anchorEl, timeout: 500, unmountOnExit: true },
173
- React.createElement(Tooltip, { title: t('switch_to_id') },
174
- React.createElement(IconStyled, { onClick: rest.onSwitchToIdNumber, alt: 'switcher icon', src: ICONS_NAMES.ID_IMAGE })))),
175
- React.createElement(InputStyled, { dir: 'ltr', inputProps: { maxLength: (selected === null || selected === void 0 ? void 0 : selected.digits) || 10 }, onChange: onPhoneNumberChange, value: mobileValue, startAdornment: React.createElement(CountryCodeStyled, { onClick: onOpenCountryList }, "+".concat(selected === null || selected === void 0 ? void 0 : selected.idd_prefix),
176
- React.createElement(ExpandIcon, { anchorEl: anchorEl })), endAdornment: mobileValue && React.createElement(ClearIconStyled, { onClick: clearMobileNumber }), placeholder: "".concat((selected === null || selected === void 0 ? void 0 : selected.iso2) === 'SA' ? '5' : '0', "00000000") }),
177
- React.createElement(Collapse, { in: !!anchorEl, unmountOnExit: true, timeout: 300 },
178
- React.createElement(SimpleList, { list: countriesCode, onSelectItem: onSelectItem, renderItem: function (item) {
179
- return (React.createElement(React.Fragment, null,
180
- React.createElement(CountryItemContainer, null,
181
- React.createElement(CountryCodeText, { sx: { width: function (_a) {
182
- var spacing = _a.spacing;
183
- return spacing(10);
184
- } }, isSelected: (item === null || item === void 0 ? void 0 : item.idd_prefix) === (selected === null || selected === void 0 ? void 0 : selected.idd_prefix) },
185
- "+",
186
- item.idd_prefix),
187
- React.createElement(CountryNameText, { isSelected: (item === null || item === void 0 ? void 0 : item.idd_prefix) === (selected === null || selected === void 0 ? void 0 : selected.idd_prefix) }, isAR ? item.name.arabic : item.name.english)),
188
- item.idd_prefix === (selected === null || selected === void 0 ? void 0 : selected.idd_prefix) && React.createElement(CheckIconStyled, null)));
189
- } })))));
169
+ return (_jsx(Collapse, __assign({ in: rest.show, unmountOnExit: true, timeout: 500 }, { children: _jsxs(BoxStyled, __assign({ ref: ref }, { children: [_jsxs(LabelContainerStyled, { children: [_jsx(InputLabelStyled, { children: t('mobile_number_label') }), _jsx(Collapse, __assign({ in: !anchorEl, timeout: 500, unmountOnExit: true }, { children: _jsx(Tooltip, __assign({ title: t('switch_to_id') }, { children: _jsx(IconStyled, { onClick: rest.onSwitchToIdNumber, alt: 'switcher icon', src: ICONS_NAMES.ID_IMAGE }) })) }))] }), _jsx(InputStyled, { dir: 'ltr', inputProps: { maxLength: (selected === null || selected === void 0 ? void 0 : selected.digits) || 10 }, onChange: onPhoneNumberChange, value: mobileValue, startAdornment: _jsxs(CountryCodeStyled, __assign({ onClick: onOpenCountryList }, { children: ["+".concat(selected === null || selected === void 0 ? void 0 : selected.idd_prefix), _jsx(ExpandIcon, { anchorEl: anchorEl })] })), endAdornment: mobileValue && _jsx(ClearIconStyled, { onClick: clearMobileNumber }), placeholder: "".concat((selected === null || selected === void 0 ? void 0 : selected.iso2) === 'SA' ? '5' : '0', "00000000") }), _jsx(Collapse, __assign({ in: !!anchorEl, unmountOnExit: true, timeout: 300 }, { children: _jsx(SimpleList, { list: countriesCode, onSelectItem: onSelectItem, renderItem: function (item) {
170
+ return (_jsxs(_Fragment, { children: [_jsxs(CountryItemContainer, { children: [_jsxs(CountryCodeText, __assign({ sx: { width: function (_a) {
171
+ var spacing = _a.spacing;
172
+ return spacing(10);
173
+ } }, isSelected: (item === null || item === void 0 ? void 0 : item.idd_prefix) === (selected === null || selected === void 0 ? void 0 : selected.idd_prefix) }, { children: ["+", item.idd_prefix] })), _jsx(CountryNameText, __assign({ isSelected: (item === null || item === void 0 ? void 0 : item.idd_prefix) === (selected === null || selected === void 0 ? void 0 : selected.idd_prefix) }, { children: isAR ? item.name.arabic : item.name.english }))] }), item.idd_prefix === (selected === null || selected === void 0 ? void 0 : selected.idd_prefix) && _jsx(CheckIconStyled, {})] }));
174
+ } }) }))] })) })));
190
175
  });
191
176
  export default React.memo(MobileNumber);
192
- //# sourceMappingURL=MobileNumber.js.map
@@ -1,3 +1,2 @@
1
1
  import MID from './MID';
2
2
  export default MID;
3
- //# sourceMappingURL=index.js.map
@@ -1,3 +1,15 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
13
  import Box from '@mui/material/Box/Box';
2
14
  import { styled } from '@mui/material/styles';
3
15
  import OTPField from '../../../../components/OTPField';
@@ -56,16 +68,9 @@ var OTP = React.forwardRef(function (_a, ref) {
56
68
  seOtpValue(otp);
57
69
  onOTPChange === null || onOTPChange === void 0 ? void 0 : onOTPChange(otp);
58
70
  };
59
- return (React.createElement(BoxStyled, { ref: ref },
60
- React.createElement(OTPTitleContainerStyled, { dir: i18n.dir() },
61
- React.createElement(OTPTitleStyled, null,
62
- t('ide_opt_sent_title'),
63
- " ",
64
- React.createElement("span", { dir: 'ltr' }, phone))),
65
- React.createElement(OTPStyled, { value: otpValue, onChange: function (number) { return handleOnOTPChange(number.toString()); } })));
71
+ return (_jsxs(BoxStyled, __assign({ ref: ref }, { children: [_jsx(OTPTitleContainerStyled, __assign({ dir: i18n.dir() }, { children: _jsxs(OTPTitleStyled, { children: [t('ide_opt_sent_title'), " ", _jsx("span", __assign({ dir: 'ltr' }, { children: phone }))] }) })), _jsx(OTPStyled, { value: otpValue, onChange: function (number) { return handleOnOTPChange(number.toString()); } })] })));
66
72
  });
67
73
  OTP.defaultProps = {
68
74
  phone: '+996564656085'
69
75
  };
70
76
  export default React.memo(OTP);
71
- //# sourceMappingURL=OTP.js.map
@@ -1,3 +1,2 @@
1
1
  import OTP from './OTP';
2
2
  export default OTP;
3
- //# sourceMappingURL=index.js.map
@@ -1,4 +1,3 @@
1
1
  export * from './useThemeMode';
2
2
  export * from './useAppTheme';
3
3
  export * from './useAppTheme';
4
- //# sourceMappingURL=index.js.map
@@ -11,4 +11,3 @@ export var useAppTheme = function () {
11
11
  }, [data.skin, data.language]);
12
12
  return { theme: theme };
13
13
  };
14
- //# sourceMappingURL=useAppTheme.js.map
@@ -5,4 +5,3 @@ export var useThemeMode = function () {
5
5
  var isLight = theme.palette.mode === 'light';
6
6
  return { isDark: isDark, isLight: isLight };
7
7
  };
8
- //# sourceMappingURL=useThemeMode.js.map
package/build/i18n.js CHANGED
@@ -32,4 +32,3 @@ i18n
32
32
  }
33
33
  });
34
34
  export default i18n;
35
- //# sourceMappingURL=i18n.js.map
package/build/index.js CHANGED
@@ -6,4 +6,3 @@ window['TapAuth'] = {
6
6
  renderConnectLib: renderConnectLib,
7
7
  unmountConnectLib: unmountConnectLib
8
8
  };
9
- //# sourceMappingURL=index.js.map
@@ -8,4 +8,3 @@ export var components = {
8
8
  }
9
9
  }
10
10
  };
11
- //# sourceMappingURL=components.js.map
@@ -1,2 +1 @@
1
1
  export { appTheme } from './theme';
2
- //# sourceMappingURL=index.js.map
@@ -54,4 +54,3 @@ export var darkPalette = {
54
54
  main: '#007aff'
55
55
  }
56
56
  };
57
- //# sourceMappingURL=palette.js.map
@@ -25,4 +25,3 @@ export var shadows = [
25
25
  '0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12)',
26
26
  '0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12)'
27
27
  ];
28
- //# sourceMappingURL=shadows.js.map
@@ -33,4 +33,3 @@ export var appTheme = function (mode, dir) {
33
33
  }
34
34
  });
35
35
  };
36
- //# sourceMappingURL=theme.js.map
@@ -29,4 +29,3 @@ export var typography = {
29
29
  caption: { fontSize: '0.75rem' },
30
30
  overline: { fontSize: '0.75rem' }
31
31
  };
32
- //# sourceMappingURL=typography.js.map
@@ -32,4 +32,3 @@ export var splitString = function (string, splitter) {
32
32
  return [];
33
33
  return string.split(splitter);
34
34
  };
35
- //# sourceMappingURL=array.js.map
@@ -24,4 +24,3 @@ export var scrollDown = function (elementId) {
24
24
  return;
25
25
  el.scrollTop = 0;
26
26
  };
27
- //# sourceMappingURL=html.js.map
@@ -5,4 +5,3 @@ export * from './object';
5
5
  export * from './html';
6
6
  export * from './validation';
7
7
  export * from './string';
8
- //# sourceMappingURL=index.js.map
@@ -5,4 +5,3 @@ export var compareTwoObjects = function (obj1, obj2) {
5
5
  return false;
6
6
  return JSON.stringify(obj1) === JSON.stringify(obj2);
7
7
  };
8
- //# sourceMappingURL=object.js.map
@@ -19,4 +19,3 @@ export var clearStoredData = function () {
19
19
  export var getStoredDataKeys = function () {
20
20
  return Object.keys(localStorage);
21
21
  };
22
- //# sourceMappingURL=storage.js.map
@@ -1,4 +1,3 @@
1
1
  export var removeAllCharsFromNumber = function (str) {
2
2
  return str.replace(/[^0-9]/g, '');
3
3
  };
4
- //# sourceMappingURL=string.js.map
@@ -1,2 +1 @@
1
1
  export var pxToRem = function (px) { return "".concat(px / 16, "rem"); };
2
- //# sourceMappingURL=style.js.map
@@ -1,4 +1,3 @@
1
1
  export var isNumber = function (value) {
2
2
  return value.match(/^[0-9]+$/g) !== null;
3
3
  };
4
- //# sourceMappingURL=validation.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",
@@ -1 +0,0 @@
1
- {"version":3,"file":"app.js","sourceRoot":"","sources":["../../src/@types/app.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/@types/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,OAAO,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"redux.js","sourceRoot":"","sources":["../../src/@types/redux.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"theme.js","sourceRoot":"","sources":["../../src/@types/theme.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"hooks.js","sourceRoot":"","sources":["../../src/app/hooks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwB,WAAW,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAI5E,MAAM,CAAC,IAAM,cAAc,GAAG,cAAM,OAAA,WAAW,EAAe,EAA1B,CAA0B,CAAA;AAC9D,MAAM,CAAC,IAAM,cAAc,GAAoC,WAAW,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"rootReducer.js","sourceRoot":"","sources":["../../src/app/rootReducer.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAA;AACjC,OAAO,GAAG,MAAM,4BAA4B,CAAA;AAE5C,IAAM,WAAW,GAAG;IACnB,QAAQ,UAAA;IACR,GAAG,KAAA;CACH,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"settings.js","sourceRoot":"","sources":["../../src/app/settings.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAA;AAG9C,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAQ/C,IAAM,YAAY,GAAkB;IACnC,KAAK,EAAE,IAAI;IACX,OAAO,EAAE,KAAK;IACd,IAAI,EAAE;QACL,IAAI,EAAE,aAAa,CAAC,kBAAkB,CAAC,SAAS,CAAC,IAAI,OAAO;QAC5D,QAAQ,EAAE,aAAa,CAAC,kBAAkB,CAAC,YAAY,CAAC,IAAI,IAAI;KAChE;CACD,CAAA;AAED,MAAM,CAAC,IAAM,aAAa,GAAG,WAAW,CAAC;IACxC,IAAI,EAAE,UAAU;IAChB,YAAY,cAAA;IACZ,QAAQ,EAAE;QACT,UAAU,EAAE,UAAC,KAAoB,EAAE,MAA8B;YAChE,KAAK,CAAC,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,OAAO,CAAA;YAChC,SAAS,CAAC,kBAAkB,CAAC,SAAS,EAAE,MAAM,CAAC,OAAO,CAAC,CAAA;QACxD,CAAC;QACD,cAAc,EAAE,UAAC,KAAoB,EAAE,MAAiC;YACvE,KAAK,CAAC,IAAI,CAAC,QAAQ,GAAG,MAAM,CAAC,OAAO,CAAA;YACpC,SAAS,CAAC,kBAAkB,CAAC,YAAY,EAAE,MAAM,CAAC,OAAO,CAAC,CAAA;QAC3D,CAAC;KACD;IACD,aAAa,EAAE,UAAC,OAAO;QACtB,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,CAAA;IACrB,CAAC;CACD,CAAC,CAAA;AAEF,MAAM,CAAS,IAAA,UAAU,IAAZ,KAAiC,aAAa,CAAC,OAAO,gBAA1C,EAAE,cAAc,oBAAA,CAA0B;AACnE,eAAe,aAAa,CAAC,OAAO,CAAA;AAEpC,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,KAAgB,IAAK,OAAA,KAAK,CAAC,QAAyB,EAA/B,CAA+B,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"store.js","sourceRoot":"","sources":["../../src/app/store.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAuB,MAAM,kBAAkB,CAAA;AACtE,OAAO,WAAW,MAAM,eAAe,CAAA;AAEvC,MAAM,CAAC,IAAM,KAAK,GAAG,cAAc,CAAC;IACnC,OAAO,EAAE,WAAW;IAEpB,QAAQ,EAAE,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY;IAC/C,UAAU,EAAE,UAAC,oBAAoB;QAChC,OAAO,oBAAoB,CAAC;YAC3B,iBAAiB,EAAE,KAAK;SACxB,CAAC,CAAA;IACH,CAAC;CACD,CAAC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AnimationFlow.js","sourceRoot":"","sources":["../../../src/components/AnimationFlow/AnimationFlow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAA;AAC/C,OAAO,aAAa,MAAM,6BAA6B,CAAA;AACvD,OAAO,MAAM,MAAM,UAAU,CAAA;AAC7B,OAAO,WAAW,MAAM,eAAe,CAAA;AAUvC,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EAAgE;QAA9D,IAAI,UAAA,EAAE,QAAQ,cAAA,EAAE,UAAU,gBAAA,EAAE,IAAI,UAAA,EAAE,MAAM,YAAA;IAC/E,IAAM,KAAK,GAAG,QAAQ,EAAE,CAAA;IACxB,IAAM,OAAO,GAAG,aAAa,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,IAAI,IAAI,CAAC,CAAC,CAAA;IAEzE,IAAI,IAAI,KAAK,OAAO,EAAE;QACrB,OAAO,CACN,oBAAC,MAAM,IAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,IAChC,QAAQ,CACD,CACT,CAAA;KACD;IACD,IAAI,IAAI,KAAK,aAAa,EAAE;QAC3B,OAAO,oBAAC,WAAW,IAAC,IAAI,EAAE,IAAI,IAAG,QAAQ,CAAe,CAAA;KACxD;IACD,OAAO,OAAO,CAAC,CAAC,CAAC,CAChB,oBAAC,WAAW,IAAC,IAAI,EAAE,IAAI,IAAG,QAAQ,CAAe,CACjD,CAAC,CAAC,CAAC,CACH,oBAAC,MAAM,IAAC,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,IAChC,QAAQ,CACD,CACT,CAAA;AACF,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"BottomSheet.js","sourceRoot":"","sources":["../../../src/components/AnimationFlow/BottomSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AACvD,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAC7C,OAAO,0CAA0C,CAAA;AAMjD,IAAM,iBAAiB,GAAG,MAAM,CAAC,WAAW,CAAC,CAAC,UAAC,EAAS;QAAP,KAAK,WAAA;IAAO,OAAA,CAAC;QAC7D,2BAA2B,EAAE;YAC5B,KAAK,EAAE,MAAM;SACb;KACD,CAAC;AAJ2D,CAI3D,CAAC,CAAA;AAEH,IAAM,oBAAoB,GAAG,UAAC,EAAoC;QAAlC,IAAI,UAAA,EAAE,QAAQ,cAAA;IAC7C,OAAO,CACN,oBAAC,iBAAiB,IAAC,IAAI,EAAE,IAAI,EAAE,UAAU,EAAE,UAAC,EAAa;gBAAX,SAAS,eAAA;YAAO,OAAA,CAAC,SAAS,GAAG,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;QAAhC,CAAgC,IAC5F,QAAQ,CACU,CACpB,CAAA;AACF,CAAC,CAAA;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,oBAAoB,CAAC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Dialog.js","sourceRoot":"","sources":["../../../src/components/AnimationFlow/Dialog.tsx"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/AnimationFlow/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAA;AAE3C,eAAe,aAAa,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Button.js","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,MAAuB,MAAM,sBAAsB,CAAA;AAC1D,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAE7C,IAAM,YAAY,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,UAAC,EAAS;QAAP,KAAK,WAAA;IAAO,OAAA,CAAC;QACnD,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;QACjC,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;QAC3C,SAAS,EAAE;YACV,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;SAC3C;QACD,UAAU,EAAE;YACX,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI;SAC3C;KACD,CAAC;AATiD,CASjD,CAAC,CAAA;AAIH,IAAM,eAAe,GAAG,UAAC,EAAkC;IAAhC,IAAA,QAAQ,cAAA,EAAK,IAAI,cAAnB,YAAqB,CAAF;IAC3C,OAAO,oBAAC,YAAY,eAAK,IAAI,GAAG,QAAQ,CAAgB,CAAA;AACzD,CAAC,CAAA;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,eAAe,CAAC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Button/index.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAA;AAI7B,eAAe,MAAM,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CheckBox.js","sourceRoot":"","sources":["../../../src/components/CheckBox/CheckBox.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAC7C,OAAO,QAA2B,MAAM,iCAAiC,CAAA;AAEzE,IAAM,cAAc,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC,UAAC,EAAS;QAAP,KAAK,WAAA;IAAO,OAAA,CAAC;QACvD,kBAAkB,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;QACtC,gBAAgB,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC;QACrC,gBAAgB,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC;KACpC,CAAC;AAJqD,CAIrD,CAAC,CAAA;AAIH,IAAM,iBAAiB,GAAG,UAAC,EAA0B;QAArB,IAAI,cAAT,EAAW,CAAF;IACnC,OAAO,oBAAC,cAAc,eAAK,IAAI,EAAmB,CAAA;AACnD,CAAC,CAAA;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/CheckBox/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAA;AAIjC,eAAe,QAAQ,CAAA"}