fln-espranza 0.0.35 → 0.0.37

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 (86) hide show
  1. package/.expo/README.md +15 -15
  2. package/.expo/settings.json +8 -8
  3. package/components/Avatar.tsx +43 -43
  4. package/components/BaseLayout.tsx +174 -174
  5. package/components/Drawer.tsx +116 -116
  6. package/components/EBadge.tsx +24 -24
  7. package/components/EButton.tsx +70 -71
  8. package/components/EDateAndTimeCard.tsx +51 -51
  9. package/components/EDateInput.tsx +55 -55
  10. package/components/EEmptyPlaceholder.tsx +21 -21
  11. package/components/EErrorText.tsx +19 -19
  12. package/components/EInfoBox.tsx +41 -41
  13. package/components/EInput.tsx +54 -52
  14. package/components/ELabel.tsx +15 -15
  15. package/components/EListPerson.tsx +52 -52
  16. package/components/EListSchool.tsx +35 -35
  17. package/components/EOption.tsx +98 -98
  18. package/components/EOtpInputBox.tsx +49 -49
  19. package/components/EPageDescription.tsx +19 -19
  20. package/components/EPillButton.tsx +33 -33
  21. package/components/EProfile.tsx +62 -62
  22. package/components/EProfileScreenLayout.tsx +111 -111
  23. package/components/EProgressBar.tsx +33 -33
  24. package/components/EQuestionSerialNumberLabel.tsx +17 -17
  25. package/components/EQuestionText.tsx +14 -14
  26. package/components/ESegment.tsx +36 -36
  27. package/components/EText.tsx +41 -41
  28. package/components/ETextArea.tsx +53 -53
  29. package/components/ETimeInput.tsx +54 -55
  30. package/components/ETimeLineCard.tsx +66 -66
  31. package/components/ListFormView.tsx +36 -36
  32. package/components/Loader.tsx +31 -31
  33. package/components/MenuItems.tsx +46 -46
  34. package/components/PageHeader.tsx +123 -123
  35. package/components/ProfileHeader.tsx +85 -85
  36. package/components/SecondaryBaseLayout.tsx +106 -106
  37. package/components/Timer.tsx +56 -56
  38. package/components/icons/EIconAdd.jsx +19 -19
  39. package/components/icons/EIconAddCircle.jsx +21 -21
  40. package/components/icons/EIconApplicationStatus.jsx +20 -20
  41. package/components/icons/EIconArrowDown.jsx +20 -20
  42. package/components/icons/EIconArrowLeft.jsx +21 -21
  43. package/components/icons/EIconArrowRight.jsx +21 -21
  44. package/components/icons/EIconArrowUp.jsx +20 -20
  45. package/components/icons/EIconBadge.jsx +20 -20
  46. package/components/icons/EIconBell.jsx +19 -19
  47. package/components/icons/EIconCalendar.jsx +21 -21
  48. package/components/icons/EIconCalendarCheck.jsx +24 -24
  49. package/components/icons/EIconCamera.jsx +20 -20
  50. package/components/icons/EIconCameraRotate.jsx +23 -23
  51. package/components/icons/EIconCheck.jsx +19 -19
  52. package/components/icons/EIconCheckCircle.jsx +20 -20
  53. package/components/icons/EIconCheckFill.jsx +19 -19
  54. package/components/icons/EIconChevronDown.jsx +19 -19
  55. package/components/icons/EIconChevronLeft.jsx +19 -19
  56. package/components/icons/EIconChevronRight.jsx +19 -19
  57. package/components/icons/EIconChevronUp.jsx +19 -19
  58. package/components/icons/EIconClock.jsx +19 -19
  59. package/components/icons/EIconClose.jsx +19 -19
  60. package/components/icons/EIconDashboard.jsx +20 -20
  61. package/components/icons/EIconDocumentCheck.jsx +14 -14
  62. package/components/icons/EIconEdit.jsx +19 -19
  63. package/components/icons/EIconFemale.jsx +20 -20
  64. package/components/icons/EIconFile.jsx +21 -21
  65. package/components/icons/EIconInfo.jsx +20 -20
  66. package/components/icons/EIconLogout.jsx +19 -19
  67. package/components/icons/EIconMale.jsx +21 -21
  68. package/components/icons/EIconMenu.jsx +19 -19
  69. package/components/icons/EIconMinus.jsx +19 -19
  70. package/components/icons/EIconPin.jsx +19 -19
  71. package/components/icons/EIconProfile.jsx +19 -19
  72. package/components/icons/EIconSchool.jsx +24 -24
  73. package/components/icons/EIconSearch.jsx +19 -19
  74. package/components/icons/EIconSettings.jsx +20 -20
  75. package/components/icons/EIconShare.jsx +21 -21
  76. package/components/icons/EIconStudent.jsx +23 -23
  77. package/components/icons/EIconSubject.jsx +21 -21
  78. package/components/icons/EIconTeach.jsx +21 -21
  79. package/components/icons/EIconTrash.jsx +19 -19
  80. package/components/icons/EIconUserCard.jsx +19 -19
  81. package/components/icons/EIconUserCheck.jsx +20 -20
  82. package/components/icons/EIconUsers.jsx +19 -19
  83. package/components/index.tsx +65 -65
  84. package/index.ts +180 -180
  85. package/package.json +26 -26
  86. package/utils/Color.ts +14 -14
@@ -1,19 +1,19 @@
1
- import * as React from "react"
2
- import Svg, { G, Path } from "react-native-svg"
3
-
4
- function EIconTrash(props) {
5
- const size = props.size || '100%';
6
- return (
7
- <Svg height={size} width={size} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
8
- <Path
9
- fillRule="evenodd"
10
- clipRule="evenodd"
11
- d="M11.612 2.246A4.375 4.375 0 007.46 5.238l-.003.01h-2.96a.75.75 0 100 1.5h15.006a.75.75 0 000-1.5h-2.96l-.002-.006a4.374 4.374 0 00-4.151-2.996h-.778zm3.303 3.001a2.874 2.874 0 00-2.525-1.5h-.778a2.875 2.875 0 00-2.526 1.5h5.829zM5.997 8.25a.75.75 0 01.75.75v10.004c0 .69.56 1.25 1.251 1.25h8.004c.69 0 1.25-.56 1.25-1.25V8.999a.75.75 0 011.5 0v10.004a2.75 2.75 0 01-2.75 2.75H7.998a2.75 2.75 0 01-2.75-2.75V8.999a.75.75 0 01.75-.75zm4.002 1a.75.75 0 01.75.75v7.003a.75.75 0 01-1.5 0V10a.75.75 0 01.75-.75zm4.002 0a.75.75 0 01.75.75v7.003a.75.75 0 01-1.5 0V10a.75.75 0 01.75-.75z"
12
- fill="currentColor"
13
- className=""
14
- />
15
- </Svg>
16
- )
17
- }
18
-
19
- export default EIconTrash;
1
+ import * as React from "react"
2
+ import Svg, { G, Path } from "react-native-svg"
3
+
4
+ function EIconTrash(props) {
5
+ const size = props.size || '100%';
6
+ return (
7
+ <Svg height={size} width={size} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
8
+ <Path
9
+ fillRule="evenodd"
10
+ clipRule="evenodd"
11
+ d="M11.612 2.246A4.375 4.375 0 007.46 5.238l-.003.01h-2.96a.75.75 0 100 1.5h15.006a.75.75 0 000-1.5h-2.96l-.002-.006a4.374 4.374 0 00-4.151-2.996h-.778zm3.303 3.001a2.874 2.874 0 00-2.525-1.5h-.778a2.875 2.875 0 00-2.526 1.5h5.829zM5.997 8.25a.75.75 0 01.75.75v10.004c0 .69.56 1.25 1.251 1.25h8.004c.69 0 1.25-.56 1.25-1.25V8.999a.75.75 0 011.5 0v10.004a2.75 2.75 0 01-2.75 2.75H7.998a2.75 2.75 0 01-2.75-2.75V8.999a.75.75 0 01.75-.75zm4.002 1a.75.75 0 01.75.75v7.003a.75.75 0 01-1.5 0V10a.75.75 0 01.75-.75zm4.002 0a.75.75 0 01.75.75v7.003a.75.75 0 01-1.5 0V10a.75.75 0 01.75-.75z"
12
+ fill="currentColor"
13
+ className=""
14
+ />
15
+ </Svg>
16
+ )
17
+ }
18
+
19
+ export default EIconTrash;
@@ -1,19 +1,19 @@
1
- import * as React from "react"
2
- import Svg, { G, Path } from "react-native-svg"
3
-
4
- function EIconUserCard(props) {
5
- const size = props.size || '100%';
6
- return (
7
- <Svg height={size} width={size} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
8
- <Path
9
- fillRule="evenodd"
10
- clipRule="evenodd"
11
- d="M4.041 4.25c-.713 0-1.291.578-1.291 1.291V18.5c0 .69.56 1.25 1.25 1.25h16c.69 0 1.25-.56 1.25-1.25v-13c0-.69-.56-1.25-1.25-1.25H4.041zM1.25 5.541A2.791 2.791 0 014.041 2.75H20a2.75 2.75 0 012.75 2.75v13A2.75 2.75 0 0120 21.25H4a2.75 2.75 0 01-2.75-2.75V5.541zm8.31 3.148a1.5 1.5 0 10-2.12 2.122 1.5 1.5 0 002.12-2.122zm1.061-1.06A3 3 0 106.38 11.87a3 3 0 004.24-4.24zM15 8.75a.75.75 0 000 1.5h4a.75.75 0 000-1.5h-4zm-.75 4.75a.75.75 0 01.75-.75h2.4a.75.75 0 010 1.5H15a.75.75 0 01-.75-.75zm-6.396.25a3.923 3.923 0 00-3.646 2.472.75.75 0 001.394.556c.134-.336.34-.637.604-.881l-.509-.551.51.55a2.422 2.422 0 011.647-.646h1.292c.61 0 1.199.23 1.647.646l.51-.55-.51.55c.265.245.472.546.605.882a.75.75 0 101.394-.556 3.92 3.92 0 00-.98-1.426H5.187h6.625a3.923 3.923 0 00-2.666-1.046H7.854z"
12
- fill="currentColor"
13
- className=""
14
- />
15
- </Svg>
16
- )
17
- }
18
-
19
- export default EIconUserCard;
1
+ import * as React from "react"
2
+ import Svg, { G, Path } from "react-native-svg"
3
+
4
+ function EIconUserCard(props) {
5
+ const size = props.size || '100%';
6
+ return (
7
+ <Svg height={size} width={size} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
8
+ <Path
9
+ fillRule="evenodd"
10
+ clipRule="evenodd"
11
+ d="M4.041 4.25c-.713 0-1.291.578-1.291 1.291V18.5c0 .69.56 1.25 1.25 1.25h16c.69 0 1.25-.56 1.25-1.25v-13c0-.69-.56-1.25-1.25-1.25H4.041zM1.25 5.541A2.791 2.791 0 014.041 2.75H20a2.75 2.75 0 012.75 2.75v13A2.75 2.75 0 0120 21.25H4a2.75 2.75 0 01-2.75-2.75V5.541zm8.31 3.148a1.5 1.5 0 10-2.12 2.122 1.5 1.5 0 002.12-2.122zm1.061-1.06A3 3 0 106.38 11.87a3 3 0 004.24-4.24zM15 8.75a.75.75 0 000 1.5h4a.75.75 0 000-1.5h-4zm-.75 4.75a.75.75 0 01.75-.75h2.4a.75.75 0 010 1.5H15a.75.75 0 01-.75-.75zm-6.396.25a3.923 3.923 0 00-3.646 2.472.75.75 0 001.394.556c.134-.336.34-.637.604-.881l-.509-.551.51.55a2.422 2.422 0 011.647-.646h1.292c.61 0 1.199.23 1.647.646l.51-.55-.51.55c.265.245.472.546.605.882a.75.75 0 101.394-.556 3.92 3.92 0 00-.98-1.426H5.187h6.625a3.923 3.923 0 00-2.666-1.046H7.854z"
12
+ fill="currentColor"
13
+ className=""
14
+ />
15
+ </Svg>
16
+ )
17
+ }
18
+
19
+ export default EIconUserCard;
@@ -1,20 +1,20 @@
1
- import * as React from "react"
2
- import Svg, { G, Path } from "react-native-svg"
3
-
4
- function EIconUserCheck(props) {
5
- const size = props.size || '100%';
6
- return (
7
- <Svg height={size} width={size} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
8
- <G
9
- fill="currentColor"
10
- fillRule="evenodd"
11
- clipRule="evenodd"
12
- >
13
- <Path d="M16.75 14.25a3.5 3.5 0 100 7 3.5 3.5 0 000-7zm-5 3.5a5 5 0 1110 0 5 5 0 01-10 0z" />
14
- <Path d="M18.71 16.378a.75.75 0 010 1.061l-1.786 1.784a.75.75 0 01-1.06 0l-1.073-1.07a.75.75 0 011.06-1.062l.542.542 1.256-1.255a.75.75 0 011.06 0zM2.25 19A4.75 4.75 0 017 14.25h3a.75.75 0 010 1.5H7A3.25 3.25 0 003.75 19v1a.75.75 0 01-1.5 0v-1zM11 3.75a3.25 3.25 0 100 6.5 3.25 3.25 0 000-6.5zM6.25 7a4.75 4.75 0 119.5 0 4.75 4.75 0 01-9.5 0z" />
15
- </G>
16
- </Svg>
17
- )
18
- }
19
-
20
- export default EIconUserCheck;
1
+ import * as React from "react"
2
+ import Svg, { G, Path } from "react-native-svg"
3
+
4
+ function EIconUserCheck(props) {
5
+ const size = props.size || '100%';
6
+ return (
7
+ <Svg height={size} width={size} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
8
+ <G
9
+ fill="currentColor"
10
+ fillRule="evenodd"
11
+ clipRule="evenodd"
12
+ >
13
+ <Path d="M16.75 14.25a3.5 3.5 0 100 7 3.5 3.5 0 000-7zm-5 3.5a5 5 0 1110 0 5 5 0 01-10 0z" />
14
+ <Path d="M18.71 16.378a.75.75 0 010 1.061l-1.786 1.784a.75.75 0 01-1.06 0l-1.073-1.07a.75.75 0 011.06-1.062l.542.542 1.256-1.255a.75.75 0 011.06 0zM2.25 19A4.75 4.75 0 017 14.25h3a.75.75 0 010 1.5H7A3.25 3.25 0 003.75 19v1a.75.75 0 01-1.5 0v-1zM11 3.75a3.25 3.25 0 100 6.5 3.25 3.25 0 000-6.5zM6.25 7a4.75 4.75 0 119.5 0 4.75 4.75 0 01-9.5 0z" />
15
+ </G>
16
+ </Svg>
17
+ )
18
+ }
19
+
20
+ export default EIconUserCheck;
@@ -1,19 +1,19 @@
1
- import * as React from "react"
2
- import Svg, { G, Path } from "react-native-svg"
3
-
4
- function EIconUsers(props) {
5
- const size = props.size || '100%';
6
- return (
7
- <Svg height={size} width={size} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
8
- <Path
9
- fillRule="evenodd"
10
- clipRule="evenodd"
11
- d="M6.25 7.5a2.75 2.75 0 115.5 0 2.75 2.75 0 01-5.5 0zM9 3.25a4.25 4.25 0 100 8.5 4.25 4.25 0 000-8.5zm-2.5 11a4.25 4.25 0 00-4.25 4.25v.5a.75.75 0 001.5 0v-.5a2.75 2.75 0 012.75-2.75h5a2.75 2.75 0 012.75 2.75v.5a.75.75 0 001.5 0v-.5a4.25 4.25 0 00-4.25-4.25h-5zm10.75.75a.75.75 0 01.75-.75h.5a4.25 4.25 0 014.25 4.25v.5a.75.75 0 01-1.5 0v-.5a2.75 2.75 0 00-2.75-2.75H18a.75.75 0 01-.75-.75zM16 3.25a.75.75 0 000 1.5 2.75 2.75 0 110 5.5.75.75 0 000 1.5 4.25 4.25 0 000-8.5z"
12
- fill="currentColor"
13
- className=""
14
- />
15
- </Svg>
16
- )
17
- }
18
-
19
- export default EIconUsers;
1
+ import * as React from "react"
2
+ import Svg, { G, Path } from "react-native-svg"
3
+
4
+ function EIconUsers(props) {
5
+ const size = props.size || '100%';
6
+ return (
7
+ <Svg height={size} width={size} viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" {...props}>
8
+ <Path
9
+ fillRule="evenodd"
10
+ clipRule="evenodd"
11
+ d="M6.25 7.5a2.75 2.75 0 115.5 0 2.75 2.75 0 01-5.5 0zM9 3.25a4.25 4.25 0 100 8.5 4.25 4.25 0 000-8.5zm-2.5 11a4.25 4.25 0 00-4.25 4.25v.5a.75.75 0 001.5 0v-.5a2.75 2.75 0 012.75-2.75h5a2.75 2.75 0 012.75 2.75v.5a.75.75 0 001.5 0v-.5a4.25 4.25 0 00-4.25-4.25h-5zm10.75.75a.75.75 0 01.75-.75h.5a4.25 4.25 0 014.25 4.25v.5a.75.75 0 01-1.5 0v-.5a2.75 2.75 0 00-2.75-2.75H18a.75.75 0 01-.75-.75zM16 3.25a.75.75 0 000 1.5 2.75 2.75 0 110 5.5.75.75 0 000 1.5 4.25 4.25 0 000-8.5z"
12
+ fill="currentColor"
13
+ className=""
14
+ />
15
+ </Svg>
16
+ )
17
+ }
18
+
19
+ export default EIconUsers;
@@ -1,65 +1,65 @@
1
- import Avatar from "./Avatar";
2
- import BaseLayout from "./BaseLayout";
3
- import Container from "./Container";
4
- import Drawer from "./Drawer";
5
- import EBadge from "./EBadge";
6
- import EButton from "./EButton";
7
- import EButtonIcon from "./EButtonIcon";
8
- import EDateAndTimeCard from "./EDateAndTimeCard";
9
- import EIcon from "./EIcon";
10
- import EInfoBox from "./EInfoBox";
11
- import EInput from "./EInput";
12
- import ELabel from "./ELabel";
13
- import EOtpInput from "./EOtpInputBox";
14
- import EPageDescription from "./EPageDescription";
15
- import EPillButton from "./EPillButton";
16
- import EProfile from "./EProfile";
17
- import ESegment from "./ESegment";
18
- import { ESegmentItem } from "./ESegment";
19
- import ETimeLineCard from "./ETimeLineCard";
20
- import ListFormView from "./ListFormView";
21
- import MenuItems from "./MenuItems";
22
- import SecondaryBaseLayout from "./SecondaryBaseLayout";
23
- import Timer from "./Timer";
24
- import EText from "./EText";
25
- import ModalLayout from "./ModalLayout";
26
- import PageHeader from "./PageHeader";
27
- import PageHeaderSecondary from "./PageHeaderSecondary";
28
- import Spacer from "./Spacer";
29
- import ProgressBar from "./EProgressBar";
30
- import Loader from "./Loader";
31
-
32
- export {
33
- Avatar,
34
- BaseLayout,
35
- Container,
36
- Drawer,
37
- EButton,
38
- EButtonIcon,
39
- EIcon,
40
- EInput,
41
- EText,
42
- ModalLayout,
43
- PageHeader,
44
- PageHeaderSecondary,
45
- ESegment,
46
- ESegmentItem,
47
- Spacer,
48
- EInfoBox,
49
- EBadge,
50
- EDateAndTimeCard,
51
- ELabel,
52
- EOtpInput,
53
- EPageDescription,
54
- ETimeLineCard,
55
- ListFormView,
56
- MenuItems,
57
- EPillButton,
58
- EProfile,
59
- SecondaryBaseLayout,
60
- Timer,
61
- ProgressBar,
62
- Loader
63
-
64
-
65
- };
1
+ import Avatar from "./Avatar";
2
+ import BaseLayout from "./BaseLayout";
3
+ import Container from "./Container";
4
+ import Drawer from "./Drawer";
5
+ import EBadge from "./EBadge";
6
+ import EButton from "./EButton";
7
+ import EButtonIcon from "./EButtonIcon";
8
+ import EDateAndTimeCard from "./EDateAndTimeCard";
9
+ import EIcon from "./EIcon";
10
+ import EInfoBox from "./EInfoBox";
11
+ import EInput from "./EInput";
12
+ import ELabel from "./ELabel";
13
+ import EOtpInput from "./EOtpInputBox";
14
+ import EPageDescription from "./EPageDescription";
15
+ import EPillButton from "./EPillButton";
16
+ import EProfile from "./EProfile";
17
+ import ESegment from "./ESegment";
18
+ import { ESegmentItem } from "./ESegment";
19
+ import ETimeLineCard from "./ETimeLineCard";
20
+ import ListFormView from "./ListFormView";
21
+ import MenuItems from "./MenuItems";
22
+ import SecondaryBaseLayout from "./SecondaryBaseLayout";
23
+ import Timer from "./Timer";
24
+ import EText from "./EText";
25
+ import ModalLayout from "./ModalLayout";
26
+ import PageHeader from "./PageHeader";
27
+ import PageHeaderSecondary from "./PageHeaderSecondary";
28
+ import Spacer from "./Spacer";
29
+ import ProgressBar from "./EProgressBar";
30
+ import Loader from "./Loader";
31
+
32
+ export {
33
+ Avatar,
34
+ BaseLayout,
35
+ Container,
36
+ Drawer,
37
+ EButton,
38
+ EButtonIcon,
39
+ EIcon,
40
+ EInput,
41
+ EText,
42
+ ModalLayout,
43
+ PageHeader,
44
+ PageHeaderSecondary,
45
+ ESegment,
46
+ ESegmentItem,
47
+ Spacer,
48
+ EInfoBox,
49
+ EBadge,
50
+ EDateAndTimeCard,
51
+ ELabel,
52
+ EOtpInput,
53
+ EPageDescription,
54
+ ETimeLineCard,
55
+ ListFormView,
56
+ MenuItems,
57
+ EPillButton,
58
+ EProfile,
59
+ SecondaryBaseLayout,
60
+ Timer,
61
+ ProgressBar,
62
+ Loader
63
+
64
+
65
+ };
package/index.ts CHANGED
@@ -1,180 +1,180 @@
1
- import Avatar from "./components/Avatar";
2
- import BaseLayout from "./components/BaseLayout";
3
- import Container from "./components/Container";
4
- import Drawer from "./components/Drawer";
5
- import EBadge from "./components/EBadge";
6
- import EButton from "./components/EButton";
7
- import EButtonIcon from "./components/EButtonIcon";
8
- import EDateAndTimeCard from "./components/EDateAndTimeCard";
9
- import EIcon from "./components/EIcon";
10
- import EInfoBox from "./components/EInfoBox";
11
- import EInput from "./components/EInput";
12
- import ELabel from "./components/ELabel";
13
- import EOtpInput from "./components/EOtpInputBox";
14
- import EPageDescription from "./components/EPageDescription";
15
- import EPillButton from "./components/EPillButton";
16
- import EProfile from "./components/EProfile";
17
- import ESegment from "./components/ESegment";
18
- import { ESegmentItem } from "./components/ESegment";
19
- import ETimeLineCard from "./components/ETimeLineCard";
20
- import ListFormView from "./components/ListFormView";
21
- import MenuItems from "./components/MenuItems";
22
- import SecondaryBaseLayout from "./components/SecondaryBaseLayout";
23
- import Timer from "./components/Timer";
24
- import EText from "./components/EText";
25
- import ModalLayout from "./components/ModalLayout";
26
- import PageHeader from "./components/PageHeader";
27
- import PageHeaderSecondary from "./components/PageHeaderSecondary";
28
- import Spacer from "./components/Spacer";
29
- import { Colors } from "./utils/Color";
30
- import ProgressBar from "./components/EProgressBar";
31
- import Loader from "./components/Loader";
32
- import ETimeInput from "./components/ETimeInput";
33
- import EDateInput from "./components/EDateInput";
34
- import EErrorText from "./components/EErrorText";
35
- import EListPerson from "./components/EListPerson";
36
- import EListSchool from "./components/EListSchool";
37
- import ETextArea from "./components/ETextArea";
38
-
39
- // ICONS
40
- import EIconAdd from "./components/icons/EIconAdd";
41
- import EIconAddCircle from "./components/icons/EIconAddCircle";
42
- import EIconApplicationStatus from "./components/icons/EIconApplicationStatus";
43
- import EIconArrowDown from "./components/icons/EIconArrowDown";
44
- import EIconArrowLeft from "./components/icons/EIconArrowLeft";
45
- import EIconArrowRight from "./components/icons/EIconArrowRight";
46
- import EIconArrowUp from "./components/icons/EIconArrowUp";
47
- import EIconBadge from "./components/icons/EIconBadge";
48
- import EIconBell from "./components/icons/EIconBell";
49
- import EIconCalendar from "./components/icons/EIconCalendar";
50
- import EIconCalendarCheck from "./components/icons/EIconCalendarCheck";
51
- import EIconCamera from "./components/icons/EIconCamera";
52
- import EIconCameraRotate from "./components/icons/EIconCameraRotate";
53
- import EIconCheck from "./components/icons/EIconCheck";
54
- import EIconCheckCircle from "./components/icons/EIconCheckCircle";
55
- import EIconCheckFill from "./components/icons/EIconCheckFill";
56
- import EIconChevronDown from "./components/icons/EIconChevronDown";
57
- import EIconChevronLeft from "./components/icons/EIconChevronLeft";
58
- import EIconChevronRight from "./components/icons/EIconChevronRight";
59
- import EIconChevronUp from "./components/icons/EIconChevronUp";
60
- import EIconClock from "./components/icons/EIconClock";
61
- import EIconClose from "./components/icons/EIconClose";
62
- import EIconDashboard from "./components/icons/EIconDashboard";
63
- import EIconEdit from "./components/icons/EIconEdit";
64
- import EIconFile from "./components/icons/EIconFile";
65
- import EIconInfo from "./components/icons/EIconInfo";
66
- import EIconLogout from "./components/icons/EIconLogout";
67
- import EIconMenu from "./components/icons/EIconMenu";
68
- import EIconMinus from "./components/icons/EIconMinus";
69
- import EIconPin from "./components/icons/EIconPin";
70
- import EIconProfile from "./components/icons/EIconProfile";
71
- import EIconSchool from "./components/icons/EIconSchool";
72
- import EIconSearch from "./components/icons/EIconSearch";
73
- import EIconSettings from "./components/icons/EIconSettings";
74
- import EIconShare from "./components/icons/EIconShare";
75
- import EIconStudent from "./components/icons/EIconStudent";
76
- import EIconSubject from "./components/icons/EIconSubject";
77
- import EIconTeach from "./components/icons/EIconTeach";
78
- import EIconTrash from "./components/icons/EIconTrash";
79
- import EIconUserCard from "./components/icons/EIconUserCard";
80
- import EIconUserCheck from "./components/icons/EIconUserCheck";
81
- import EIconUsers from "./components/icons/EIconUsers";
82
- import EOption from "./components/EOption";
83
- import EQuestionSerialNumberLabel from "./components/EQuestionSerialNumberLabel";
84
- import EQuestionText from "./components/EQuestionText";
85
- import EEmptyPlaceholder from "./components/EEmptyPlaceholder";
86
- import EProfileScreenLayout from "./components/EProfileScreenLayout";
87
- import { EIconMale } from "./components/icons/EIconMale";
88
- import { EIconFemale } from "./components/icons/EIconFemale";
89
- import EIconDocumentCheck from "./components/icons/EIconDocumentCheck";
90
-
91
- export {
92
- Avatar,
93
- BaseLayout,
94
- Container,
95
- Drawer,
96
- EButton,
97
- EButtonIcon,
98
- EIcon,
99
- EInput,
100
- EText,
101
- ModalLayout,
102
- PageHeader,
103
- PageHeaderSecondary,
104
- ESegment,
105
- ESegmentItem,
106
- Spacer,
107
- EInfoBox,
108
- EBadge,
109
- EDateAndTimeCard,
110
- ELabel,
111
- EOtpInput,
112
- EPageDescription,
113
- ETimeLineCard,
114
- ListFormView,
115
- MenuItems,
116
- EPillButton,
117
- EProfile,
118
- SecondaryBaseLayout,
119
- Timer,
120
- ProgressBar,
121
- Loader,
122
- ETimeInput,
123
- EDateInput,
124
- EErrorText,
125
- Colors,
126
- EListPerson,
127
- EListSchool,
128
- EOption,
129
- EQuestionSerialNumberLabel,
130
- EQuestionText,
131
- EEmptyPlaceholder,
132
- EProfileScreenLayout,
133
- ETextArea,
134
-
135
- // ICONS
136
- EIconAdd,
137
- EIconAddCircle,
138
- EIconApplicationStatus,
139
- EIconArrowDown,
140
- EIconArrowLeft,
141
- EIconArrowRight,
142
- EIconArrowUp,
143
- EIconBadge,
144
- EIconBell,
145
- EIconCalendar,
146
- EIconCalendarCheck,
147
- EIconCamera,
148
- EIconCameraRotate,
149
- EIconCheck,
150
- EIconCheckCircle,
151
- EIconCheckFill,
152
- EIconChevronDown,
153
- EIconChevronLeft,
154
- EIconChevronRight,
155
- EIconChevronUp,
156
- EIconClock,
157
- EIconClose,
158
- EIconDashboard,
159
- EIconEdit,
160
- EIconFile,
161
- EIconInfo,
162
- EIconLogout,
163
- EIconMenu,
164
- EIconMinus,
165
- EIconPin,
166
- EIconProfile,
167
- EIconSchool,
168
- EIconSearch,
169
- EIconSettings,
170
- EIconShare,
171
- EIconStudent,
172
- EIconSubject,
173
- EIconTeach,
174
- EIconTrash,
175
- EIconUserCard,
176
- EIconUserCheck,
177
- EIconUsers,
178
- EIconMale,
179
- EIconFemale
180
- };
1
+ import Avatar from "./components/Avatar";
2
+ import BaseLayout from "./components/BaseLayout";
3
+ import Container from "./components/Container";
4
+ import Drawer from "./components/Drawer";
5
+ import EBadge from "./components/EBadge";
6
+ import EButton from "./components/EButton";
7
+ import EButtonIcon from "./components/EButtonIcon";
8
+ import EDateAndTimeCard from "./components/EDateAndTimeCard";
9
+ import EIcon from "./components/EIcon";
10
+ import EInfoBox from "./components/EInfoBox";
11
+ import EInput from "./components/EInput";
12
+ import ELabel from "./components/ELabel";
13
+ import EOtpInput from "./components/EOtpInputBox";
14
+ import EPageDescription from "./components/EPageDescription";
15
+ import EPillButton from "./components/EPillButton";
16
+ import EProfile from "./components/EProfile";
17
+ import ESegment from "./components/ESegment";
18
+ import { ESegmentItem } from "./components/ESegment";
19
+ import ETimeLineCard from "./components/ETimeLineCard";
20
+ import ListFormView from "./components/ListFormView";
21
+ import MenuItems from "./components/MenuItems";
22
+ import SecondaryBaseLayout from "./components/SecondaryBaseLayout";
23
+ import Timer from "./components/Timer";
24
+ import EText from "./components/EText";
25
+ import ModalLayout from "./components/ModalLayout";
26
+ import PageHeader from "./components/PageHeader";
27
+ import PageHeaderSecondary from "./components/PageHeaderSecondary";
28
+ import Spacer from "./components/Spacer";
29
+ import { Colors } from "./utils/Color";
30
+ import ProgressBar from "./components/EProgressBar";
31
+ import Loader from "./components/Loader";
32
+ import ETimeInput from "./components/ETimeInput";
33
+ import EDateInput from "./components/EDateInput";
34
+ import EErrorText from "./components/EErrorText";
35
+ import EListPerson from "./components/EListPerson";
36
+ import EListSchool from "./components/EListSchool";
37
+ import ETextArea from "./components/ETextArea";
38
+
39
+ // ICONS
40
+ import EIconAdd from "./components/icons/EIconAdd";
41
+ import EIconAddCircle from "./components/icons/EIconAddCircle";
42
+ import EIconApplicationStatus from "./components/icons/EIconApplicationStatus";
43
+ import EIconArrowDown from "./components/icons/EIconArrowDown";
44
+ import EIconArrowLeft from "./components/icons/EIconArrowLeft";
45
+ import EIconArrowRight from "./components/icons/EIconArrowRight";
46
+ import EIconArrowUp from "./components/icons/EIconArrowUp";
47
+ import EIconBadge from "./components/icons/EIconBadge";
48
+ import EIconBell from "./components/icons/EIconBell";
49
+ import EIconCalendar from "./components/icons/EIconCalendar";
50
+ import EIconCalendarCheck from "./components/icons/EIconCalendarCheck";
51
+ import EIconCamera from "./components/icons/EIconCamera";
52
+ import EIconCameraRotate from "./components/icons/EIconCameraRotate";
53
+ import EIconCheck from "./components/icons/EIconCheck";
54
+ import EIconCheckCircle from "./components/icons/EIconCheckCircle";
55
+ import EIconCheckFill from "./components/icons/EIconCheckFill";
56
+ import EIconChevronDown from "./components/icons/EIconChevronDown";
57
+ import EIconChevronLeft from "./components/icons/EIconChevronLeft";
58
+ import EIconChevronRight from "./components/icons/EIconChevronRight";
59
+ import EIconChevronUp from "./components/icons/EIconChevronUp";
60
+ import EIconClock from "./components/icons/EIconClock";
61
+ import EIconClose from "./components/icons/EIconClose";
62
+ import EIconDashboard from "./components/icons/EIconDashboard";
63
+ import EIconEdit from "./components/icons/EIconEdit";
64
+ import EIconFile from "./components/icons/EIconFile";
65
+ import EIconInfo from "./components/icons/EIconInfo";
66
+ import EIconLogout from "./components/icons/EIconLogout";
67
+ import EIconMenu from "./components/icons/EIconMenu";
68
+ import EIconMinus from "./components/icons/EIconMinus";
69
+ import EIconPin from "./components/icons/EIconPin";
70
+ import EIconProfile from "./components/icons/EIconProfile";
71
+ import EIconSchool from "./components/icons/EIconSchool";
72
+ import EIconSearch from "./components/icons/EIconSearch";
73
+ import EIconSettings from "./components/icons/EIconSettings";
74
+ import EIconShare from "./components/icons/EIconShare";
75
+ import EIconStudent from "./components/icons/EIconStudent";
76
+ import EIconSubject from "./components/icons/EIconSubject";
77
+ import EIconTeach from "./components/icons/EIconTeach";
78
+ import EIconTrash from "./components/icons/EIconTrash";
79
+ import EIconUserCard from "./components/icons/EIconUserCard";
80
+ import EIconUserCheck from "./components/icons/EIconUserCheck";
81
+ import EIconUsers from "./components/icons/EIconUsers";
82
+ import EOption from "./components/EOption";
83
+ import EQuestionSerialNumberLabel from "./components/EQuestionSerialNumberLabel";
84
+ import EQuestionText from "./components/EQuestionText";
85
+ import EEmptyPlaceholder from "./components/EEmptyPlaceholder";
86
+ import EProfileScreenLayout from "./components/EProfileScreenLayout";
87
+ import { EIconMale } from "./components/icons/EIconMale";
88
+ import { EIconFemale } from "./components/icons/EIconFemale";
89
+ import EIconDocumentCheck from "./components/icons/EIconDocumentCheck";
90
+
91
+ export {
92
+ Avatar,
93
+ BaseLayout,
94
+ Container,
95
+ Drawer,
96
+ EButton,
97
+ EButtonIcon,
98
+ EIcon,
99
+ EInput,
100
+ EText,
101
+ ModalLayout,
102
+ PageHeader,
103
+ PageHeaderSecondary,
104
+ ESegment,
105
+ ESegmentItem,
106
+ Spacer,
107
+ EInfoBox,
108
+ EBadge,
109
+ EDateAndTimeCard,
110
+ ELabel,
111
+ EOtpInput,
112
+ EPageDescription,
113
+ ETimeLineCard,
114
+ ListFormView,
115
+ MenuItems,
116
+ EPillButton,
117
+ EProfile,
118
+ SecondaryBaseLayout,
119
+ Timer,
120
+ ProgressBar,
121
+ Loader,
122
+ ETimeInput,
123
+ EDateInput,
124
+ EErrorText,
125
+ Colors,
126
+ EListPerson,
127
+ EListSchool,
128
+ EOption,
129
+ EQuestionSerialNumberLabel,
130
+ EQuestionText,
131
+ EEmptyPlaceholder,
132
+ EProfileScreenLayout,
133
+ ETextArea,
134
+
135
+ // ICONS
136
+ EIconAdd,
137
+ EIconAddCircle,
138
+ EIconApplicationStatus,
139
+ EIconArrowDown,
140
+ EIconArrowLeft,
141
+ EIconArrowRight,
142
+ EIconArrowUp,
143
+ EIconBadge,
144
+ EIconBell,
145
+ EIconCalendar,
146
+ EIconCalendarCheck,
147
+ EIconCamera,
148
+ EIconCameraRotate,
149
+ EIconCheck,
150
+ EIconCheckCircle,
151
+ EIconCheckFill,
152
+ EIconChevronDown,
153
+ EIconChevronLeft,
154
+ EIconChevronRight,
155
+ EIconChevronUp,
156
+ EIconClock,
157
+ EIconClose,
158
+ EIconDashboard,
159
+ EIconEdit,
160
+ EIconFile,
161
+ EIconInfo,
162
+ EIconLogout,
163
+ EIconMenu,
164
+ EIconMinus,
165
+ EIconPin,
166
+ EIconProfile,
167
+ EIconSchool,
168
+ EIconSearch,
169
+ EIconSettings,
170
+ EIconShare,
171
+ EIconStudent,
172
+ EIconSubject,
173
+ EIconTeach,
174
+ EIconTrash,
175
+ EIconUserCard,
176
+ EIconUserCheck,
177
+ EIconUsers,
178
+ EIconMale,
179
+ EIconFemale
180
+ };